Timeboxes
Verified contract
Proxy
Active on
Ethereum with 6,490 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "Timeboxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270396 | 15 minutes ago | | | 0 | 0.00030984744 | |
| 21270004 | 2 hours ago | | | 0 | 0.00044788380 | |
| 21270003 | 2 hours ago | | | 0 | 0.00044251130 | |
| 21269860 | 2 hours ago | | | 0 | 0.00054977268 | |
| 21269795 | 2 hours ago | | | 0 | 0.00050652697 | |
| 21269498 | 3 hours ago | | | 0 | 0.00046704670 | |
| 21268693 | 6 hours ago | | | 0 | 0.00073927972 | |
| 21268686 | 6 hours ago | | | 0 | 0.0017841025 | |
| 21268206 | 8 hours ago | | | 0 | 0.00028418194 | |
| 21268203 | 8 hours ago | | | 0 | 0.00025522743 |
ABI
ABI objects
Getter at block 21270468
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
ROOTS_UPDATE_ROLE() view returns (bytes32)
0x978231a52833c6dc04ca132484b2ef8201d788fccc68a269a9d27973a989636e
baseURI() view returns (string)
https://timeboxes.timesoul.com/meta/
contractURI() view returns (string)
maxSupply() view returns (uint256)
2000
merkleRootForLabMint() view returns (bytes32)
0x8382863d1f6ac57f89a231fa45324e14c6d5fbdb6adc92a27854a7d46fad7478
merkleRootForLevels() view returns (bytes32)
0x09abe93a61d8b2b0c94112e8f76acd08b9e22f6fa91b0acdaec6871edb29702a
name() view returns (string)
Timeboxes
owner() view returns (address)
0x2d797f422dfe8e2f5fe3be607e17a7a460553ddb
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints() view returns (uint256)
0
symbol() view returns (string)
TMBX
totalSupply() view returns (uint256)
1314
Read-only
balanceOf(address owner) view returns (uint256)
digitalToTokenId(uint256 soulboxId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
getParents(uint256 tokenId) view returns (struct TimeboxNFTV2Parents)
getRevealLevel(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
levels(uint256) view returns (uint256)
merkleRoots(string) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
potionsUsed(address wallet) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
spheresUsed(address) view returns (uint256)
state(uint256 tokenId) view returns (struct TimeboxNFTV2State)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address operator, uint256 tokenId)
cancelOwnershipTransfer()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
grantRole(bytes32 role, address wallet)
mintInLab(struct TimeboxNFTV2MintParams params, bytes32[] merkleProof)
mintSeaDrop(address, uint256)
mintWithRent(address to, uint256 meerkatId, uint256 soulboxId) returns (uint256)
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsUpgradeableMultiConfigureStruct config)
renounceOwnership()
resetLevel(uint256 tokenId, uint256 spheresNum, bytes32[] merkleProof)
revealLevel(uint256 tokenId, uint256 newLevel, uint256 maxLevel, bytes32[] merkleProof)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setMerkleRootForLabMint(bytes32 merkleRoot)
setMerkleRootForLevels(bytes32 merkleRoot)
setProvenanceHash(bytes32 newProvenanceHash)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataUpgradeableRoyaltyInfo newInfo)
stake(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
unstake(uint256 tokenId)
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updateMerkleRoots(struct TimeboxNFTV2MerkleRoots roots)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
Initialized(uint8 version)
LeveledDown(uint256 tokenId, uint256 oldLevel, uint256 newLevel, uint256 eventAt)
LeveledUp(uint256 tokenId, uint256 oldLevel, uint256 newLevel, uint256 maxLevel, uint256 revealedAt)
Locked(uint256 tokenId)
MaxSupplyUpdated(uint256 newMaxSupply)
MetadataUpdate(uint256 _tokenId)
MintedInLab(address to, uint256 worriedMeerkatID, uint256 digitalTimeboxID, uint256 tokenId, uint256 mintedAt)
MintedInLabWithRent(address to, uint256 worriedMeerkatID, uint256 digitalTimeboxID, uint256 tokenId, uint256 mintedAt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyInfoUpdated(address receiver, uint256 bps)
SeaDropTokenDeployed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotNextOwner()
OnlyAllowedSeaDrop()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
SignersMismatch()
TokenGatedMismatch()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()