Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000529 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22934914 | 6 days ago | | | 0 | 0.000000802045300000 | |
| 22817380 | 9 days ago | | | 0 | 4.8219700e-7 | |
| 22568787 | 14 days ago | | | 0 | 5.9429220e-7 | |
| 22549742 | 15 days ago | | | 0 | 0.0000013909239 | |
| 22507043 | 16 days ago | | | 0 | 0.0000017302583 | |
| 22491029 | 16 days ago | | | 0 | 9.1807396e-7 | |
| 22415571 | 18 days ago | | | 0 | 0.0000037753016 | |
| 22413719 | 18 days ago | | | 0 | 0.0000022835928 | |
| 22354802 | 19 days ago | | | 0 | 8.2253025e-7 | |
| 22241445 | 22 days ago | | | 0 | 9.3621628e-7 |
ABI
ABI objects
Getter at block 23185283
decimals() view returns (uint8)
18
launched() view returns (bool)
true
maxSupply() view returns (uint256)
1000000000000000000000000000
maxTX() view returns (uint256)
0
maxWallet() view returns (uint256)
50000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
Neko
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NEKO
totalSupply() view returns (uint256)
1000000000000000000000000000
txLimitsEnabled() view returns (bool)
true
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)
launch()
renounceOwnership()
setMaxWallet(uint256 size)
setMaxWalletExempt(address holder, bool exempt)
setMaxWalletLimitsEnabled(bool enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Launch(bool launched)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _maxSupply, string _symbol, string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.