The Quest
Verified contract
Active on
Ethereum with 3,830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xced1…f7ee
Balances ($0.00)
No balances found for "The Quest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20836713 | 2 months ago | | | 0 | 0.0012629126 | |
| 20744491 | 2 months ago | | | 0 | 0.00028392470 | |
| 20678349 | 3 months ago | | | 0 | 0.00035116651 | |
| 20678212 | 3 months ago | | | 0 | 0.00045718712 | |
| 20270998 | 5 months ago | | | 0 | 0.00019760704 | |
| 20174842 | 5 months ago | | | 0 | 0.00023892311 | |
| 20004453 | 6 months ago | | | 0 | 0.00047917250 | |
| 19498851 | 8 months ago | | | 0 | 0.00042075000 | |
| 19430548 | 9 months ago | | | 0 | 0.0027294239 | |
| 18907485 | a year ago | | | 0 | 0.00059720538 |
ABI
ABI objects
Getter at block 21291204
isOpen() view returns (bool)
true
name() view returns (string)
The Quest
owner() view returns (address)
0x4b5922abf25858d012d12bb1184e5d3d0b6d6be4
renderer() view returns (address)
0xced1c1bf4d24f182da6bbe89e160de5242b8f7ee
supply() view returns (uint256)
4001
symbol() view returns (string)
QUEST
totalSupply() view returns (uint256)
4001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getScore(uint256 _tokenID) pure returns (uint256)
getTeam(uint256 _tokenID) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
team(uint256) view returns (uint8)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
communityMint(uint256 qty, uint8 _team)
mint(uint256 qty, uint8 _team)
open()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRender(address _contract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.