DigiDaigakuDarkSpirits
Verified contract
Active on
Ethereum with 2,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "DigiDaigakuDarkSpirits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20946618 | a month ago | | | 0 | 0.00050723872 | |
| 20844974 | 2 months ago | | | 0 | 0.00034317376 | |
| 20624042 | 3 months ago | | | 0 | 0.000030066425 | |
| 20601005 | 3 months ago | | | 0 | 0.000049677294 | |
| 20600060 | 3 months ago | | | 0 | 0.000091796753 | |
| 20498345 | 3 months ago | | | 0 | 0.000050688965 | |
| 19887554 | 6 months ago | | | 0 | 0.000088026055 | |
| 19878232 | 6 months ago | | | 0 | 0.00023075981 | |
| 19873737 | 6 months ago | | | 0 | 0.00018972237 | |
| 19871125 | 6 months ago | | | 0 | 0.00021430882 |
ABI
ABI objects
Getter at block 21189142
baseTokenURI() view returns (string)
https://digidaigaku.com/dark-spirits/metadata/
maxSimultaneousQuests() view returns (uint256)
10
maxSupply() view returns (uint256)
4044
name() view returns (string)
DigiDaigakuDarkSpirits
nextTokenId() view returns (uint256)
4045
owner() view returns (address)
0x5a8cf09274938a0967d95908d9bfa0ba49b3586d
suffixURI() view returns (string)
.json
symbol() view returns (string)
DIDSP
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)
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)
isAdventureWhitelisted(address account) view returns (bool)
isApprovedForAll(address owner, address operator) 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)
airdropMint(address[] to)
approve(address to, uint256 tokenId)
bootFromAllQuests(uint256 tokenId, address adventure)
enterQuest(uint256 tokenId, uint256 questId)
exitQuest(uint256 tokenId, uint256 questId)
initializeAdventureERC721(uint256 maxSimultaneousQuests_)
initializeERC721(string name_, string symbol_)
initializeMaxSupply(uint256 maxSupply_)
initializeOwner(address owner_)
initializeRoyalties(address receiver, uint96 feeNumerator)
initializeURI(string baseURI_, string suffixURI_)
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)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QuestUpdated(uint256 indexed tokenId, address indexed tokenOwner, address indexed adventure, uint256 questId, bool active, bool booted)
RoyaltySet(address receiver, uint96 feeNumerator)
SuffixURISet(string suffixURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxSupply_, address royaltyReceiver_, uint96 royaltyFeeNumerator_)
This contract contains no fallback and receive objects.
AdventureApprovalToCaller()
AdventureIsStillWhitelisted()
AirdropBatchSizeMustBeGreaterThanZero()
AlreadyInitializedAdventureERC721()
AlreadyInitializedERC721()
AlreadyInitializedRoyalties()
AlreadyInitializedURI()
AlreadyOnQuest()
AlreadyWhitelisted()
AnActiveQuestIsPreventingTransfers()
ArrayIndexOverflowsUint128()
CallerIsNotTheContractOwner()
CallerNotAWhitelistedAdventure()
CallerNotApprovedForAdventure()
CallerNotTokenOwner()
ExceedsMaxRoyaltyFee()
InvalidAdventureContract()
MaxSimultaneousQuestsCannotBeZero()
MaxSimultaneousQuestsExceeded()
MaxSupplyAlreadyInitialized()
MaxSupplyCannotBeSetToMaxUint256()
MaxSupplyCannotBeSetToZero()
MaxSupplyExceeded(uint256 supplyAfterMint, uint256 maxSupply)
NewOwnerIsTheZeroAddress()
NonexistentToken()
NotOnQuest()
NotWhitelisted()
OwnerAlreadyInitialized()
QuestIdOutOfRange()
TooManyActiveQuests()