EXPLODERS

Verified contract

Active on Ethereum
Deployed by via 0x778cbf3d at 15804952
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2.44
0xd1c040ae421ddb3058811104a1fd96d4f4df3b0b28027ad31627c1d27afe52f2
0xef571c4f587dedb839a0cea3fb6bdf8ac1fa2df4c732fc3dea0843bff458a1b9
0xd0e7bff0fc4c5c8e18b2ac7de2316257e4cde5f82561e38195fc6d76b99cd154
0xd3a2c70ab4f0c498be8e4ebd116c80b5714f1c1e4eccc4257b45635ffcc25d89
0x202b1daa241cb47315af6cca41033aa4f79cb4812d86dad756895e2e07fb0179
0x10bcd9413ea0ad5e48e539a1734889686fc4d3f4d42c6e2bc63c90853b40e02d
0x2a7906b2f087e285e1a7ec9b5614ca96f8985794341c82d82d235f3565ed998e
0xf6adf6cb0e69f6384ebc8737d474e9264c5745befcc6f47a8a82ffaad6921155
0x3f90beed1098edf3bd0bd09dfae4299285d88b2654e8817bcc9c927b6f34994a
0xd86ecf87cf47c725aeefff42b0c30cd16318e2e3edc343bf2669243232bc1029

Functions
Getter at block 20907963
cost(view returns (uint256)
20000000000000000
hiddenMetadataUri(view returns (string)
ipfs://bafybeicom7iyyteaqtesdyof7rpkmeqxdbje7fi6smcmx6opdrkw2ydfb4/hidden.json
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
7777
merkleRoot(view returns (bytes32)
0x1912a1031165c68960e6525660c9a2909f23281589c31bdfee0f8aa86163774e
name(view returns (string)
EXPLODERS
owner(view returns (address)
0x3eec7664064ccb3da01f28874a2754be58225f43
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
EXP
totalSupply(view returns (uint256)
3865
uriPrefix(view returns (string)
ipfs://bafybeiesfhau25hgwpxlt7qinfntd26ipp23oux5zg4s5qcvgrt47s7xva/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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