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 "DOI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19344437 | 8 months ago | | | 0 | 0.0019655364 | |
| 18422957 | a year ago | | | 0 | 0.0016548574 | |
| 18351744 | a year ago | | | 0 | 0.00012563574 | |
| 18280102 | a year ago | | | 0 | 0.00044292646 | |
| 16298747 | 2 years ago | | | 0 | 0.00099412974 | |
| 16056563 | 2 years ago | | | 0 | 0.00054058572 | |
| 15954291 | 2 years ago | | | 0 | 0.0012881180 | |
| 15374678 | 2 years ago | | | 0 | 0.00038619066 | |
| 14866210 | 2 years ago | | | 0 | 0.0047787189 | |
| 14866201 | 2 years ago | | | 0 | 0.0057684369 |
ABI
ABI objects
Getter at block 21124878
BABY() view returns (uint256)
2
BATCH_LIMIT() view returns (uint256)
2
DRAGON() view returns (uint256)
3
EGG() view returns (uint256)
1
HATCH_REQ() view returns (uint256)
2
TOTAL_EGGS() view returns (uint256)
1420
TOTAL_LIMIT() view returns (uint256)
4420
WHITELIST_WINDOW() view returns (uint256)
86400
activatedAt() view returns (uint256)
1645609336
activatedDragons() view returns (bool)
true
activatedEggs() view returns (bool)
true
hatchDragonPrice() view returns (uint256)
50000000000000000000
hatchEggPrice() view returns (uint256)
50000000000000000000
name() view returns (string)
DOI
owner() view returns (address)
0x8bfc1630fff92351e69606ca8981e339a2a92a56
symbol() view returns (string)
Dragons Of Island
tokenAddress() view returns (address)
0x3af3eec33fe5b1af5ce4e1f3ba32e64ab78912b2
totalSupply() view returns (uint256)
805
Read-only
balanceOf(address owner) view returns (uint256)
dragonsCount(address) view returns (uint256)
genesisType(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHatched(uint256) view returns (bool)
isRestricted(address) view returns (uint256)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activateDragons() returns (bool)
activateEggs() returns (bool)
approve(address to, uint256 tokenId)
deactivateEggs() returns (bool)
hatchDragon() returns (bool)
hatchEgg(uint256 tokenId) returns (bool)
publicMint(uint256 amount) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI) returns (bool)
setHatchDragonPrice(uint256 newPrice) returns (bool)
setTokenAddress(address tokenAddressArg) returns (bool)
setWhitelist(address account) returns (bool)
setWhitelistBatch(address[] accounts) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount) returns (bool)
ActivatedDragons(address indexed account, uint256 timestamp)
ActivatedEggs(address indexed account, uint256 timestamp)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Changed(address indexed account, uint256 id)
DeactivatedEggs(address indexed account, uint256 timestamp)
NewDragon(uint256 id)
NewEgg(uint256 id)
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.