Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($1,560.38)
Native
Value
$1,560.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4 | $3,900.95 |
$1,560.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20390863 | 4 months ago | | | 0 | 0.000066055522 | |
| 18934330 | a year ago | | | 0 | 0.00049093571 | |
| 18394263 | a year ago | | | 0 | 0.00053454327 | |
| 16600393 | 2 years ago | | | 0 | 0.00049440244 | |
| 16378188 | 2 years ago | | | 0 | 0.0014625671 | |
| 16292036 | 2 years ago | | | 0 | 0.0010680660 | |
| 16186143 | 2 years ago | | | 0 | 0.00067908752 | |
| 16145076 | 2 years ago | | | 0 | 0.00059942362 | |
| 15659766 | 2 years ago | | | 0 | 0.00026052634 | |
| 15659078 | 2 years ago | | | 0 | 0.00037730354 |
ABI
ABI objects
Getter at block 21333363
assemblerAddress() view returns (address)
0x81d72a646c59db69b86a4db493bb19d417738331
baseTokenURI() view returns (string)
https://landdao.mypinata.cloud/ipfs/QmYM8yCdu9zJJP12QvthmqtyZSc6NfAYTNaDmFVCQaMXGW/
contractURI() view returns (string)
https://landdao.mypinata.cloud/ipfs/QmWvJDBxKkt9BTLranEs7Kg6qfA7kxUScwTuHdWPi8VxgX
initialOreClaimTimestamp() view returns (uint256)
0
maxShardSupply() view returns (uint256)
600
merkleRoot() view returns (bytes32)
0x38330e8022552d53a457e103117a06b19dc62e73ead8d35f20bf091cc91ef014
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Devour
oreClaimAddress() view returns (address)
0x0000000000000000000000000000000000000000
orePerAssembled() view returns (uint256)
500
orePerShard() view returns (uint256)
75
owner() view returns (address)
0xfeae7b3895575826f7fd7e341a9a1a970055b621
publicMintEnabled() view returns (bool)
true
publicMintLimit() view returns (uint256)
10
symbol() view returns (string)
DEVOUR
totalAssembled() view returns (uint256)
16
totalShardMinted() view returns (uint256)
312
totalSupply() view returns (uint256)
248
whitelistMintEnabled() view returns (bool)
true
wlMintLimit() view returns (uint256)
5
Read-only
balanceOf(address owner) view returns (uint256)
devourTypes(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lastOreClaimWeekByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
shardBalances(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdsByOwner(address _owner) view returns (uint256[], uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
assemble(uint256 devourType, uint256[] _tokenIds)
claimOre(address _owner) returns (uint256)
publicMint() payable
renounceOwnership()
reserveMint(uint256 _count)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAssemblerAddress(address _assembler)
setBaseTokenURI(string _baseTokenURI)
setContractURI(string _contractURI)
setInitialOreClaimTimestamp(uint256 _timestamp)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _price)
setPublicMintEnabled(bool _enabled)
setPublicMintLimit(uint256 _limit)
setWhitelistMintEnabled(bool _enabled)
setWhitelistMintLimit(uint256 _limit)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
whitelistMint(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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleRoot, address _oreClaim, string _initialContractURI, string _initialBaseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.