Internet Node Token
Verified contract
Active on
Ethereum with 126,920 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($952.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEY | ERC-20 | 256.633879K | $0.003703 |
$950.39 | |
LYM | ERC-20 | 3.74K | $0.000687 |
$2.57 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
INT | ERC-20 | 47.212309K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LYM | ERC-20 | 3.74K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453393 | 3 months ago | | | 0 | 0.000024522000 | |
| 20319484 | 4 months ago | | | 0 | 0.00020298302 | |
| 19977908 | 5 months ago | | | 0 | 0.00062636910 | |
| 19908132 | 6 months ago | | | 0 | 0.00019042197 | |
| 19583268 | 7 months ago | | | 0 | 0.0010341843 | |
| 19583263 | 7 months ago | | | 0 | 0.0010723411 | |
| 19218959 | 9 months ago | | | 0 | 0.0013417473 | |
| 18901871 | 10 months ago | | | 0 | 0.0011751151 | |
| 18711836 | a year ago | | | 0 | 0.0023175011 | |
| 18303853 | a year ago | | | 0 | 0.00029311944 |
ABI
ABI objects
Getter at block 21157515
buyPrice() pure returns (uint256)
0
decimals() pure returns (uint8)
6
name() pure returns (string)
Internet Node Token
owner() pure returns (address)
0x0000000000000000000000000000000000000000
sellPrice() pure returns (uint256)
0
symbol() pure returns (string)
INT
totalSupply() pure returns (uint256)
37318006144874
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
frozenAccount(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.