dForce Vault USD

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x7013e6d4 at 14359577
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
7 additional variables

No balances found for "dForce Vault USD"

0xa56a647b67319ebb88d988e33b66c7278d1279a2e6b256db51f7762a430d692f
From

Functions
Getter at block 20981105
DOMAIN_SEPARATOR(view returns (bytes32)
0x02576f9c08ff8815f34bd936957c289c163c079f15a9500cd4a897e05b6b62db
PERMIT_TYPEHASH(view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
accrualBlockNumber(view returns (uint256)
14359639
borrowIndex(view returns (uint256)
1000000000000000000
borrowRatePerBlock(view returns (uint256)
0
collateral(view returns (address)
0xd8d07a8ab4f6a1cc4cf86b3cb11b78a7c1e701ad
collateralUnderlying(view returns (address)
0x76264772707c8bc24261516b560cbf3cbe6f7819
controller(view returns (address)
0x1e96e916a64199069ccea2e6cf4d63d30a61b93d
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 Vault USD
originationFeeRatio(view returns (uint256)
100000000000000
originationFeeRecipient(view returns (address)
0x56570496c5fd443e49eb5635a6c3e30c9a54c3ca
owner(view returns (address)
0xde6d6f23aabbdc9469c8907ece7c379f98e4cb75
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio(view returns (uint256)
250000000000000000
reserveRatio(view returns (uint256)
1000000000000000000
symbol(view returns (string)
vMUSX
totalBorrows(view returns (uint256)
0
totalMint(view returns (uint256)
0
totalReserves(view returns (uint256)
0
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
_acceptOwner(
_setController(address _newController
_setInterestRateModel(address _newInterestRateModel
_setMSDController(address _newMSDController
_setNewFlashloanFeeRatio(uint256 _newFlashloanFeeRatio
_setNewProtocolFeeRatio(uint256 _newProtocolFeeRatio
_setNewReserveRatio(uint256 _newReserveRatio
_setOriginationFeeRatio(uint256 _newOriginationFeeRatio
_setOriginationFeeRecipient(address _newOriginationFeeRecipient
_setPendingOwner(address newPendingOwner
_withdrawReserves(uint256 _withdrawAmount
approve(address spenderuint256 amountreturns (bool)
borrow(uint256 _borrowAmount
borrowBalanceCurrent(address _accountreturns (uint256)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
depositAndBorrow(bool _enterMarketuint256 _depositAmountuint256 _borrowAmount
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _underlyingTokenstring _namestring _symboladdress _lendingControlleraddress _interestRateModeladdress _msdController
initialize(address _underlyingTokenstring _namestring _symboladdress _lendingControlleraddress _interestRateModeladdress _msdControlleraddress _collateraladdress _originationFeeRecipientuint256 _originationFeeRatio
liquidateBorrow(address _borroweruint256 _repayAmountaddress _assetCollateral
permit(address _owneraddress _spenderuint256 _valueuint256 _deadlineuint8 _vbytes32 _rbytes32 _s
repayAndWithdraw(bool _isUnderlyinguint256 _repayAmountuint256 _withdrawAmount
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
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
NewOriginationFeeRatio(uint256 oldOriginationFeeRatiouint256 newOriginationFeeRatio
NewOriginationFeeRecipient(address oldOriginationFeeRecipientaddress newOriginationFeeRecipient
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.