Elementals

Verified contract

Active on Ethereum with 36 txns
Deployed by via 0x6aef8456 at 15494124
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Elementals"

0x20765ff77546d0fee78cddad3edbf3d27361742bc93f326753f03efede11f584
0x6113a1981cddcd0c2bfa2360a32446f8d537614408655f1f0ad80910e7167f97
0xb152e26df159042b1be4c98cec60ef0ba7d1bc56d15ba26c027d304592c3dc45
0xd5cadc6fd0ee374855cefdac14162e700c93314643a70c0d2d13b548549423df
0xfa32c725c67323cf977bb2c528995fb018d12c836a5742ef5d639f05b5f899da
0x821c5993306023a9efc0acfc66f620e3d6485e7fdddb94608aee10ddb7d87aa1
0xe689dc8e6883a4ec42c1f94bcc6bfd230eee1b5b0ecaabbf2fc8b11aacf0b89d
0x31ce4d3a247e326fe8134fd67dd84a1acee720a258c717c1645d92358e53b088
0x24e86abb1851713a836c2e9d587f405200988040627e90f1813c6e0c8dc40ba1
0x8766153163cc5e1876b72d851ff7f0890b4df77f503c500a0377587397225480

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
PUBLIC_MINT(uint256 countpayable 
WHITELIST_MINT(bytes32[] proofuint256 countpayable 
airdrop(address touint256 count
approve(address touint256 tokenId
finalizeMetadata(
reduceSupply(uint256 newMaxSupply
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setNumFreeMints(uint256 newFreeMints
setPublicState(bool value
setRoot(bytes32 _root
setWhitelistState(bool value
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(