ExodiaNFT
Verified contract
Active on
Ethereum with 234 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 "ExodiaNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202269 | 5 months ago | | | 0 | 0.000070865388 | |
| 15033315 | 2 years ago | | | 0 | 0.00087113423 | |
| 15028378 | 2 years ago | | | 0 | 0.00082838502 | |
| 15028062 | 2 years ago | | | 0 | 0.0022522886 | |
| 15023891 | 2 years ago | | | 0 | 0.0017951579 | |
| 15022696 | 2 years ago | | | 0 | 0.00091550889 | |
| 15022639 | 2 years ago | | | 0 | 0.0013410714 | |
| 15022606 | 2 years ago | | | 0 | 0.0017092598 | |
| 15022575 | 2 years ago | | | 0 | 0.0010895751 | |
| 15022478 | 2 years ago | | | 0 | 0.00096936827 |
ABI
ABI objects
Getter at block 21307344
baseURI() view returns (string)
ipfs://Qmaw5NHsN9LcbfdN9UatYdM5gcFFXiSJnTNihTC9kzv7hQ/
maxPerFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
4
maxSupply() view returns (uint256)
2000
name() view returns (string)
ExodiaNFT
owner() view returns (address)
0x7b72bf9acdfc604aabab0e9a00eaa52ad1b51c42
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
ExodiaNFT
totalFree() view returns (uint256)
400
totalSupply() view returns (uint256)
257
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 Giveaways(address mintAddress, uint256 count)
approve(address to, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseuri_)
setMaxTotalFree(uint256 MaxTotalFree_)
setPrice(uint256 price_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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)
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()