TheWonderQuest
Verified contract
Active on
Ethereum with 11,588 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TheWonderQuest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151348 | 3 days ago | | | 0 | 0.00051483143 | |
| 21146553 | 4 days ago | | | 0 | 0.00023030093 | |
| 21098455 | 10 days ago | | | 0 | 0.00015566827 | |
| 20895241 | a month ago | | | 0 | 0.00011072890 | |
| 20884804 | a month ago | | | 0 | 0.00033674646 | |
| 20880863 | a month ago | | | 0 | 0.00029138294 | |
| 20856194 | a month ago | | | 0 | 0.00031017636 | |
| 20654277 | 2 months ago | | | 0 | 0.000041671078 | |
| 20566394 | 3 months ago | | | 0 | 0.000035803139 | |
| 20390863 | 4 months ago | | | 0 | 0.000065760014 |
ABI
ABI objects
Getter at block 21173031
baseTokenURI() view returns (string)
https://wonderquest-dragons.s3.ap-southeast-1.amazonaws.com/
getAvailableEggs() view returns (uint256)
0
getClaimPrice() view returns (uint256)
88800000000000000
name() view returns (string)
TheWonderQuest
owner() view returns (address)
0x9018d017a713f94b1235d33577033118b6b5d819
symbol() view returns (string)
TWQ
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasHatched(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isEggAvailable(uint16 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAvailableEggs(uint16 from, uint16 to)
addCollaborators(struct TheWonderQuestCollaborators[] _collaborators)
allocateTokens(uint256[] tokenIds)
approve(address to, uint256 tokenId)
claimEgg() payable
claimEggs(uint256 amount) payable
devClaimEggs(address[] addresses)
devClaimEggsToAddress(address _address, uint256 amount)
devHatchEggs(uint256[] tokenIds)
hatchEgg(uint256 tokenId)
hatchEggs(uint256[] tokenIds)
removeEggsFromAvailableEggs(uint16 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimPrice(uint256 _claimPrice)
setStartClaimDate(uint256 _startClaimDate)
setStartHatchDate(uint256 _startHatchDate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Hatch(address indexed from, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.