LPPool
Verified contract
Active on
Ethereum with 12,677 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,157.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIR | ERC-20 | 965.014218K | $0.025033 |
$24,157.31 | |
XAG | ERC-20 | 5M | -- | -- | |
UNI-V2 | ERC-20 | 1.625604M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229797 | 3 days ago | | | 0 | 0.0013778367 | |
| 21229616 | 3 days ago | | | 0 | 0.0013967166 | |
| 21200465 | 7 days ago | | | 0 | 0.0010175171 | |
| 21136843 | 16 days ago | | | 0 | 0.0034129936 | |
| 21097020 | 21 days ago | | | 0 | 0.00034810962 | |
| 21065428 | 25 days ago | | | 0 | 0.0014670262 | |
| 21054968 | a month ago | | | 0 | 0.00040825422 | |
| 20742859 | 2 months ago | | | 0 | 0.00060509727 | |
| 20711301 | 2 months ago | | | 0 | 0.00013697310 | |
| 20711265 | 2 months ago | | | 0 | 0.00012286206 |
ABI
ABI objects
Getter at block 21247927
DURATION() view returns (uint256)
31536000
currentReward() view returns (uint256)
1286719000000000000000000
deflationCount() view returns (uint256)
3
lastTimeRewardApplicable() view returns (uint256)
1732334639
lastUpdateTime() view returns (uint256)
1732115927
lpt() view returns (address)
0x87da823b6fc8eb8575a235a824690fda94674c88
mir() view returns (address)
0x09a3ecafa817268f77be1283176b946c4ff2e608
owner() view returns (address)
0xfae32e8b3794562d0348b37f6a8d84ebad980cb1
periodFinish() view returns (uint256)
1733558627
rewardDistribution() view returns (address)
0x7cccc0f3bed5d7025bd6587c2425170df3c506e3
rewardPerToken() view returns (uint256)
363317330912461102181
rewardPerTokenStored() view returns (uint256)
363311841385749735740
rewardRate() view returns (uint256)
40801591831557584
startTime() view returns (uint256)
1607022000
totalReward() view returns (uint256)
19300789000000000000000000
totalSupply() view returns (uint256)
1625604213599377785645846
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewardEarned(address) view returns (uint256)
rewards(uint256) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyReward()
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardNotified(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardUpdated(uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _mir, address _lpt, uint256 _startTime, uint256[] _rewards, uint256 _totalReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.