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 "Enzo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051372 | a month ago | | | 0 | 0.00089035500 | |
| 20668854 | 3 months ago | | | 0 | 0.000082044613 | |
| 20090096 | 5 months ago | | | 0 | 0.00045091318 | |
| 19951824 | 6 months ago | | | 0 | 0.00018655578 | |
| 19576316 | 8 months ago | | | 0 | 0.0034011659 | |
| 18908408 | a year ago | | | 0 | 0.00067816587 | |
| 18904486 | a year ago | | | 0 | 0.00082315880 | |
| 18761015 | a year ago | | | 0 | 0.0016222920 | |
| 18743951 | a year ago | | | 0 | 0.0026916332 | |
| 18743947 | a year ago | | | 0 | 0.0025710912 |
ABI
ABI objects
Getter at block 21268735
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_contractURI() view returns (string)
baseURI() view returns (string)
ipfs://QmRDokbRBqepzAygcfBjYCYGDXVrjhNba7n6M9UzpjgsMJ/
contractURI() view returns (string)
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
maxWallet() view returns (uint256)
10
mintingIsActive() view returns (bool)
false
name() view returns (string)
Enzo
owner() view returns (address)
0xf8254f25e037b6c1db7d1c8692335e682dfe163a
symbol() view returns (string)
ENZO
totalSupply() view returns (uint256)
5555
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)
publicBalance(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mintPublic(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
toggleMinting()
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()