Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LC | ERC-20 | 1.03K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264227 | 4 months ago | | | 0 | 0.00018300967 | |
| 19809097 | 6 months ago | | | 0 | 0.00028462789 | |
| 19070664 | 10 months ago | | | 0 | 0.00038640187 | |
| 15692750 | 2 years ago | | | 0 | 0.00025548939 | |
| 15679447 | 2 years ago | | | 0 | 0.00037195256 | |
| 15582717 | 2 years ago | | | 0 | 0.00063379015 | |
| 15281602 | 2 years ago | | | 0 | 0.00045595761 | |
| 14299845 | 3 years ago | | | 0 | 0.0027035254 | |
| 14125110 | 3 years ago | | | 0 | 0.0045635755 | |
| 14103586 | 3 years ago | | | 0 | 0.0032295938 |
ABI
ABI objects
Getter at block 21191175
decimals() view returns (uint256)
18
name() view returns (string)
libra
symbol() view returns (string)
LC
totalSupply() view returns (uint256)
2000000000000000000000000000
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 success)
changeApproval(address _spender, uint256 _oldValue, uint256 _newValue) returns (bool success)
sendBatchCS(address[] _recipients, uint256[] _values) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.