Elite Ape Entry Coins
Verified contract
Active on
Ethereum with 23,509 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 "Elite Ape Entry Coins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183798 | 11 days ago | | | 0 | 0.0018004414 | |
| 21174489 | 12 days ago | | | 0 | 0.0013082849 | |
| 20902595 | 2 months ago | | | 0 | 0.00024688161 | |
| 20780569 | 2 months ago | | | 0 | 0.00029263691 | |
| 20732333 | 2 months ago | | | 0 | 0.000076798479 | |
| 20567241 | 3 months ago | | | 0 | 0.000068847664 | |
| 20566951 | 3 months ago | | | 0 | 0.00022768562 | |
| 20551939 | 3 months ago | | | 0 | 0.000060853613 | |
| 20551278 | 3 months ago | | | 0 | 0.000068543387 | |
| 20296514 | 4 months ago | | | 0 | 0.000031720476 |
ABI
ABI objects
Getter at block 21261702
name() view returns (string)
Elite Ape Entry Coins
name_() view returns (string)
Elite Ape Entry Coins
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
symbol() view returns (string)
COINS
symbol_() view returns (string)
COINS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
drawPasses(uint256) view returns (bytes32 merkleRoot, uint256 windowOpens, uint256 windowCloses, string ipfsMetadataHash, address redeemContract)
exists(uint256 id) view returns (bool)
getClaimedDps(uint256 _index, address _account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addDrawPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, string _ipfsMetadataHash, address _redeemContract)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address _account, uint256 _dpIndex, uint256 _amount)
claim(uint256 index, uint256 maxAmount, uint256 dpIndex, bytes32[] merkleProof)
editDrawPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, string _ipfsMetadataHash, address _redeemContract, uint256 _dpIndex)
ownerMint(uint256 amount, uint256 dpIndex, address to)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string baseURI)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 index, address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.