Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x073a…c776
1 additional
variable
Balances ($120,196.55)
Native
Value
$120,196.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 38.586 | $3,115.03 |
$120,196.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20588351 | 3 months ago | | | 0 | 0.000047158719 | |
| 20519147 | 3 months ago | | | 0 | 0.000073477177 | |
| 19969443 | 6 months ago | | | 0 | 0.00091739187 | |
| 19967781 | 6 months ago | | | 0 | 0.00090593263 | |
| 19795176 | 7 months ago | | | 0 | 0.00016759620 | |
| 19700594 | 7 months ago | | | 0 | 0.00014165820 | |
| 19603065 | 7 months ago | | | 0 | 0.00039591840 | |
| 19353767 | 9 months ago | | | 0 | 0.0017499922 | |
| 19339247 | 9 months ago | | | 0 | 0.0022450377 | |
| 19109041 | 10 months ago | | | 0 | 0.00044721589 |
ABI
ABI objects
Getter at block 21227440
PROVENANCE_SHA1() view returns (string)
ba3a6eb897fbb146b77ec32c73a712a4066d4a50
currentMintingId() view returns (uint256)
704
currentStakingId() view returns (uint256)
4491
name() view returns (string)
isotile Genesis LAND
owner() view returns (address)
0x0d65d69355944339cda43cf48b4c5f32b78ba416
paused() view returns (bool)
false
price() view returns (uint256)
59000000000000000
symbol() view returns (string)
LAND
totalSupply() view returns (uint256)
5195
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
pause()
publicMint(uint256 num) payable
publicMintAdmin(address account, uint256 num)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSupplyForMinting(uint256 maxSupplyForMinting)
setMaxSupplyForStaking(uint256 maxSupplyForStaking)
setMerkleRoot(bytes32 merkleRoot)
setName(string name_)
setPrice(uint256 price_)
setSymbol(string symbol_)
stakingMint()
stakingMintAdmin(address account)
startPublicMint()
startStakingMint()
stopPublicMint()
stopStakingMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 index, uint256 num, bytes32[] merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()