dForce USD

Verified contract

Proxy

Active on Ethereum with 101 txns
Deployed by via 0x20a52c8f at 12456080
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 USD"

0x55da46757c78a533413e7b32679921143e3ca46078a30cdd511e5f2bf218b92d
0x8fba46880b21a45f98263184b207f3ae46aafb716eab91210dd131682f749f6e
0xef9b8ba776602df1043a3bd9bf21730d47603a77a13a46b22b3eb1e6ef0c27ce
0x24acc243fe74b8a0d75c7785eb3f3a2a5974c25b0eedecc3e59ed3136d3573b9
0x628a0f1bfd9bc30d75f4e52786cb42c6b583470f0d641a1886c9acb7ad3c5f43
0x97d2ce43746cc61f1003332f38f30af300db5005298f5842375f67541d7a34ed
0xf25697e62e73ce2aa6ca3fa647cb193f41245a07a5af218f9c6cdd15c643dd86
0x70599326e867976ecbd5bcf366cae0a646ff1d106e9d6f222a27f7bf679572d7
0xaa4e1bde25369d9513d7a781871bf9a452dd2fa770dc8ae542a6f79574cef010
0xfd747108226cd89bc0e8866645d7124a77040e93009f3008ad53829cbf69255c

Functions
Getter at block 20910353
DOMAIN_SEPARATOR(view returns (bytes32)
0x01e13655e59366df7c6f10e24eb3dc7725269e12598b2a67c03266c5a80f17a1
PERMIT_TYPEHASH(view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
accrualBlockNumber(view returns (uint256)
18597285
borrowIndex(view returns (uint256)
1045690261435892875
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 USD
owner(view returns (address)
0x17e66b1e0260c930bfa567ff3ab5c71794279b94
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio(view returns (uint256)
250000000000000000
reserveRatio(view returns (uint256)
1000000000000000000
symbol(view returns (string)
iMUSX
totalBorrows(view returns (uint256)
13112185473069485030
totalMint(view returns (uint256)
13112185473069485030
totalReserves(view returns (uint256)
13385223351244
totalSupply(view returns (uint256)
0
underlying(view returns (address)
0x0a5e677a6a24b2f1a2bf4f3bffc443231d2fdec8
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.