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 "Edomin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21055054 | 17 days ago | | | 0 | 0.00012479510 | |
| 21042550 | 19 days ago | | | 0 | 0.00026571955 | |
| 20707101 | 2 months ago | | | 0 | 0.000084719743 | |
| 20602830 | 3 months ago | | | 0 | 0.000026754305 | |
| 20582270 | 3 months ago | | | 0 | 0.000035883378 | |
| 20553014 | 3 months ago | | | 0 | 0.000025688734 | |
| 20303155 | 4 months ago | | | 0 | 0.00010627496 | |
| 20068665 | 5 months ago | | | 0 | 0.00027467211 | |
| 20045364 | 5 months ago | | | 0 | 0.00036235012 | |
| 20044685 | 5 months ago | | | 0 | 0.00014550185 |
ABI
ABI objects
Getter at block 21178511
WITHDRAW_ADDRESS() view returns (address)
0x14145ddf324bc975ee621044d662739d9a6ede96
baseExtension() view returns (string)
.json
cost() view returns (uint256)
1000000000000000
freeMint() view returns (bool)
false
maxMintAmountPerTransaction() view returns (uint256)
1
maxSupply() view returns (uint256)
3000
merkleRoot() view returns (bytes32)
0x2636e68067243f516cc2c29899fa4de56a36d5dcc2b3c4527f8ab63ac86ffbc4
mintCount() view returns (bool)
true
name() view returns (string)
Edomin
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x14145ddf324bc975ee621044d662739d9a6ede96
paused() view returns (bool)
false
publicSaleMaxMintAmountPerAddress() view returns (uint256)
1
symbol() view returns (string)
EDO
totalSupply() view returns (uint256)
3000
whitelistMaxMintAmountPerAddress() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleMintedAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistMintedAmount(address) view returns (uint256)
State-modifying
Events airdropMint(address[] _airdropAddresses, uint256[] _UserMintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] _merkleProof) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmountPerTransaction(uint256 _maxMintAmountPerTransaction)
setMerkleRoot(bytes32 _merkleRoot)
setMintCount(bool _state)
setOnlyWhitelisted(bool _state)
setPublicSaleMaxMintAmountPerAddress(uint256 _publicSaleMaxMintAmountPerAddress)
setfreeMint(bool _state)
setwhitelistMaxMintAmountPerAddress(uint256 _whitelistMaxMintAmountPerAddress)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()