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 "NekoCat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637349 | 3 months ago | | | 0 | 0.000088550299 | |
| 20564723 | 3 months ago | | | 0 | 0.000076861167 | |
| 20363281 | 4 months ago | | | 0 | 0.00056522616 | |
| 20205455 | 5 months ago | | | 0 | 0.00023190460 | |
| 20124560 | 5 months ago | | | 0 | 0.00021918154 | |
| 20053218 | 5 months ago | | | 0 | 0.00022593909 | |
| 20025278 | 5 months ago | | | 0 | 0.00058524652 | |
| 20009855 | 6 months ago | | | 0 | 0.00057031049 | |
| 19756773 | 7 months ago | | | 0 | 0.00022387965 | |
| 19754037 | 7 months ago | | | 0 | 0.00018721704 |
ABI
ABI objects
Getter at block 21225080
decimals() view returns (uint8)
18
name() view returns (string)
NekoCat
owner() view returns (address)
0xb3c448353f49cf88086ee615651bde0722458e13
symbol() view returns (string)
NCT
totalSupply() view returns (uint256)
17777777777777000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 supply, address _o)
This contract contains no fallback and receive objects.
This contract contains no error objects.