MICCRVPool
Verified contract
Active on
Ethereum with 4,762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x368b…2e51
Balances ($2,210.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 7.1561K | $0.308897 |
$2,210.5 | |
MIC | ERC-20 | 57.427704 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15106033 | 2 years ago | | | 0 | 0.0016774580 | |
| 12394423 | 4 years ago | | | 0 | 0.018910125 | |
| 12301632 | 4 years ago | | | 0 | 0.0057215251 | |
| 11984199 | 4 years ago | | | 0 | 0.0028225920 | |
| 11983643 | 4 years ago | | | 0 | 0.0052090240 | |
| 11983589 | 4 years ago | | | 0 | 0.0059511400 | |
| 11945363 | 4 years ago | | | 0 | 0.0084940000 | |
| 11897860 | 4 years ago | | | 0 | 0.011679250 | |
| 11788525 | 4 years ago | | | 0 | 0.015622816 | |
| 11769229 | 4 years ago | | | 0 | 0.0089256860 |
ABI
ABI objects
Getter at block 21200496
DURATION() view returns (uint256)
432000
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
lastTimeRewardApplicable() view returns (uint256)
1609725600
lastUpdateTime() view returns (uint256)
1609725600
mithCash() view returns (address)
0x368b3a58b5f49392e5c9e4c998cb0bb966752e51
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1609725600
rewardDistribution() view returns (address)
0x9b166095f097427e35e5f92302c29b9d4950dc77
rewardPerToken() view returns (uint256)
353537015778732
rewardPerTokenStored() view returns (uint256)
353537015778732
rewardRate() view returns (uint256)
23148148148148148
starttime() view returns (uint256)
1609293600
totalSupply() view returns (uint256)
4516634619881582368715
Read-only
balanceOf(address account) view returns (uint256)
deposits(address) 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 mithCash_, address crv_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.