Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LEO"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12004077 | 4 years ago | | | 0 | 0.0053795160 | |
| 10825472 | 4 years ago | | | 0 | 0.0031312395 | |
| 10825439 | 4 years ago | | | 0 | 0.0042087600 | |
| 10682065 | 4 years ago | | | 0 | 0.0043383681 | |
| 10671522 | 4 years ago | | | 0 | 0.0066922800 | |
| 9687982 | 5 years ago | | | 0 | 0.00013789200 | |
| 9571805 | 5 years ago | | | 0 | 0.00038958000 | |
| 9570953 | 5 years ago | | | 0 | 0.00071874000 | |
| 9570889 | 5 years ago | | | 0 | 0.00071910000 | |
| 9570786 | 5 years ago | | | 0 | 0.00027279000 |
ABI
ABI objects
Getter at block 21295509
decimals() view returns (uint8)
8
name() view returns (string)
LEO
symbol() view returns (string)
LEO
totalSupply() view returns (uint256)
100000000000000
Read-only
_allowed(address, address) view returns (uint256)
allowance(address _master, address _spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(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()
This contract contains no fallback and receive objects.
This contract contains no error objects.