EtherOrcs Adventure Key (DigiDaigaku Genesis)
Verified contract
Proxy
Active on
Ethereum with 1,164 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "EtherOrcs Adventure Key (DigiDaigaku Genesis)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195744 | 4 days ago | | | 0 | 0.0011861070 | |
| 21184061 | 5 days ago | | | 0 | 0.0017674021 | |
| 21172073 | 7 days ago | | | 0 | 0.0015937954 | |
| 21101541 | 17 days ago | | | 0 | 0.00040472986 | |
| 20934168 | a month ago | | | 0 | 0.00055193249 | |
| 20877686 | 2 months ago | | | 0 | 0.00039775532 | |
| 20723864 | 2 months ago | | | 0 | 0.000074224183 | |
| 20723864 | 2 months ago | | | 0 | 0.00012558654 | |
| 20628403 | 3 months ago | | | 0 | 0.00024195969 | |
| 20466668 | 3 months ago | | | 0 | 0.00014949982 |
ABI
ABI objects
Getter at block 21222476
MAX_CONCURRENT_QUESTS() view returns (uint256)
100
MAX_ROYALTY_FEE_NUMERATOR() view returns (uint96)
1000
MAX_UINT32() view returns (uint256)
4294967295
baseTokenURI() view returns (string)
https://digidaigaku.com/collabs/etherorcs_keys/metadata/
initializedAdventureERC721() view returns (bool)
true
initializedERC721() view returns (bool)
true
initializedRoyalties() view returns (bool)
true
initializedURI() view returns (bool)
true
maxSimultaneousQuests() view returns (uint256)
100
maxSupply() view returns (uint256)
2022
name() view returns (string)
EtherOrcs Adventure Key (DigiDaigaku Genesis)
owner() view returns (address)
0x5a8cf09274938a0967d95908d9bfa0ba49b3586d
suffixURI() view returns (string)
.json
symbol() view returns (string)
EOAKDG
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)
blockingQuestCounts(uint256) 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AdventureApprovalToCaller()
AdventureIsStillWhitelisted()
AlreadyInitializedAdventureERC721()
AlreadyInitializedERC721()
AlreadyInitializedRoyalties()
AlreadyInitializedURI()
AlreadyOnQuest()
AlreadyWhitelisted()
AnActiveQuestIsPreventingTransfers()
CallerIsNotTheContractOwner()
CallerNotAWhitelistedAdventure()
CallerNotApprovedForAdventure()
CallerNotTokenOwner()
ExceedsMaxRoyaltyFee()
InvalidAdventureContract()
MaxSimultaneousQuestsCannotBeZero()
MaxSimultaneousQuestsExceeded()
MaxSupplyAlreadyInitialized()
MaxSupplyCannotBeSetToZero()
MaxSupplyExceeded(uint256 supplyAfterMint, uint256 maxSupply)
NewOwnerIsTheZeroAddress()
NonexistentToken()
NotOnQuest()
NotWhitelisted()
OwnerAlreadyInitialized()
QuestIdOutOfRange()
TooManyActiveQuests()