NonagonCup
Verified contract
Active on
Ethereum with 2,184 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 "NonagonCup"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17896367 | a year ago | | | 0 | 0.00057297919 | |
| 17775035 | a year ago | | | 0 | 0.00036930862 | |
| 16502842 | 2 years ago | | | 0 | 0.00035739767 | |
| 16178794 | 2 years ago | | | 0 | 0.00091487919 | |
| 15843518 | 2 years ago | | | 0 | 0.00061968623 | |
| 15804208 | 2 years ago | | | 0 | 0.00090754076 | |
| 15689737 | 2 years ago | | | 0 | 0.00091948741 | |
| 15688108 | 2 years ago | | | 0 | 0.00026412734 | |
| 15657306 | 2 years ago | | | 0 | 0.00014338549 | |
| 15607591 | 2 years ago | | | 0 | 0.00027967200 |
ABI
ABI objects
Getter at block 21277028
name() view returns (string)
NonagonCup
owner() view returns (address)
0x5983cfe46261424718b7623b4d1f3e8c634783cc
symbol() view returns (string)
NON
totalSupply() view returns (uint256)
2000
Read-only
allowedToMint(address a) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFileChunk(uint256 tokenId, uint256 index) pure returns (bytes data)
getFileChunksTotal(uint256) pure returns (uint256 count)
getFilename(uint256 tokenId) pure returns (string filename)
getFullFile(uint256 tokenId) pure returns (bytes fileContents)
getHeightFloatValue(uint256 tokenId) pure returns (bytes4 value)
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 approve(address to, uint256 tokenId)
claim()
mintFullRide(address to)
ownerSetTokenURI(uint256 tokenId, string userSuppliedURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintApprovalRequired(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAllowedToMint(address[] toAddresses, bool isAllowed)
withdrawFunds(uint256 amount)
AllowedToMint(address indexed recipient, bool allowed)
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)
Supported(address indexed supported, uint32 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.