EtherOrcs Adventure Key (DigiDaigaku Genesis)

Verified contract

Proxy

Active on Ethereum with 1,164 txns
Deployed by via 0x462e4d25 at 15980059
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "EtherOrcs Adventure Key (DigiDaigaku Genesis)"

0x2d4cd4604cf56f7e45b11fbaf15a97128c84c1e5031fd2bba0ca614c2b98b409
0x5f8942ddcc7246bcd787ddfb4e7ce62f609578647639c2d44cf0446aa6605228
0xa6a1d04d1c4ca768ffce540f3d08600ec6eead2bb09df88f0564fbbb93029853
0x2715620b620d9ea12dd35aa0ff9a6a7e490b0838e61d7de1aabc65745355aaa3
0xfb43c122b7c7ff1baed13e70b98fb2a7df51be7f00538b08ad963866a037c9d8
0x4fe171b16b179a0d069d2b55b65adce9f4b89333b30bfcedbbaeea0804a59cbf
0x7b30295cf6210f5e8ab9b598231de5fff5221a99976f8ca8438fcc3986bc2629
0xee15b51c030045c49cc5bd067fb63722cb711f8f9527fffc15b656a730cf25d5
0x680c40694e0c163aa5bda0a27458b07b1be0e7a3721dea143d810e7197df1300
0xa91dcdce0e056eac41034fe74a0d8915a08eb916fc45ab19dd7637a44ee09842

Functions
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(uint256addressuint256view returns (uint32)
activeQuestLookup(uint256addressuint32view returns (bool isActiveuint32 questIduint64 startTimestampuint32 arrayIndex)
areAdventuresApprovedForAll(address owneraddress operatorview returns (bool)
balanceOf(address ownerview returns (uint256)
blockingQuestCounts(uint256view returns (uint256)
getActiveQuests(uint256 tokenIdaddress adventureview returns (struct Quest[] activeQuests)
getApproved(uint256 tokenIdview returns (address)
getQuestCount(uint256 tokenIdaddress adventureview returns (uint256)
getTimeOnQuest(uint256 tokenIdaddress adventureuint256 questIdview returns (uint256)
isAdventureWhitelisted(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isParticipatingInQuest(uint256 tokenIdaddress adventureuint256 questIdview returns (bool participatingInQuestuint256 startTimestampuint256 index)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistedAdventureList(uint256view returns (address)
whitelistedAdventures(addressview returns (bool isWhitelisteduint128 arrayIndex)
State-modifying
adventureBurn(uint256 tokenId
adventureSafeTransferFrom(address fromaddress touint256 tokenId
adventureTransferFrom(address fromaddress touint256 tokenId
airdropMint(address[] to
approve(address touint256 tokenId
bootFromAllQuests(uint256 tokenIdaddress adventure
enterQuest(uint256 tokenIduint256 questId
exitQuest(uint256 tokenIduint256 questId
initializeAdventureERC721(uint256 maxSimultaneousQuests_
initializeERC721(string name_string symbol_
initializeMaxSupply(uint256 maxSupply_
initializeOwner(address owner_
initializeRoyalties(address receiveruint96 feeNumerator
initializeURI(string baseURI_string suffixURI_
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdventuresApprovedForAll(address operatorbool approved
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI_
setRoyaltyInfo(address receiveruint96 feeNumerator
setSuffixURI(string suffixURI_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unwhitelistAdventure(address adventure
userExitAllQuests(uint256 tokenIdaddress adventure
userExitQuest(uint256 tokenIdaddress adventureuint256 questId
whitelistAdventure(address adventure
Events
AdventureApprovalForAll(address indexed tokenOwneraddress indexed operatorbool approved
AdventureWhitelistUpdated(address indexed adventurebool whitelisted
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURISet(string baseTokenURI
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
QuestUpdated(uint256 indexed tokenIdaddress indexed tokenOwneraddress indexed adventureuint256 questIdbool activebool booted
RoyaltySet(address receiveruint96 feeNumerator
SuffixURISet(string suffixURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdventureApprovalToCaller(
AdventureIsStillWhitelisted(
AlreadyInitializedAdventureERC721(
AlreadyInitializedERC721(
AlreadyInitializedRoyalties(
AlreadyInitializedURI(
AlreadyOnQuest(
AlreadyWhitelisted(
AnActiveQuestIsPreventingTransfers(
CallerIsNotTheContractOwner(
CallerNotAWhitelistedAdventure(
CallerNotApprovedForAdventure(
CallerNotTokenOwner(
ExceedsMaxRoyaltyFee(
InvalidAdventureContract(
MaxSimultaneousQuestsCannotBeZero(
MaxSimultaneousQuestsExceeded(
MaxSupplyAlreadyInitialized(
MaxSupplyCannotBeSetToZero(
MaxSupplyExceeded(uint256 supplyAfterMintuint256 maxSupply
NewOwnerIsTheZeroAddress(
NonexistentToken(
NotOnQuest(
NotWhitelisted(
OwnerAlreadyInitialized(
QuestIdOutOfRange(
TooManyActiveQuests(