DigiDaigakuDragonEssence
Verified contract
Active on
Ethereum with 3,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "DigiDaigakuDragonEssence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012494 | a month ago | | | 0 | 0.00035306225 | |
| 21011186 | a month ago | | | 0 | 0.00030399647 | |
| 21011144 | a month ago | | | 0 | 0.00053082995 | |
| 20982936 | a month ago | | | 0 | 0.00033347388 | |
| 20974707 | a month ago | | | 0 | 0.00064652282 | |
| 20966877 | a month ago | | | 0 | 0.00096541444 | |
| 20649232 | 3 months ago | | | 0 | 0.000092171816 | |
| 20628414 | 3 months ago | | | 0 | 0.00028488460 | |
| 20568304 | 3 months ago | | | 0 | 0.000075227854 | |
| 20524188 | 3 months ago | | | 0 | 0.000090978614 |
ABI
ABI objects
Getter at block 21205513
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
approvalSigner() view returns (address)
0x6217154c927f943ac0b744d73c41ef667f367224
baseTokenURI() view returns (string)
https://digidaigaku.com/dragon-essences/metadata/
getClaimPeriodClosingTimestamp() view returns (uint256)
1679641140
getNextTokenId() view returns (uint256)
6350
isClaimPeriodOpen() view returns (bool)
false
maxQuantityMintable() view returns (uint256)
7900
maxSimultaneousQuests() view returns (uint256)
100
mintedAmount() view returns (uint256)
45
name() view returns (string)
DigiDaigakuDragonEssence
owner() view returns (address)
0x5a8cf09274938a0967d95908d9bfa0ba49b3586d
signedClaimsDecommissioned() view returns (bool)
false
suffixURI() view returns (string)
.json
symbol() view returns (string)
DIDE
Read-only
activeQuestList(uint256, address, uint256) view returns (uint32)
activeQuestLookup(uint256, address, uint32) view returns (bool isActive, uint32 questId, uint64 startTimestamp, uint32 arrayIndex)
areAdventuresApprovedForAll(address owner, address operator) view returns (bool)
balanceOf(address owner) view returns (uint256)
computeIneligibleTokensBitmap(uint256[] ineligibleTokenIds) pure returns (uint256[], uint256[])
getActiveQuests(uint256 tokenId, address adventure) view returns (struct Quest[] activeQuests)
getApproved(uint256 tokenId) view returns (address)
getQuestCount(uint256 tokenId, address adventure) view returns (uint256)
getTimeOnQuest(uint256 tokenId, address adventure, uint256 questId) view returns (uint256)
getTokensPerClaim(address rootCollectionAddress) view returns (uint256)
hasMintedBySignedApproval(address account) view returns (bool)
isAdventureWhitelisted(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address rootCollectionAddress, uint256 tokenId) view returns (bool)
isEligible(address rootCollectionAddress, uint256 tokenId) view returns (bool)
isParticipatingInQuest(uint256 tokenId, address adventure, uint256 questId) view returns (bool participatingInQuest, uint256 startTimestamp, uint256 index)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAdventureList(uint256) view returns (address)
whitelistedAdventures(address) view returns (bool isWhitelisted, uint128 arrayIndex)
State-modifying
Events adventureBurn(uint256 tokenId)
adventureSafeTransferFrom(address from, address to, uint256 tokenId)
adventureTransferFrom(address from, address to, uint256 tokenId)
approve(address operator, uint256 tokenId)
bootFromAllQuests(uint256 tokenId, address adventure)
claimBatch(address rootCollectionAddress, uint256[] rootCollectionTokenIds)
claimSignedMint(bytes signature, uint256 quantity)
closeClaims(uint256 claimPeriodClosingTimestamp_)
decommissionSignedApprovals()
enterQuest(uint256 tokenId, uint256 questId)
exitQuest(uint256 tokenId, uint256 questId)
initializeAdventureERC721(uint256 maxSimultaneousQuests_)
initializeERC721(string name_, string symbol_)
initializeIneligibleTokens(bool finalize, address rootCollectionAddress, uint256[] ineligibleTokenSlots, uint256[] ineligibleTokenBitmaps)
initializeOperatorFilterer(address, bool)
initializeOwner(address owner_)
initializeRootCollections(address[] rootCollections_, uint256[] rootCollectionMaxSupplies_, uint256[] tokensPerClaimArray_)
initializeRoyalties(address receiver, uint96 feeNumerator)
initializeSigner(address signer, uint256 maxQuantity)
initializeURI(string baseURI_, string suffixURI_)
openClaims(uint256 claimPeriodClosingTimestamp_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdventuresApprovedForAll(address operator, bool approved)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI_)
setRoyaltyInfo(address receiver, uint96 feeNumerator)
setSigner(address newSigner)
setSuffixURI(string suffixURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwhitelistAdventure(address adventure)
userExitAllQuests(uint256 tokenId, address adventure)
userExitQuest(uint256 tokenId, address adventure, uint256 questId)
whitelistAdventure(address adventure)
AdventureApprovalForAll(address indexed tokenOwner, address indexed operator, bool approved)
AdventureWhitelistUpdated(address indexed adventure, bool whitelisted)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string baseTokenURI)
ClaimMinted(address indexed rootCollection, uint256 indexed rootCollectionTokenId, uint256 startTokenId, uint256 endTokenId)
ClaimPeriodClosing(uint256 claimPeriodClosingTimestamp)
ClaimPeriodOpened(uint256 claimPeriodClosingTimestamp)
IneligibleTokensInitialized(address indexed rootCollectionAddress, uint256[] ineligibleTokenSlots, uint256[] ineligibleTokenBitmaps)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QuestUpdated(uint256 indexed tokenId, address indexed tokenOwner, address indexed adventure, uint256 questId, bool active, bool booted)
RootCollectionInitialized(address indexed rootCollection, uint256 maxSupply, uint256 tokensPerClaim)
RoyaltySet(address receiver, uint96 feeNumerator)
SignedClaimsDecommissioned()
SignedMintClaimed(address indexed minter, uint256 startTokenId, uint256 endTokenId)
SignerUpdated(address oldSigner, address newSigner)
SuffixURISet(string suffixURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address royaltyReceiver_, uint96 royaltyFeeNumerator_)
This contract contains no fallback and receive objects.
AddressAlreadyMinted()
AdventureApprovalToCaller()
AdventureIsStillWhitelisted()
AlreadyInitializedAdventureERC721()
AlreadyInitializedERC721()
AlreadyInitializedRoyalties()
AlreadyInitializedURI()
AlreadyOnQuest()
AlreadyWhitelisted()
AnActiveQuestIsPreventingTransfers()
ArrayIndexOverflowsUint128()
BatchSizeGreaterThanMaximum()
BatchSizeMustBeGreaterThanZero()
CallerDoesNotOwnRootTokenId()
CallerIsNotTheContractOwner()
CallerNotAWhitelistedAdventure()
CallerNotApprovedForAdventure()
CallerNotTokenOwner()
ClaimPeriodIsNotOpen()
ClaimPeriodMustBeClosedInTheFuture()
ClaimsMustBeClosedToReopen()
CollectionAddressIsNotAnERC721Token()
ExceedsMaxRoyaltyFee()
IneligibleTokenArrayMustBeInAscendingOrder()
IneligibleTokensFinalized()
IneligibleTokensHaveNotBeenFinalized()
InputArrayLengthMismatch()
InvalidAdventureContract()
InvalidRootCollectionAddress()
InvalidRootCollectionTokenId()
InvalidSignature()
MaxNumberOfRootCollectionsExceeded()
MaxQuantityMustBeGreaterThanZero()
MaxSimultaneousQuestsCannotBeZero()
MaxSimultaneousQuestsExceeded()
MaxSupplyOfRootTokenCannotBeZero()
MintExceedsMaximumAmountBySignedApproval()
MustSpecifyAtLeastOneIneligibleToken()
MustSpecifyAtLeastOneRootCollection()
NewOwnerIsTheZeroAddress()
NonexistentToken()
NotOnQuest()
NotWhitelisted()
OperatorNotAllowed(address operator)
OwnerAlreadyInitialized()
QuestIdOutOfRange()
RootCollectionsAlreadyInitialized()
RootCollectionsHaveNotBeenInitialized()
SignedClaimsAreDecommissioned()
SignerAlreadyInitialized()
SignerCannotBeInitializedAsAddressZero()
SignerIsAddressZero()
TokenIdAlreadyClaimed()
TokensPerClaimMustBeBetweenOneAndTen()
TooManyActiveQuests()