LzSingleStakePoolDeployer
gasLimit
uint256 gasLimitdeployer
contract SingleStakePoolDeployer deployerinitialize
function initialize(address _endpoint, contract SingleStakePoolDeployer _deployer) externalreceive
receive() external payablewithdraw
function withdraw(address to) external payableadapterParams
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) externalsetTrustedForwarder
function setTrustedForwarder(address _forwarder) externaldeploy
function deploy(uint16 dstChainId, uint256 pid, address owner, string metadataURI, contract IERC20Metadata stakeToken, contract IERC20Metadata rewardToken) external payable_nonblockingLzReceive
function _nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) internal virtual_msgData
function _msgData() internal view virtual returns (bytes ret)_msgSender
function _msgSender() internal view returns (address sender)LzSingleStakePoolDeployerV2
setDeployer
function setDeployer(contract SingleStakePoolDeployer _deployer) externalLast updated