Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Libra"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11071210 | 4 years ago | | | 0 | 0.0014138300 | |
| 11068299 | 4 years ago | | | 0 | 0.00061602324 | |
| 11068290 | 4 years ago | | | 0 | 0.0025706000 | |
| 11068279 | 4 years ago | | | 0 | 0.00061567800 | |
| 11068243 | 4 years ago | | | 0 | 0.0041120000 | |
| 11068139 | 4 years ago | | | 0 | 0.0011241300 | |
| 11068130 | 4 years ago | | | 0 | 0.0041129600 | |
| 11067816 | 4 years ago | | | 0 | 0.0023553200 | |
| 11067016 | 4 years ago | | | 0 | 0.0025706000 | |
| 11065294 | 4 years ago | | | 0 | 0.0026964000 |
ABI
ABI objects
Getter at block 21322893
_totalLimit() view returns (uint256)
100000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Libra
symbol() view returns (string)
LIBRA
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) 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.