Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "5th Chain"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10107880 | 5 years ago | | | 0 | 0.0012766000 | |
| 10107822 | 5 years ago | | | 0 | 0.0026100040 | |
| 10079524 | 5 years ago | | | 0 | 0.00032425600 | |
| 10071182 | 5 years ago | | | 0 | 0.00056196800 | |
| 10071175 | 5 years ago | | | 0 | 0.00056170400 | |
| 10071165 | 5 years ago | | | 0 | 0.00056196800 | |
| 10071150 | 5 years ago | | | 0 | 0.00056196800 | |
| 9972875 | 5 years ago | | | 0 | 0.00066352000 | |
| 9972853 | 5 years ago | | | 0 | 0.00093196000 | |
| 9964822 | 5 years ago | | | 0 | 0.00030624000 |
ABI
ABI objects
Getter at block 21285690
decimals() view returns (uint8)
18
name() view returns (string)
5th Chain
symbol() view returns (string)
5TH
totalSupply() view returns (uint256)
2200000000000000000000000000
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(uint256 _initialSupply, string _tokenName, string _tokenSymbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.