dForce MKR
Verified contract
Proxy
Active on
Ethereum with 25 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
0x17e6…9b94
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x9f8f…79a2
0xbbd3…eb9b
0x8b53…d113
5 additional
variables
Balances ($67,157.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x9f8f…79a2 | ERC-20 | 36.310352 | $1,849.53 |
$67,157.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21019950 | a month ago | | | 0 | 0.0017809293 | |
| 20625265 | 3 months ago | | | 0 | 0.0020307315 | |
| 20595910 | 3 months ago | | | 0 | 0.00052158681 | |
| 20552033 | 3 months ago | | | 0 | 0.0023728152 | |
| 20482147 | 4 months ago | | | 0 | 0.0026453566 | |
| 20052114 | 6 months ago | | | 0 | 0.00094949314 | |
| 20038045 | 6 months ago | | | 0 | 0.0082613009 | |
| 19573617 | 8 months ago | | | 0 | 0.0031242277 | |
| 19516824 | 8 months ago | | | 0 | 0.0027232646 | |
| 19452792 | 8 months ago | | | 0 | 0.0044769482 |
ABI
ABI objects
Getter at block 21301316 borrowRatePerUnit() view returns (uint256) supplyRatePerUnit() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0xbc7468fb354f0ca93765a8f13cc57a1fb893b326bd436736b314bd06c40be595
PERMIT_TYPEHASH() view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
TOTAL_SUPPLY_THRESHOLD() view returns (uint256)
10000
accrualBlockNumber() view returns (uint256)
21003736
accrualBlockTimestamp() view returns (uint256)
1729585991
borrowIndex() view returns (uint256)
1000000000000000000
controller() view returns (address)
0x8b53ab2c0df3230ea327017c91eb909f815ad113
decimals() view returns (uint8)
18
exchangeRateStored() view returns (uint256)
1000000000000000000
flashloanFeeRatio() view returns (uint256)
800000000000000
getAccrualInterestUnit() view returns (uint256)
1729585991
getCash() view returns (uint256)
36310351507343394735
interestRateModel() view returns (address)
0xbbd3494613d90f3fa3bb8c45701edaf8cb7eeb9b
isSupported() view returns (bool)
true
isiToken() pure returns (bool)
true
name() view returns (string)
dForce MKR
owner() view returns (address)
0x17e66b1e0260c930bfa567ff3ab5c71794279b94
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio() view returns (uint256)
250000000000000000
reserveRatio() view returns (uint256)
150000000000000000
symbol() view returns (string)
iMKR
totalBorrows() view returns (uint256)
0
totalReserves() view returns (uint256)
0
totalSupply() view returns (uint256)
36310351507343394735
underlying() view returns (address)
0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
borrowBalanceStored(address _account) view returns (uint256)
borrowSnapshot(address _account) view returns (uint256, uint256)
nonces(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_acceptOwner()
_setController(address _newController)
_setInterestRateModel(address _newInterestRateModel)
_setNewFlashloanFeeRatio(uint256 _newFlashloanFeeRatio)
_setNewProtocolFeeRatio(uint256 _newProtocolFeeRatio)
_setNewReserveRatio(uint256 _newReserveRatio)
_setPendingOwner(address newPendingOwner)
_upgrade()
_withdrawReserves(uint256 _withdrawAmount)
approve(address spender, uint256 amount) returns (bool)
balanceOfUnderlying(address _account) returns (uint256)
borrow(uint256 _borrowAmount)
borrowBalanceCurrent(address _account) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exchangeRateCurrent() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _underlyingToken, string _name, string _symbol, address _controller, address _interestRateModel)
liquidateBorrow(address _borrower, uint256 _repayAmount, address _assetCollateral)
mint(address _recipient, uint256 _mintAmount)
mintForSelfAndEnterMarket(uint256 _mintAmount)
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
redeem(address _from, uint256 _redeemiToken)
redeemFromSelfAndExitMarket(uint256 _redeemiToken)
redeemUnderlying(address _from, uint256 _redeemUnderlying)
repayBorrow(uint256 _repayAmount)
repayBorrowBehalf(address _borrower, uint256 _repayAmount)
seize(address _liquidator, address _borrower, uint256 _seizeTokens)
totalBorrowsCurrent() returns (uint256)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
updateInterest() returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 accountInterestIndex, uint256 totalBorrows)
Flashloan(address loaner, uint256 loanAmount, uint256 flashloanFee, uint256 protocolFee, uint256 timestamp)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address iTokenCollateral, uint256 seizeTokens)
Mint(address sender, address recipient, uint256 mintAmount, uint256 mintTokens)
NewController(address oldController, address newController)
NewFlashloanFee(uint256 oldFlashloanFeeRatio, uint256 newFlashloanFeeRatio, uint256 oldProtocolFeeRatio, uint256 newProtocolFeeRatio)
NewFlashloanFeeRatio(uint256 oldFlashloanFeeRatio, uint256 newFlashloanFeeRatio)
NewInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewOwner(address indexed previousOwner, address indexed newOwner)
NewPendingOwner(address indexed oldPendingOwner, address indexed newPendingOwner)
NewProtocolFeeRatio(uint256 oldProtocolFeeRatio, uint256 newProtocolFeeRatio)
NewReserveRatio(uint256 oldReserveRatio, uint256 newReserveRatio)
Redeem(address from, address recipient, uint256 redeemiTokenAmount, uint256 redeemUnderlyingAmount)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 accountInterestIndex, uint256 totalBorrows)
ReservesWithdrawn(address admin, uint256 amount, uint256 newTotalReserves, uint256 oldTotalReserves)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateInterest(uint256 currentBlockNumber, uint256 interestAccumulated, uint256 borrowIndex, uint256 cash, uint256 totalBorrows, uint256 totalReserves)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.