Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "QuestNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "QuestNFT"
ABI
ABI objects
Getter at block 21217908
collectionName() view returns (string)
minterAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
protocolFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
quests(string) view returns (uint256 startTime, uint256 endTime, uint256 totalParticipants, uint256 questFee, uint256 tokenId, string description, string imageIPFSHash)
royaltyInfo(uint256 tokenId_, uint256 salePrice_) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId_) view returns (bool)
tokenIdFromQuestId(string questId_) view returns (uint256)
tokenIdToQuestId(uint256) view returns (string)
totalSupply(uint256 id) view returns (uint256)
totalTransferAmount(string questId_) view returns (uint256)
uri(uint256 tokenId_) view returns (string)
State-modifying
Events addQuest(uint256 questFee_, uint256 startTime_, uint256 endTime_, uint256 totalParticipants_, string questId_, string description_, string imageIPFSHash_) returns (uint256)
initialize(address protocolFeeRecipient_, address minterAddress_, string collectionName_)
mint(address to_, string questId_)
pause()
refund(address erc20Address_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
unPause()
withdrawRemainingCoins()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
fallback()
receive()
This contract contains no error objects.