dForce EUR

Verified contract

Proxy

Active on Ethereum with 21 txns
Deployed by via 0x1d289bc0 at 12456800
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
5 additional variables

No balances found for "dForce EUR"

0x6f502fc3177f7c2f114c63acad7d86db48fb1857aae638e128c0a869112f4e01
0xcfa53f71bd825e9808e98514d9b11d65b1a92d14160c3b01a1f889f575fed486
0x695bdbe48107a32d13145103c3e9d3851f34786981375964d3db6e7f94eaab77
0x2fa4b5700ebcf81634925976878f6f11c2498afd78049a200e5b2c31beec629f
0x0d69978e9c0c8fdca2d5b9842e92fd9ef53138d6416e9d3a86846c6e04d2c87d
0xd48d78e2783d798bfa58a5f645fc5004dc437d1fe000a8dd0444b850b7bc13a0
0x9c30116a1122b2ec5edb1c04d9448060f5f8a88473a02cba1716db1913dc7cc4
0x5654052f1ad45846cf6b1901bfed4a1f20011d0315b4818eb9a088d522169ed9
0xd54bae68f69939b48918c4968f5a33a63279d4e9cc85f7765399904db18b980a
0x325aafc45d17eea3ef3080a34c62c2c47c83d02a1fda0e271e591833c2b0ea91

Functions
Getter at block 20910395
DOMAIN_SEPARATOR(view returns (bytes32)
0xe506d272efb75aef8958fae68a6e1378d05b4227ef497c1dc8916cf66f69bd82
PERMIT_TYPEHASH(view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
accrualBlockNumber(view returns (uint256)
20891318
borrowIndex(view returns (uint256)
1060364829634258699
borrowRatePerBlock(view returns (uint256)
6137759723
controller(view returns (address)
0x8b53ab2c0df3230ea327017c91eb909f815ad113
decimals(view returns (uint8)
18
exchangeRateCurrent(pure returns (uint256)
1000000000000000000
exchangeRateStored(view returns (uint256)
1000000000000000000
flashloanFeeRatio(view returns (uint256)
800000000000000
getCash(view returns (uint256)
0
interestRateModel(view returns (address)
0x22961d0ba5150f97ae0f3248b4c415875cbf42d5
isSupported(view returns (bool)
true
isiToken(pure returns (bool)
false
msdController(view returns (address)
0x45677a101d70e9910c418d9426bc6c5874ce2fd7
name(view returns (string)
dForce EUR
owner(view returns (address)
0x17e66b1e0260c930bfa567ff3ab5c71794279b94
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio(view returns (uint256)
250000000000000000
reserveRatio(view returns (uint256)
1000000000000000000
symbol(view returns (string)
iMEUX
totalBorrows(view returns (uint256)
40156808923596855306
totalMint(view returns (uint256)
40156808923596855306
totalReserves(view returns (uint256)
27158073774635852877
totalSupply(view returns (uint256)
0
underlying(view returns (address)
0xb986f3a2d91d3704dc974a24fb735dcc5e3c1e70
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
balanceOfUnderlying(address _accountpure returns (uint256)
borrowBalanceStored(address _accountview returns (uint256)
borrowSnapshot(address _accountview returns (uint256uint256)
nonces(addressview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
_acceptOwner(
_setController(address _newController
_setInterestRateModel(address _newInterestRateModel
_setMSDController(address _newMSDController
_setNewFlashloanFeeRatio(uint256 _newFlashloanFeeRatio
_setNewProtocolFeeRatio(uint256 _newProtocolFeeRatio
_setNewReserveRatio(uint256 _newReserveRatio
_setPendingOwner(address newPendingOwner
_withdrawReserves(uint256 _withdrawAmount
approve(address spenderuint256 amountreturns (bool)
borrow(uint256 _borrowAmount
borrowBalanceCurrent(address _accountreturns (uint256)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _underlyingTokenstring _namestring _symboladdress _lendingControlleraddress _interestRateModeladdress _msdController
liquidateBorrow(address _borroweruint256 _repayAmountaddress _assetCollateral
permit(address _owneraddress _spenderuint256 _valueuint256 _deadlineuint8 _vbytes32 _rbytes32 _s
repayBorrow(uint256 _repayAmount
repayBorrowBehalf(address _borroweruint256 _repayAmount
seize(address _liquidatoraddress _borroweruint256 _seizeTokens
totalBorrowsCurrent(returns (uint256)
transfer(address _recipientuint256 _amountreturns (bool)
transferFrom(address _senderaddress _recipientuint256 _amountreturns (bool)
updateInterest(returns (bool)
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Borrow(address borroweruint256 borrowAmountuint256 accountBorrowsuint256 accountInterestIndexuint256 totalBorrows
Flashloan(address loaneruint256 loanAmountuint256 flashloanFeeuint256 protocolFeeuint256 timestamp
LiquidateBorrow(address liquidatoraddress borroweruint256 repayAmountaddress iTokenCollateraluint256 seizeTokens
Mint(address senderaddress recipientuint256 mintAmountuint256 mintTokens
NewController(address oldControlleraddress newController
NewFlashloanFee(uint256 oldFlashloanFeeRatiouint256 newFlashloanFeeRatiouint256 oldProtocolFeeRatiouint256 newProtocolFeeRatio
NewFlashloanFeeRatio(uint256 oldFlashloanFeeRatiouint256 newFlashloanFeeRatio
NewInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
NewMSDController(address oldMSDControlleraddress newMSDController
NewOwner(address indexed previousOwneraddress indexed newOwner
NewPendingOwner(address indexed oldPendingOwneraddress indexed newPendingOwner
NewProtocolFeeRatio(uint256 oldProtocolFeeRatiouint256 newProtocolFeeRatio
NewReserveRatio(uint256 oldReserveRatiouint256 newReserveRatio
Redeem(address fromaddress recipientuint256 redeemiTokenAmountuint256 redeemUnderlyingAmount
RepayBorrow(address payeraddress borroweruint256 repayAmountuint256 accountBorrowsuint256 accountInterestIndexuint256 totalBorrows
ReservesWithdrawn(address adminuint256 amountuint256 newTotalReservesuint256 oldTotalReserves
Transfer(address indexed fromaddress indexed touint256 value
UpdateInterest(uint256 currentBlockNumberuint256 interestAccumulateduint256 borrowIndexuint256 cashuint256 totalBorrowsuint256 totalReserves
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.