ExodiaThunderEmblem
Verified contract
Active on
Ethereum with 4,329 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 "ExodiaThunderEmblem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046578 | 20 days ago | | | 0 | 0.00025761200 | |
| 20948277 | a month ago | | | 0 | 0.00022366151 | |
| 20760419 | 2 months ago | | | 0 | 0.000074133351 | |
| 20499087 | 3 months ago | | | 0 | 0.000036223500 | |
| 20263262 | 4 months ago | | | 0 | 0.00028666330 | |
| 18909995 | 10 months ago | | | 0 | 0.00051421645 | |
| 18907225 | 10 months ago | | | 0 | 0.00085194043 | |
| 18895285 | a year ago | | | 0 | 0.00066969416 | |
| 17845177 | a year ago | | | 0 | 0.00060442785 | |
| 17798294 | a year ago | | | 0 | 0.00040883929 |
ABI
ABI objects
Getter at block 21188527
locked() view returns (bool)
false
maxMintSupply() view returns (uint256)
3000
maxUserMintAmount() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x447b2bb973360184aa5609595c65c2a6bf39865603f1e733d12d28a49a6008c5
name() view returns (string)
ExodiaThunderEmblem
owner() view returns (address)
0x304f5af9d7eba6b37125b5e431d0cc00b9cd61b7
presaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
THUNDER
totalSupply() view returns (uint256)
3000
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)
lockMetadata()
mint(uint256 quantity) payable
mintPresale(uint256 quantity, bytes32[] proof)
ownerMint(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxUserMintAmount(uint256 _maxUserMintAmount)
setMerkleRoot(bytes32 _root)
togglePresaleStatus()
togglePublicSaleStatus()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseUri(string uri)
SetMerkleRoot(bytes32 root)
TogglePresaleStatus(bool presaleStatus)
TogglePublicSaleStatus(bool publicSaleStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()