E721Farm
State Variables
nftContract
address public nftContract;depositToTokenId
mapping(uint256 => uint256) public depositToTokenId;Functions
onERC721Received
function onERC721Received(address, address _from, uint256 _tokenId, bytes calldata _data)
external
override
returns (bytes4);Name
Type
Description
Name
Type
Description
withdraw
Name
Type
Description
_getLiquidity
Name
Type
Description
Name
Type
Description
Errors
UnauthorisedNFTContract
NoData
Was this helpful?