LPMiningV1
Verified contract
Active on
Ethereum with 1,231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0xb659…a500
0x5a86…2862
Balances ($0.00)
No balances found for "LPMiningV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453430 | 4 months ago | | | 0 | 0.00018910600 | |
| 16487149 | 2 years ago | | | 0 | 0.0039134253 | |
| 16473589 | 2 years ago | | | 0 | 0.0023563812 | |
| 16473579 | 2 years ago | | | 0 | 0.0024256709 | |
| 16286566 | 2 years ago | | | 0 | 0.0020815448 | |
| 16286234 | 2 years ago | | | 0 | 0.0024461939 | |
| 16048117 | 2 years ago | | | 0 | 0.0024622689 | |
| 16034254 | 2 years ago | | | 0 | 0.0025650271 | |
| 15785551 | 2 years ago | | | 0 | 0.0030419027 | |
| 15785548 | 2 years ago | | | 0 | 0.0042555294 |
ABI
ABI objects
Getter at block 21393791
award() view returns (address)
0x5a867f6b759ca090e47cbfdbb3ea76e427262862
endBlock() view returns (uint256)
25505200
endTripleBlock() view returns (uint256)
11416200
owner() view returns (address)
0x4cdce4077626ca9bbba21d094ea31c1dac8d78f6
priceOracle() view returns (address)
0xb659f06aa83aaa0563653b1e8b4276d990c8a500
shareInfo() view returns (uint256 tvl, uint256 accPoolPerShare, uint256 lastRewardBlock)
(tvl=29933335, accPoolPerShare=380104164654910711486901370715306788, lastRewardBlock=20453430)
startBlock() view returns (uint256)
11279200
tokenPerBlock() view returns (uint256)
1560000000000000000
Read-only
indexOfPool(address pool) view returns (uint256)
pendingShares(uint256 pid, address user) view returns (uint256)
poolIn(address pool) view returns (bool)
poolInfo(address) view returns (address mPool, uint256 poolIndex, uint256 referIndex, uint256 allocPoint, uint256 lastTvl, uint256 accTokenPerShare, uint256 rewardDebt)
pools(uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 rewardDebt)
State-modifying
Events add(address pool, uint256 index, uint256 allocP)
addGovernor(address governor)
batchSharePools()
claimLiquidityShares(address user, address[] tokens, uint256[] balances, uint256[] weights, uint256 amount, bool _add)
claimUserShares(uint256 pid, address user)
onTransferLiquidity(address from, address to, uint256 lpAmount)
removeGovernor(address governor)
renounceOwnership()
set(uint256 pid, uint256 allocPoint)
setEndBlock(uint256 _endBlock)
transferOwnership(address newOwner)
updateAward(address _award)
updateOracle(address oracle)
updateReferenceToken(uint256 pid, uint256 rIndex)
Add(address mPool, uint256 index, uint256 allocP)
ClaimLiquidityShares(address pool, address user, uint256 rewards)
ClaimUserShares(uint256 pid, address user, uint256 rewards)
Initialization(address award, uint256 _tokenPerBlock, uint256 startBlock, uint256 endTripleBlock, uint256 endBlock, address oracle)
OnTransferLiquidity(address from, address to, uint256 lpAmount, uint256 fromAwards, uint256 toAwards)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferCurrencyChanged(address pool, uint256 oldIndex, uint256 newIndex)
Set(uint256 pid, uint256 allocPoint)
constructor(address _award, uint256 _tokenPerBlock, uint256 _startBlock, uint256 _endTripleBlock, uint256 _endBlock, address _oracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.