LandToken
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "LandToken"
ABI
ABI objects
Getter at block 21207300
getTrustedForwarder() view returns (address forwarder)
0x0000000000000000000000000000000000000000
versionRecipient() view returns (string)
2.2.5
Read-only
_isApprovedForAll(address _owner, address operator) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canMint(struct MintRequest request, bytes signature) view returns (bool isValid)
canMintMany(struct MintManyRequest request, bytes signature) view returns (bool isValid)
isApprovedForAll(address _owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events mint(struct MintRequest request, bytes signature) payable
mintDiscount(struct MintRequest request, bytes signature) payable
mintMany(struct MintManyRequest request, bytes signature) payable
mintManyDiscount(struct MintManyRequest request, bytes signature) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool status)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.