AirdroppableAdventureKey
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 "AirdroppableAdventureKey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AirdroppableAdventureKey"
ABI
ABI objects
Getter at block 21223108
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)
initializedAdventureERC721() view returns (bool)
false
initializedERC721() view returns (bool)
false
initializedRoyalties() view returns (bool)
false
initializedURI() view returns (bool)
false
maxSimultaneousQuests() view returns (uint256)
0
maxSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x76d4082d5cc0a641b1b1c27b9eaf1b6e53742cf4
suffixURI() view returns (string)
.json
symbol() view returns (string)
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)
constructor()
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()