Elementals
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Elementals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15622665 | 2 years ago | | | 0 | 0.00026342853 | |
| 15506997 | 2 years ago | | | 0 | 0.00030742143 | |
| 15506992 | 2 years ago | | | 0.005 | 0.00062379896 | |
| 15506957 | 2 years ago | | | 0 | 0.00025845457 | |
| 15506826 | 2 years ago | | | 0.005 | 0.0010555326 | |
| 15500551 | 2 years ago | | | 0 | 0.00038315003 | |
| 15496955 | 2 years ago | | | 0 | 0.00093108099 | |
| 15494738 | 2 years ago | | | 0.005 | 0.0012658206 | |
| 15494664 | 2 years ago | | | 0 | 0.00052252574 | |
| 15494661 | 2 years ago | | | 0.005 | 0.0011764254 |
ABI
ABI objects
Getter at block 21279516
MAX_FREE_MINT() view returns (uint256)
0
MAX_NFT_PER_TRAN() view returns (uint256)
4
MAX_PER_WALLET() view returns (uint256)
20
MINT_PRICE() view returns (uint256)
5000000000000000
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
false
isPublicMint() view returns (bool)
true
isWhitelistMint() view returns (bool)
true
maxSupply() view returns (uint256)
444
name() view returns (string)
Elementals
owner() view returns (address)
0xf91be939cd839cf60161915863241216978db734
prerevealURL() view returns (string)
root() view returns (bytes32)
0x3ccf30d37ff9fd652f159ef890702b515a83e51970ee3307d262e47ecacf7144
symbol() view returns (string)
ELEMENTS
totalSupply() view returns (uint256)
28
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events PUBLIC_MINT(uint256 count) payable
WHITELIST_MINT(bytes32[] proof, uint256 count) payable
airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
finalizeMetadata()
reduceSupply(uint256 newMaxSupply)
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNumFreeMints(uint256 newFreeMints)
setPublicState(bool value)
setRoot(bytes32 _root)
setWhitelistState(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()