Vote-escrowed LFT
Verified contract
Proxy
Active on
Ethereum with 330 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 |
---|---|---|---|---|---|
LFT | ERC-20 | 122.865696M | -- | -- | |
LIQMA | ERC-20 | 2.5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17829952 | a year ago | | | 0 | 0.021158460 | |
| 17461601 | a year ago | | | 0 | 0.0093290240 | |
| 17423032 | a year ago | | | 0 | 0.018623391 | |
| 17357984 | 2 years ago | | | 0 | 0.014483085 | |
| 17357970 | 2 years ago | | | 0 | 0.018221527 | |
| 17272276 | 2 years ago | | | 0 | 0.034727517 | |
| 17109587 | 2 years ago | | | 0 | 0.022317316 | |
| 17109583 | 2 years ago | | | 0 | 0.026849320 | |
| 17109528 | 2 years ago | | | 0 | 0.021485549 | |
| 17109512 | 2 years ago | | | 0 | 0.019527749 |
ABI
ABI objects
Getter at block 21327313 totalSupply() view returns (uint256)
decimals() pure returns (uint8)
18
epoch() view returns (uint256)
306
expired() view returns (bool)
true
lockedSupply() view returns (uint256)
122865695609932456428695566
name() pure returns (string)
Vote-escrowed LFT
rewardManager() view returns (address)
0x77be80a3c5706973a925c468bdc8eaccd187d1ba
rewardPoolsLength() view returns (uint256)
6
symbol() pure returns (string)
VeLFT
token() view returns (address)
0xb620be8a1949aa9532e6a3510132864ef9bc3f82
Read-only
balanceOf(address _sender) view returns (uint256)
lockedBalances(address) view returns (uint256 amount, uint256 end)
pointHistory(uint256) view returns (int256 bias, int256 slope, uint256 timestamp)
rewardPools(uint256) view returns (address)
slopeChanges(uint256) view returns (int256)
userPointEpoch(address) view returns (uint256)
userPointHistory(address, uint256) view returns (int256 bias, int256 slope, uint256 timestamp)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addRewardPool(address _v) returns (bool)
clearRewardPools()
createLock(uint256 _amount, uint256 _unlockTime)
deposit(uint256 _amount)
increaseAmount(uint256 _amount)
increaseUnlockTime(uint256 _unlockTime)
initialize(address _token, address _rewardManager)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Deposit(address indexed provider, uint256 value, uint256 indexed locktime, uint8 depositTypes, uint256 ts)
TotalSupply(uint256 prevSupply, uint256 supply)
Withdraw(address indexed provider, uint256 value, uint256 timestamp)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.