DAIMISLPTokenSharePool
Verified contract
Active on
Ethereum with 7,057 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b4d…8958
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIS | ERC-20 | 62.298347K | -- | -- | |
SLP | ERC-20 | 0.008209 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16156830 | 2 years ago | | | 0 | 0.0012146670 | |
| 16156819 | 2 years ago | | | 0 | 0.0013094524 | |
| 13085522 | 3 years ago | | | 0 | 0.0089410560 | |
| 13080179 | 3 years ago | | | 0 | 0.0033475070 | |
| 13066817 | 3 years ago | | | 0 | 0.0021019230 | |
| 13060675 | 3 years ago | | | 0 | 0.0025690170 | |
| 13043489 | 3 years ago | | | 0 | 0.0085059900 | |
| 13036879 | 3 years ago | | | 0 | 0.0050601850 | |
| 13022851 | 3 years ago | | | 0 | 0.0024911680 | |
| 13016251 | 3 years ago | | | 0 | 0.0026468660 |
ABI
ABI objects
Getter at block 21290208
DURATION() view returns (uint256)
31536000
lastTimeRewardApplicable() view returns (uint256)
1640829600
lastUpdateTime() view returns (uint256)
1640829600
lpt() view returns (address)
0x066f3a3b7c8fa077c71b9184d862ed0a4d5cf3e0
mithShare() view returns (address)
0x4b4d2e899658fb59b1d518b68fe836b100ee8958
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1640829600
rewardDistribution() view returns (address)
0x068107778c8b1f5d77f1f00751f9880243feb35a
rewardPerToken() view returns (uint256)
11036475959145656250659889
rewardPerTokenStored() view returns (uint256)
11036475959145656250659889
rewardRate() view returns (uint256)
7927447995941146
starttime() view returns (uint256)
1609293600
totalSupply() view returns (uint256)
8208926864217875
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address mithShare_, address lptoken_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.