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 "E.p.p"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16754371 | 2 years ago | | | 0 | 0.00092842260 | |
| 15905404 | 2 years ago | | | 0 | 0.00072613426 | |
| 15596316 | 2 years ago | | | 0 | 0.00041696258 | |
| 15596083 | 2 years ago | | | 0 | 0.00046616883 | |
| 15596080 | 2 years ago | | | 0 | 0.00043344584 | |
| 15595554 | 2 years ago | | | 0 | 0.00040205000 | |
| 15595505 | 2 years ago | | | 0 | 0.00046253164 | |
| 15595501 | 2 years ago | | | 0 | 0.00065256222 | |
| 15595474 | 2 years ago | | | 0 | 0.00056920269 | |
| 15595408 | 2 years ago | | | 0 | 0.00068740255 |
ABI
ABI objects
Getter at block 21433433
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
4000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
E.p.p
owner() view returns (address)
0x312ec3f2c26f701f9dda625825e10c8bb39e415d
symbol() view returns (string)
EPP
totalSupply() view returns (uint256)
3752
uriPrefix() view returns (string)
ipfs://QmSEMUcdm3prADFi1sXAF9TmwyCW2JecXa1azh8ypAdc2h/
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 PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
burn(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()