LGCToken
Verified contract
Active on
Ethereum with 1,188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LGCToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583573 | 2 years ago | | | 0 | 0.0018541848 | |
| 13462389 | 3 years ago | | | 0 | 0.0037734594 | |
| 10288540 | 4 years ago | | | 0 | 0.0013088980 | |
| 9990813 | 5 years ago | | | 0 | 0.00077066000 | |
| 9437215 | 5 years ago | | | 0 | 0.00014098200 | |
| 9435412 | 5 years ago | | | 0 | 0.00053079723 | |
| 9245357 | 5 years ago | | | 0 | 0.00077066000 | |
| 9013618 | 5 years ago | | | 0 | 0.000040327100 | |
| 8853074 | 5 years ago | | | 0 | 0.0013043250 | |
| 8837445 | 5 years ago | | | 0 | 0.00092932500 |
ABI
ABI objects
Getter at block 21330186
decimals() view returns (uint8)
18
name() view returns (string)
LGCToken
symbol() view returns (string)
LGC
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.