Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "TRADIUM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9454218 | 10 months ago | | | 0.000001 | 0.000014417838 | |
| 5720587 | a year ago | | | 0.00002 | 0.000000028490910812 | |
| 5720474 | a year ago | | | 0.000001 | 0.000000028743300190 | |
| 5720470 | a year ago | | | 0.000001 | 0.000000029660076798 | |
| 5720455 | a year ago | | | 0.000001 | 0.000000030577733230 | |
| 5720433 | a year ago | | | 0.000001 | 0.000000033503587942 | |
| 5720430 | a year ago | | | 0.000001 | 0.000000033503587942 | |
| 5720427 | a year ago | | | 0.000001 | 0.000000034538810856 | |
| 5720423 | a year ago | | | 0.000001 | 0.000000034538700878 | |
| 5720404 | a year ago | | | 0.000001 | 0.000000036707577016 |
ABI
ABI objects
Getter at block 23062741
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimCondition() view returns (uint256 startTimestamp, uint256 maxClaimableSupply, uint256 supplyClaimed, uint256 quantityLimitPerWallet, bytes32 merkleRoot, uint256 pricePerToken, address currency, string metadata)
(startTimestamp=1696804041, maxClaimableSupply=115792089237316195423570985008687907853269984665640564039457584007913129639935, supplyClaimed=313, quantityLimitPerWallet=115792089237316195423570985008687907853269984665640564039457584007913129639935, merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, pricePerToken=1000000000000, currency=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, metadata=ipfs://QmVu98eczZRpSYcF3UKYRDkHsM2RMQR62KUYmk29UDbWTP/0)
contractURI() view returns (string)
ipfs://QmXKQeH59svpziZm6Uwhmp4xhZUcrdz39GqW133CggVXao/0
getBaseURICount() view returns (uint256)
2
getDefaultRoyaltyInfo() view returns (address, uint16)
(0xe4491a9b7411bea3b513d9288751778c11639d6c, 0)
name() view returns (string)
TRADIUM
nextTokenIdToClaim() view returns (uint256)
315
nextTokenIdToMint() view returns (uint256)
11110
operatorRestriction() view returns (bool)
true
owner() view returns (address)
0xe4491a9b7411bea3b513d9288751778c11639d6c
primarySaleRecipient() view returns (address)
0xe4491a9b7411bea3b513d9288751778c11639d6c
symbol() view returns (string)
TDM
totalSupply() view returns (uint256)
315
Read-only
balanceOf(address owner) view returns (uint256)
encryptDecrypt(bytes data, bytes key) pure returns (bytes result)
encryptedData(uint256) view returns (bytes)
getApproved(uint256 tokenId) view returns (address)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getRevealURI(uint256 _batchId, bytes _key) view returns (string revealedURI)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(address _claimer) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isEncryptedBatch(uint256 _batchId) view returns (bool)
notes(uint256) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verifyClaim(address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropSinglePhaseAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 _tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropSinglePhaseAllowlistProof _allowlistProof, bytes _data) payable
grantRole(bytes32 role, address account)
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _data) returns (uint256 batchId)
multicall(bytes[] data) returns (bytes[] results)
overrideNote(uint256 _tokenId, string _msg)
renounceRole(bytes32 role, address account)
reveal(uint256 _index, bytes _key) returns (string revealedURI)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setClaimConditions(struct IClaimConditionClaimCondition _condition, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
subscribeToRegistry(address _subscription)
transferFrom(address from, address to, uint256 tokenId)
writeNote(uint256 _tokenId, string _msg)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimConditionUpdated(struct IClaimConditionClaimCondition condition, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokenURIRevealed(uint256 indexed index, string revealedURI)
TokensClaimed(address indexed claimer, address indexed receiver, uint256 indexed startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _defaultAdmin, string _name, string _symbol, address _royaltyRecipient, uint128 _royaltyBps, address _primarySaleRecipient)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()