Eidolon Genesis NFT
Verified contract
Active on
Ethereum with 167 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 "Eidolon Genesis NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17024911 | 2 years ago | | | 0 | 0.00059007507 | |
| 17024906 | 2 years ago | | | 0 | 0.00092523956 | |
| 16925125 | 2 years ago | | | 0 | 0.0010791901 | |
| 16917126 | 2 years ago | | | 0 | 0.00057804255 | |
| 16866840 | 2 years ago | | | 0 | 0.00042865126 | |
| 16836903 | 2 years ago | | | 0 | 0.00056972032 | |
| 16836753 | 2 years ago | | | 0 | 0.00073181515 | |
| 16836219 | 2 years ago | | | 0 | 0.0011826573 | |
| 15362888 | 2 years ago | | | 0 | 0.00037284453 | |
| 15288831 | 2 years ago | | | 0 | 0.00026602255 |
ABI
ABI objects
Getter at block 21328335
burnSafety() view returns (bool)
true
cost() view returns (uint256)
60000000000000000
currentMaxSupply() view returns (uint256)
200000
finalMaxSupply() view returns (uint256)
200000
hiddenMetadataUri() view returns (string)
ipfs://bafkreiap7my7qoduts4jnmtezmxaknlwazzb3ph7yqs6dyxvzrhc65ozxi
holdersOnly() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
5
name() view returns (string)
Eidolon Genesis NFT
owner() view returns (address)
0xb96d376dfda5837af005e39f708588e772b3de26
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
EGT
totalSupply() view returns (uint256)
500
uriPrefix() view returns (string)
ipfs://bafybeibxrffay3wodxhjdlmciw5ecso7dvzdnp2xq7dlsxkgvf6ru5g2wu/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnExcessTokenVolume()
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBurnSafety(bool _state)
setCost(uint256 _cost)
setCurrentMaxSupply(uint256 _supply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setHoldersOnly(bool _state)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.
This contract contains no error objects.