Migration
Verified contract
Active on
Ethereum with 2,458 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0913…c977
0x337d…5820
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MFC | ERC-20 | 17.510442M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17452174 | a year ago | | | 0 | 0.0041275630 | |
| 17270201 | a year ago | | | 0 | 0.012111866 | |
| 17269437 | a year ago | | | 0 | 0.017402264 | |
| 17267804 | a year ago | | | 0 | 0.027856116 | |
| 17267798 | a year ago | | | 0 | 0.027254348 | |
| 17267792 | a year ago | | | 0 | 0.026818744 | |
| 17157423 | a year ago | | | 0 | 0.0095987314 | |
| 17151873 | 2 years ago | | | 0 | 0.0088313305 | |
| 17123742 | 2 years ago | | | 0 | 0.013594562 | |
| 17123084 | 2 years ago | | | 0 | 0.0092151014 |
ABI
ABI objects
Getter at block 21076925
MFC() view returns (address)
0x337dd23d05c27bff099d3604938bfc23a9b25820
MRI() view returns (address)
0x0913ddae242839f8995c0375493f9a1a3bddc977
isDepositEnabled() view returns (bool)
false
isWithdrawEnabled() view returns (bool)
true
owner() view returns (address)
0x23ce06ec94dccb8f427f7866cb9f4f160f604247
swapRateDivider() view returns (uint256)
1
swapRateMultiplier() view returns (uint256)
1
Read-only
getWithdrawableTokens(address _user) view returns (uint256 withdrawableTokens)
migratedMRI(address) view returns (uint256)
totalMFCdue(address) view returns (uint256)
withdrawnMFC(address) view returns (uint256)
State-modifying
Events depositMRI(uint256 _amount)
emergencyWithdrawMFC(uint256 percentage)
enableDeposits(bool status)
enableWithdraws(bool status)
renounceOwnership()
setSwapRate(uint256 _swapRateMultiplier, uint256 _swapRateDivider)
setTokens(address _MRI, address _MFC)
transferOwnership(address newOwner)
withdrawMFC()
withdrawMRI(uint256 percentage)
DepositEnabled(bool status)
DepositedMRI(address indexed user, uint256 amount)
EmergencyWithdrawMFC(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapRateUpdated(uint256 swapRateMultiplier, uint256 swapRateDivider)
TokenSet(address tokenMRI, address tokenMFC)
WithdrawnMFC(address indexed user, uint256 amount)
WithdrawnMRI(address indexed user, uint256 amount)
WithdrawsEnabled(bool status)
constructor(address _MRI, uint256 _swapRateMultiplier, uint256 _swapRateDivider)
This contract contains no fallback and receive objects.
DepositedMRI_NotEnabled()
WithdrawMFC_NotEnabled()
WithdrawMFC_NothingToWithdraw()