Vote-escrowed LFT
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vote-escrowed LFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vote-escrowed LFT"
ABI
ABI objects
Getter at block 21330662 totalSupply() view returns (uint256)
decimals() pure returns (uint8)
18
epoch() view returns (uint256)
0
expired() view returns (bool)
false
lockedSupply() view returns (uint256)
0
name() pure returns (string)
Vote-escrowed LFT
rewardManager() view returns (address)
0x0000000000000000000000000000000000000000
rewardPoolsLength() view returns (uint256)
0
symbol() pure returns (string)
VeLFT
token() view returns (address)
0x0000000000000000000000000000000000000000
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 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()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.