MFIStaking
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,244.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MFI | ERC-20 | 931.656351K | $0.014216 |
$13,244.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14089507 | 3 years ago | | | 0 | 0.016166263 | |
| 14049336 | 3 years ago | | | 0 | 0.0085680515 | |
| 13784357 | 3 years ago | | | 0 | 0.0034595288 | |
| 13656038 | 3 years ago | | | 0 | 0.0050878686 | |
| 13654945 | 3 years ago | | | 0 | 0.0074240444 | |
| 13603076 | 3 years ago | | | 0 | 0.011790073 | |
| 13533968 | 3 years ago | | | 0 | 0.010360551 | |
| 13473771 | 3 years ago | | | 0 | 0.0039855017 | |
| 13346705 | 3 years ago | | | 0 | 0.0057357140 | |
| 13342304 | 3 years ago | | | 0 | 0.0044826028 |
ABI
ABI objects
Getter at block 21116054
MFI() view returns (address)
0xaa4e3edb11afa93c41db59842b29de64b72e355b
cumulativeReward() view returns (uint256)
10200000000000000000000
lastCumulativeUpdateBlock() view returns (uint256)
14089507
rewardTarget() view returns (uint256)
10200000000000000000000
stakeToken() view returns (address)
0xaa4e3edb11afa93c41db59842b29de64b72e355b
totalCurrentRewardPerBlock() view returns (uint256)
86805555555555555
totalCurrentWeights() view returns (uint256)
472598628108479594483926
viewUpdatedCumulativeReward() view returns (uint256)
10200000000000000000000
Read-only
stakeAccounts(address) view returns (uint256 stakeAmount, uint256 stakeWeight, uint256 cumulativeStart, uint256 lockEnd)
viewRewardAmount(address account) view returns (uint256)
State-modifying
Events add2RewardTarget(uint256 amount)
removeFromRewardTarget(uint256 amount, address recipient)
setTotalRewardPerBlock(uint256 rewardPerBlock)
stake(uint256 amount, uint256 duration)
updateCumulativeReward() returns (uint256)
withdrawReward()
withdrawStake(uint256 amount)
This contract contains no event objects.
constructor(address _MFI, uint256 initialRewardPerBlock, address _roles)
This contract contains no fallback and receive objects.
This contract contains no error objects.