Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "DINOX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982891 | a month ago | | | 0 | 0.00024120913 | |
| 20779889 | 2 months ago | | | 0 | 0.00040022504 | |
| 20666676 | 3 months ago | | | 0 | 0.000071984475 | |
| 20659802 | 3 months ago | | | 0 | 0.000091959974 | |
| 20563076 | 3 months ago | | | 0 | 0.00025447476 | |
| 20496955 | 3 months ago | | | 0 | 0.000078073169 | |
| 20169876 | 5 months ago | | | 0 | 0.00081345532 | |
| 20145332 | 5 months ago | | | 0 | 0.000093406000 | |
| 20027730 | 6 months ago | | | 0 | 0.0019260978 | |
| 20007368 | 6 months ago | | | 0 | 0.00026735446 |
ABI
ABI objects
Getter at block 21248848
contractURI() view returns (string)
https://api.dinox.io/metadata/
name() view returns (string)
DINOX
owner() view returns (address)
0x4641c11787474940eb4b0ea578886c066fa28d40
symbol() view returns (string)
DNX
totalSupply() view returns (uint256)
9000
Read-only
balanceOf(address owner) view returns (uint256)
calculatePrice(uint16 gid, uint16 count) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGSCap(uint16 gid) view returns (uint16)
getGSSupply(uint16 gid) view returns (uint16)
getIsP(uint256 tokenId) view returns (bool)
getPA(uint256 tokenId) view returns (uint256)
getPB(uint256 tokenId) view returns (uint256)
getTG(uint256 tokenId) view returns (uint16)
isApprovedForAll(address owner, address operator) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
breedDNX(uint256 parentA, uint256 parentB, uint256 tokenId, uint16 resolvedGen, address to)
buyDNX(uint16 gid, uint16 count) payable
changeGSBracketPrice(uint16 bid, uint256 p)
changeGSBracketSizes(uint16 gid, uint16 bracketSize)
changeGSBrackets(uint16 bracketId, uint16 bracketTokenCount)
changeGSCap(uint16 gid, uint16 supply)
changeGSPostPrice(uint16 gid, uint256 p)
changeGSStartToken(uint16 gid, uint256 tokenId)
changeGSTime(uint16 gid, uint256 st, uint256 et)
lateBuyDNX(uint16 gid, uint16 count) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
reserveForGiveaway(uint16 gid, uint16 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBreederAddress(address breeder)
toggleBreeding()
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.