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 "IDNTTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102040 | 8 days ago | | | 0 | 0.00018213410 | |
| 20989571 | 24 days ago | | | 0 | 0.00066579149 | |
| 20939080 | a month ago | | | 0 | 0.00022104981 | |
| 20931227 | a month ago | | | 0 | 0.00063931378 | |
| 20895143 | a month ago | | | 0 | 0.00010876050 | |
| 20895092 | a month ago | | | 0 | 0.00012903651 | |
| 20708706 | 2 months ago | | | 0 | 0.00011992481 | |
| 20495916 | 3 months ago | | | 0 | 0.000034967324 | |
| 20495913 | 3 months ago | | | 0 | 0.000061712269 | |
| 20189099 | 4 months ago | | | 0 | 0.00019462586 |
ABI
ABI objects
Getter at block 21162282
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator)
0x533b10c33ad4c1acb8cdf8defac1f565d7313d4eac56850b6603d5a3d0b37627
MAX_ITEMS() view returns (uint256)
10000
PERMIT_ALL_TYPEHASH() view returns (bytes32)
0xafbfe754c960cea8bb403409f4a498246c360a58a15b26e69ab98c9374b10854
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
burnedCounter() view returns (uint256)
0
name() view returns (string)
IDNTTS
nextTokenIndex() view returns (uint256)
10000
owner() view returns (address)
0xb5ae615b9d90030d75a239372c818fa80395a60c
provenanceHash() view returns (string)
revealState() view returns (bool)
true
symbol() view returns (string)
IDS
totalMinted() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
unclaimedSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLocked(uint256 tokenId) view returns (address)
getTokenTimestamp(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isBurned(uint256) view returns (bool)
nonces(uint256) view returns (uint256)
noncesForAll(address, address) view returns (uint256)
ownerOf(uint256 id) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address tokenOwner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
lock(address unlocker, uint256 id)
mint(address to, uint256 qty)
permit(address signer, address spender, uint256 tokenId, uint256 deadline, bytes sig)
permitAll(address signer, address operator, uint256 deadline, bytes sig)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUnlocked, string _newBaseLocked)
setMetadataExtension(string _newMDExt)
setMinter(address _newMinter)
setProvenanceHash(string _newPH)
setRevealState(bool _revealState)
setRoyalties(address recipient, uint256 value)
setUnrevURI(string _newUnrevURI)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
unlock(uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Lock(address indexed unlocker, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _id)
Unlock(uint256 indexed id)
constructor(string _myBaseUnlocked, string _myBaseLocked, string _unrevBase)
This contract contains no fallback and receive objects.
This contract contains no error objects.