DAIMICLPTokenSharePool
Verified contract
Active on
Ethereum with 23,656 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 | 27.491092K | -- | -- | |
SLP | ERC-20 | 0.121174 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16259017 | 2 years ago | | | 0 | 0.0010805193 | |
| 16259007 | 2 years ago | | | 0 | 0.0015725929 | |
| 14095994 | 3 years ago | | | 0 | 0.021259647 | |
| 13073619 | 3 years ago | | | 0 | 0.0026437000 | |
| 13073602 | 3 years ago | | | 0 | 0.0021050550 | |
| 12747133 | 3 years ago | | | 0 | 0.0012391280 | |
| 12706961 | 3 years ago | | | 0 | 0.00038778000 | |
| 12700376 | 3 years ago | | | 0 | 0.0023656080 | |
| 12692332 | 3 years ago | | | 0 | 0.0012421240 | |
| 12692012 | 3 years ago | | | 0 | 0.0017038080 |
ABI
ABI objects
Getter at block 21270775
DURATION() view returns (uint256)
2592000
initreward() view returns (uint256)
139069993441719155535
lastTimeRewardApplicable() view returns (uint256)
1717679519
lastUpdateTime() view returns (uint256)
1706448371
lpt() view returns (address)
0xc9cb53b48a2f3a9e75982685644c1870f1405ccb
mithShare() view returns (address)
0x4b4d2e899658fb59b1d518b68fe836b100ee8958
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1717679519
rewardDistribution() view returns (address)
0x068107778c8b1f5d77f1f00751f9880243feb35a
rewardPerToken() view returns (uint256)
3147606791260105299609855
rewardPerTokenStored() view returns (uint256)
3142633857551444513593913
rewardRate() view returns (uint256)
53653546852515
starttime() view returns (uint256)
1609293600
totalSupply() view returns (uint256)
121174131956769685
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.