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 "NYXG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14385204 | 3 years ago | | | 0 | 0.0011847572 | |
| 14346799 | 3 years ago | | | 0 | 0.0018389792 | |
| 14115831 | 3 years ago | | | 0 | 0.0041450634 | |
| 14115828 | 3 years ago | | | 0 | 0.013750786 | |
| 14065624 | 3 years ago | | | 0 | 0.0091778607 | |
| 14065613 | 3 years ago | | | 0 | 0.0062434029 | |
| 14056830 | 3 years ago | | | 0 | 0.015991140 | |
| 14056356 | 3 years ago | | | 0 | 0.011023068 | |
| 14056351 | 3 years ago | | | 0 | 0.012621654 | |
| 14056345 | 3 years ago | | | 0 | 0.013781332 |
ABI
ABI objects
Getter at block 21190117
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNym7CGxhxge6iCrZa7rX5cQH7NfrSomBXtyekj5S9uhw/
name() view returns (string)
NYXG
owner() view returns (address)
0xd61ff454cef15d8e2b26b0cd1393e888ab665106
symbol() view returns (string)
Nyx Genesis Collection
totalSupply() view returns (uint256)
153
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events _changeBaseURI(string uri)
approve(address to, uint256 tokenId)
continueMint(uint256 amount, address _mintDestination)
renounceOwnership()
safeMint(address to, string uri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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(uint256 amount, string uri, address _mintDestination)
This contract contains no fallback and receive objects.
This contract contains no error objects.