i8 exchange token
Verified contract
Active on
Ethereum with 455 txns
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 |
---|---|---|---|---|---|
i8 | ERC-20 | 1.792K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14780462 | 3 years ago | | | 0 | 0.0010284237 | |
| 14288234 | 3 years ago | | | 0 | 0.0028084400 | |
| 14280806 | 3 years ago | | | 0 | 0.0021665080 | |
| 13465660 | 3 years ago | | | 0 | 0.0020378870 | |
| 13458098 | 3 years ago | | | 0 | 0.0025747235 | |
| 13377801 | 3 years ago | | | 0 | 0.0028091720 | |
| 13377801 | 3 years ago | | | 0 | 0.0028091720 | |
| 13370730 | 3 years ago | | | 0 | 0.0069687280 | |
| 12850407 | 3 years ago | | | 0 | 0.0028099040 | |
| 12670906 | 3 years ago | | | 0 | 0.0041499200 |
ABI
ABI objects
Getter at block 21317924
decimals() view returns (uint8)
18
name() view returns (string)
i8 exchange token
symbol() view returns (string)
i8
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _owner, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.