Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LBR"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279920 | 13 hours ago | | | 0 | 0.00099640988 | |
| 21279912 | 14 hours ago | | | 0 | 0.00098379826 | |
| 21251423 | 5 days ago | | | 0 | 0.00053787363 | |
| 21091405 | a month ago | | | 0 | 0.00016896798 | |
| 20985751 | a month ago | | | 0 | 0.00046613090 | |
| 20983152 | a month ago | | | 0 | 0.00020093141 | |
| 20979754 | a month ago | | | 0 | 0.00036681900 | |
| 20979754 | a month ago | | | 0 | 0.00036681900 | |
| 20888354 | 2 months ago | | | 0 | 0.000085280846 | |
| 20887993 | 2 months ago | | | 0 | 0.00021697486 |
ABI
ABI objects
Getter at block 21283937
decimals() view returns (uint8)
18
lybraFund() view returns (address)
0x868ca901ef1ad587412eda1c20837420f594887b
name() view returns (string)
LBR
symbol() view returns (string)
LBR
totalSupply() view returns (uint256)
38629699458350972011857532
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address user, uint256 amount) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _fund)
This contract contains no fallback and receive objects.
This contract contains no error objects.