EDO2022
Verified contract
Active on
Ethereum with 4,960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "EDO2022"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282427 | 3 days ago | | | 0 | 0.00067542743 | |
| 21102668 | a month ago | | | 0 | 0.00010226580 | |
| 21056942 | a month ago | | | 0 | 0.00011395018 | |
| 20883148 | 2 months ago | | | 0 | 0.000095166498 | |
| 20808860 | 2 months ago | | | 0 | 0.00043289186 | |
| 20697134 | 3 months ago | | | 0 | 0.000065130813 | |
| 20695623 | 3 months ago | | | 0 | 0.00010645046 | |
| 20675067 | 3 months ago | | | 0 | 0.000055716754 | |
| 20581819 | 3 months ago | | | 0 | 0.000024939113 | |
| 20577934 | 3 months ago | | | 0 | 0.00019085255 |
ABI
ABI objects
Getter at block 21301453
name() view returns (string)
EDO2022
notRevealedUri() view returns (string)
ar://Dh6Ax44Ha-BabEQHWG8IhM0iAB8Yevr6sROoJ33hGYA
owner() view returns (address)
0x8d5406d9ecac6372ecf6287330b5083faaa1821a
paused() view returns (bool)
false
preCost() view returns (uint256)
80000000000000000
presale() view returns (bool)
false
presaleMerkleRoot() view returns (bytes32)
0x065d56f196982b2c29eecd1844dfa0d2891bbb0e5cc0dab72957e544174ab04c
publicCost() view returns (uint256)
100000000000000000
publicsale() view returns (bool)
true
reservedCost() view returns (uint256)
100000000000000000
reservedMerkleRoot() view returns (bytes32)
0x3e4abe41fe0107938a7ab21808d7cc0054321fde2f648390d03b19cd6d062c84
reservedsale() view returns (bool)
false
revealed() view returns (bool)
true
royaltyAddress() view returns (address)
0x6ce6f6fcbab24d5b7ee4190eb8f38ba167e0dc48
royaltyFee() view returns (uint96)
500
symbol() view returns (string)
EDO
totalSupply() view returns (uint256)
2228
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
goPublic()
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
reservedMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPreCost(uint256 _cost)
setPreSale(bool _state)
setPresaleMerkleRoot(bytes32 _merkleRoot)
setPublicCost(uint256 _cost)
setPublicSale(bool _state)
setReservedCost(uint256 _cost)
setReservedMerkleRoot(bytes32 _merkleRoot)
setReservedSale(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.