ETQ Chain
Verified contract
Active on
Ethereum with 860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ETQ Chain"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11235757 | 4 years ago | | | 0 | 0.00081072608 | |
| 11039727 | 4 years ago | | | 0 | 0.0031290301 | |
| 10549490 | 4 years ago | | | 0 | 0.0027491421 | |
| 10549480 | 4 years ago | | | 0 | 0.0037069441 | |
| 10115802 | 5 years ago | | | 0 | 0.0015022350 | |
| 10115802 | 5 years ago | | | 0 | 0.0015022350 | |
| 10115802 | 5 years ago | | | 0 | 0.0020268150 | |
| 10115801 | 5 years ago | | | 0 | 0.0020276550 | |
| 10115801 | 5 years ago | | | 0 | 0.0020276550 | |
| 10115801 | 5 years ago | | | 0 | 0.0020276550 |
ABI
ABI objects
Getter at block 21259584
decimals() view returns (uint8)
8
name() view returns (string)
ETQ Chain
symbol() view returns (string)
ETQ
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) 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)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.