TRADIUM

Verified contract

Active on Base with 334 txns
Deployed by via 0xe4c8c705 at 5005882
Slot
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

No balances found for "TRADIUM"

0xdfdbe0e05cbe3995e916133bd47fe5ee66015de709120be8cbf8521471fdbbbe
0xe4e1968a0d1ae748c799252f95c780aa4a4bf46249b3f6943082af4fd8c07f52
0xaac9c5e6003ba9ecd59051dfc5a48048d680f2b8b376fe77b3467a38422a8786
0x3cb330976028cb3abf257e37d788bee9db17abe4275208ce349086a0f9b2ab52
0x798a8dca2c16ad2bcb816fef9b1b53db512577acb4bcb7621e17978a7b34ae0f
0xdf1cd9eb2ee6371a23da0e2cadfcaa3e7505802f4113093a46fc8e09c36fe9d1
0x308aea79d8a8191f0f120ddf7bb84465d41f11a322aa8b102b1579143e9937c6
0x33e7c522b01a5a777e4a8b30449d30bdf19c50d2f57bdbb1290ef706f157f076
0x01705cdce845bcf182d9755f4bdf940451b69a940f3a676ddae7ea242a49435b
0x7749f58bc7d3816b8b667523a2b7f1f89e771dc5bdb0a640bb041954503f57d9

Functions
Getter at block 23062741
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimCondition(view returns (uint256 startTimestampuint256 maxClaimableSupplyuint256 supplyClaimeduint256 quantityLimitPerWalletbytes32 merkleRootuint256 pricePerTokenaddress currencystring 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 (addressuint16)
(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 ownerview returns (uint256)
encryptDecrypt(bytes databytes keypure returns (bytes result)
encryptedData(uint256view returns (bytes)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getRevealURI(uint256 _batchIdbytes _keyview returns (string revealedURI)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getSupplyClaimedByWallet(address _claimerview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isEncryptedBatch(uint256 _batchIdview returns (bool)
notes(uint256view returns (string)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(address _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropSinglePhaseAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 _tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropSinglePhaseAllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
multicall(bytes[] datareturns (bytes[] results)
overrideNote(uint256 _tokenIdstring _msg
renounceRole(bytes32 roleaddress account
reveal(uint256 _indexbytes _keyreturns (string revealedURI)
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition _conditionbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
subscribeToRegistry(address _subscription
transferFrom(address fromaddress touint256 tokenId
writeNote(uint256 _tokenIdstring _msg
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimConditionUpdated(struct IClaimConditionClaimCondition conditionbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokenURIRevealed(uint256 indexed indexstring revealedURI
TokensClaimed(address indexed claimeraddress indexed receiveruint256 indexed startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _defaultAdminstring _namestring _symboladdress _royaltyRecipientuint128 _royaltyBpsaddress _primarySaleRecipient
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(