LGCCToken
Verified contract
Active on
Ethereum with 18,134 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001967 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13932968 | 3 years ago | | | 0 | 0.0053257869 | |
| 12230864 | 4 years ago | | | 0 | 0.0052110001 | |
| 10352749 | 4 years ago | | | 0 | 0.0019806360 | |
| 10352742 | 4 years ago | | | 0 | 0.0017196301 | |
| 10178067 | 4 years ago | | | 0 | 0.00090185239 | |
| 10107749 | 5 years ago | | | 0 | 0.00085310053 | |
| 10107749 | 5 years ago | | | 0 | 0.00085310053 | |
| 10107749 | 5 years ago | | | 0 | 0.00085356355 | |
| 10107749 | 5 years ago | | | 0 | 0.00085310053 | |
| 10107749 | 5 years ago | | | 0 | 0.00085356355 |
ABI
ABI objects
Getter at block 21258074
decimals() view returns (uint256)
8
name() view returns (string)
LGCCToken
symbol() view returns (string)
LGCC
total() view returns (uint256)
8000000000000000
totalSupply() view returns (uint256)
8000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.