LzSingleStakePoolDeployer

gasLimit

uint256 gasLimit

deployer

contract SingleStakePoolDeployer deployer

initialize

function initialize(address _endpoint, contract SingleStakePoolDeployer _deployer) external

receive

receive() external payable

withdraw

function withdraw(address to) external payable

adapterParams

function adapterParams() public view returns (bytes)

estimateFees

function estimateFees(uint16 dstChainId, uint256 pid, address owner, string metadataURI, contract IERC20Metadata stakeToken, contract IERC20Metadata rewardToken) external view returns (uint256 nativeFee, uint256 zroFee)

setGasLimit

function setGasLimit(uint256 _gasLimit) external

setTrustedForwarder

deploy

_nonblockingLzReceive

_msgData

_msgSender

LzSingleStakePoolDeployerV2

setDeployer

Last updated