9dcc Collection 01
Verified contract
Proxy
Active on
Base with 440 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x33a3…ee7c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001604 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21813412 | 17 hours ago | | | 0 | 0.0000011896263 | |
| 21810821 | 19 hours ago | | | 0 | 0.0000010932550 | |
| 21521482 | 7 days ago | | | 0 | 0.0000010937981 | |
| 21510894 | 8 days ago | | | 0 | 0.0000016462268 | |
| 21480537 | 8 days ago | | | 0 | 0.0000015731495 | |
| 21423410 | 10 days ago | | | 0 | 0.0000010836176 | |
| 21328189 | 12 days ago | | | 0 | 0.0000016617373 | |
| 21327465 | 12 days ago | | | 0 | 0.0000015204431 | |
| 21115444 | 17 days ago | | | 0 | 0.0000014090215 | |
| 21081623 | 18 days ago | | | 0 | 0.0000014090705 |
ABI
ABI objects
Getter at block 21844657 proxiableUUID() view returns (bytes32)
baseURI() view returns (string)
https://metadata.iyk.app/8453/0x0c22f25c4018fac9fd5ec0ab1c1859847bbf81a4/
getSignVerifier() view returns (address)
0xfc95c9ffba80cb60f76c653ea8e5ce01253b6c6a
minorVersion() view returns (uint16)
4
name() view returns (string)
9dcc Collection 01
owner() view returns (address)
0xfc95c9ffba80cb60f76c653ea8e5ce01253b6c6a
signVerifier() view returns (address)
0xf504941ef7ff8f24dc0063779eeb3fb12bac8ab7
signVerifierId() view returns (bytes32)
0x5c3aa0253576d2e18982cdb774a9fca10613a65d4bd8d2477670b8461bd1431e
signVerifierRegistry() view returns (address)
0x33a37563ae5452ece14268130c960baaa9b8ee7c
symbol() view returns (string)
9DCC-C-01
Read-only
balanceOf(address owner) view returns (uint256)
claimNonces(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBatchClaimSigningHash(uint256 blockExpiry, address recipient, uint256 startTokenId, uint256 quantity) view returns (bytes32)
getClaimNonce(address recipient) view returns (uint256)
getClaimSigningHash(uint256 blockExpiry, address recipient, uint256 tokenId) view returns (bytes32)
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 approve(address to, uint256 tokenId)
claimNFT(bytes sig, uint256 blockExpiry, address recipient, uint256 tokenId)
initialize(string name, string symbol)
initialize__v1_1(string _name, string _symbol)
initialize__v1_2(string _name, string _symbol)
initialize__v1_3(string _name, string _symbol, address _signVerifierRegistry, bytes32 _signVerifierId)
initialize__v1_4(string _name, string _symbol, address _signVerifierRegistry, bytes32 _signVerifierId)
mint(address recipient, uint256 tokenId)
mintBatch(address to, uint256[] tokenIds)
mintBatchWithSig(bytes sig, uint256 blockExpiry, address recipient, uint256 startTokenId, uint256 quantity)
mintNFT(bytes sig, uint256 blockExpiry, address recipient, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setSignVerifier(address verifier)
setSignVerifierId(bytes32 _signVerifierId)
setSignVerifierRegistry(address _signVerifierRegistry)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
upgradeTo__v1_2()
upgradeTo__v1_3(address _signVerifierRegistry, bytes32 _signVerifierId)
upgradeTo__v1_4()
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignVerifierIdUpdated(bytes32 indexed signVerifierId, bytes32 indexed oldSignVerifierId)
SignVerifierRegistryUpdated(address indexed signVerifierRegistry, address indexed oldSignVerifierRegistry)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.