Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBA | ERC-20 | 20 | $0.000251 |
$0.01 | |
NGOT | ERC-20 | 40.000003K | -- | -- | |
SDZ | ERC-20 | 8.001K | -- | -- | |
ILCC | ERC-20 | 100 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16965502 | 2 years ago | | | 0 | 0.0017042020 | |
| 12759014 | 3 years ago | | | 0 | 0.00016042400 | |
| 12624103 | 3 years ago | | | 0 | 0.000098797202 | |
Transfer | 12562777 | 3 years ago | | | 0.005 | 0.00078712040 | |
Transfer | 12519229 | 3 years ago | | | 0.01 | 0.00074081920 | |
| 12353564 | 4 years ago | | | 0 | 0.0010531290 | |
Transfer | 12274413 | 4 years ago | | | 0.02 | 0.0037672340 | |
| 12257992 | 4 years ago | | | 0 | 0.0051998850 | |
| 12073705 | 4 years ago | | | 0 | 0.0044024000 | |
| 12031969 | 4 years ago | | | 0 | 0.0074840800 |
ABI
ABI objects
Getter at block 21256061
decimals() view returns (uint8)
5
name() view returns (string)
NGOT
symbol() view returns (string)
NGOT
totalSupply() view returns (uint256)
150000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.