VestedLPMining
Verified contract
Active on
Ethereum with 323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 99 additional slots
-
variable spans 49 additional slots
0xa2ef…a7fe
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TWA | ERC-20 | 178.387657K | -- | -- | |
LunaH | ERC-20 | 100.001762K | -- | -- | |
BPT | ERC-20 | 3.191435K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16017130 | 2 years ago | | | 0 | 0.0023230359 | |
| 15928934 | 2 years ago | | | 0 | 0.0043757810 | |
| 15928928 | 2 years ago | | | 0 | 0.0045407726 | |
| 15466638 | 2 years ago | | | 0 | 0.0017250669 | |
| 15466613 | 2 years ago | | | 0 | 0.0027962210 | |
| 15361963 | 2 years ago | | | 0 | 0.0027970555 | |
| 15333114 | 2 years ago | | | 0 | 0.0018576979 | |
| 15326324 | 2 years ago | | | 0 | 0.0031165574 | |
| 14981420 | 2 years ago | | | 0 | 0.0055527762 | |
| 14942380 | 2 years ago | | | 0 | 0.00064499685 |
ABI
ABI objects
Getter at block 21180649
delegatee() view returns (address)
0x0000000000000000000000000000000000000000
getCurrentTwaPerBlock() view returns (uint256 twaPerBlock)
0
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x901c9680ae39b8017ea6ab3fab99c701380e7943
poolLength() view returns (uint256)
3
startBlock() view returns (uint32)
11706158
totalAllocPoint() view returns (uint256)
100
twa() view returns (address)
0xa2ef2757d2ed560c9e3758d1946d7bcccbd5a7fe
twaVestingPeriodInBlocks() view returns (uint32)
403200
twaVestingPool() view returns (uint96)
130574099348239895963128
Read-only
book(address) view returns (uint32 numCheckpoints, uint32 lastCheckpointBlock, address delegatee)
findCheckpoints(address account, uint256 blockNumber) view returns (uint32 userCheckpointId, uint32 sharedCheckpointId)
getCheckpoint(address account, uint32 checkpointId) view returns (uint32 fromBlock, uint96 twaAmount, uint96 pooledTwaShare)
getCurrentVotes(address account) view returns (uint96)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber, uint32 userCheckpointId, uint32 sharedCheckpointId) view returns (uint96)
isLpTokenAdded(address _lpToken) view returns (bool)
pendingTwa(uint256 _pid, address _user) view returns (uint256)
poolPidByAddress(address) view returns (uint256)
pools(uint256) view returns (address lpToken, bool votesEnabled, uint8 poolType, uint32 allocPoint, uint32 lastUpdateBlock, uint256 accTwaPerLpt)
users(uint256, address) view returns (uint32 lastUpdateBlock, uint32 vestingBlock, uint96 pendedTwa, uint96 twaAdjust, uint256 lptAmount)
vestableTwa(uint256 _pid, address user) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint8 _poolType, bool _votesEnabled)
checkpointVotes(address _user)
delegate(address delegateer)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
emergencyWithdrawTWA()
initialize(address _twa, uint256 _startBlock, uint256 _twaVestingPeriodInBlocks)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint8 _poolType, bool _votesEnabled)
setMigrator(address _migrator)
setTwaVestingPeriodInBlocks(uint256 _twaVestingPeriodInBlocks)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
AddLpToken(address indexed lpToken, uint256 indexed pid, uint256 allocPoint)
CheckpointBalanceChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
CheckpointTotalLpVotes(uint256 lpVotes)
CheckpointUserLpVotes(address indexed user, uint256 indexed pid, uint256 lpVotes)
CheckpointUserVotes(address indexed user, uint256 pendedVotes, uint256 lpVotesShare)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdrawTWA(address owner, uint256 amount)
MigrateLpToken(address indexed oldLpToken, address indexed newLpToken, uint256 indexed pid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetLpToken(address indexed lpToken, uint256 indexed pid, uint256 allocPoint)
SetMigrator(address indexed migrator)
SetTwaVestingPeriodInBlocks(uint256 twaVestingPeriodInBlocks)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.