dForce USX
Verified contract
Proxy
Active on
Base with 948 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
0xa4e5…82cc
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xc142…ae05
0x233f…b9bf
0xbae8…ce22
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USX | ERC-20 | 2.68808K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22711423 | a day ago | | | 0 | 0.000011005738 | |
| 22704779 | a day ago | | | 0 | 0.0000051219139 | |
| 22703325 | a day ago | | | 0 | 0.000013686556 | |
| 22703197 | a day ago | | | 0 | 0.0000053498455 | |
| 22703178 | a day ago | | | 0 | 0.0000059285128 | |
| 22538828 | 5 days ago | | | 0 | 0.0000043197937 | |
| 22538809 | 5 days ago | | | 0 | 0.0000044679930 | |
| 22398628 | 8 days ago | | | 0 | 0.0000043568413 | |
| 22398593 | 8 days ago | | | 0 | 0.0000042529041 | |
| 22398462 | 8 days ago | | | 0 | 0.0000047366200 |
ABI
ABI objects
Getter at block 22758372 borrowRatePerUnit() view returns (uint256) supplyRatePerUnit() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x38f563f6ea72f334f5b1aa24bbe077dd814f1e1e938adef65b3fb549b311aa10
PERMIT_TYPEHASH() view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
TOTAL_SUPPLY_THRESHOLD() view returns (uint256)
10000
accrualBlockNumber() view returns (uint256)
20017137
accrualBlockTimestamp() view returns (uint256)
1732212193
borrowIndex() view returns (uint256)
1038970920715177559
controller() view returns (address)
0xbae8d153331129eb40e390a7dd485363135fce22
decimals() view returns (uint8)
18
exchangeRateStored() view returns (uint256)
1027931326093155396
flashloanFeeRatio() view returns (uint256)
800000000000000
getAccrualInterestUnit() view returns (uint256)
1732212193
getCash() view returns (uint256)
2688079858161520350993
interestRateModel() view returns (address)
0x233f5634e3a325be2e2dc362e378a67d8347b9bf
isSupported() view returns (bool)
true
isiToken() pure returns (bool)
true
name() view returns (string)
dForce USX
owner() view returns (address)
0xa4e5ebedcd1129ed30c77644a70f4dd3c2d482cc
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio() view returns (uint256)
250000000000000000
reserveRatio() view returns (uint256)
100000000000000000
symbol() view returns (string)
iUSX
totalBorrows() view returns (uint256)
17847134808262605126443
totalReserves() view returns (uint256)
185767473328095674941
totalSupply() view returns (uint256)
19796504568488925080194
underlying() view returns (address)
0xc142171b138db17a1b7cb999c44526094a4dae05
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)
borrow(uint256 _borrowAmount, bool refreshEligibility)
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)
liquidateBorrow(address _borrower, uint256 _repayAmount, address _assetCollateral, bool refreshEligibility)
mint(address _recipient, uint256 _mintAmount)
mint(address _recipient, uint256 _mintAmount, bool refreshEligibility)
mintForSelfAndEnterMarket(uint256 _mintAmount)
mintForSelfAndEnterMarket(uint256 _mintAmount, bool refreshEligibility)
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
redeem(address _from, uint256 _redeemiToken)
redeem(address _from, uint256 _redeemiToken, bool refreshEligibility)
redeemFromSelfAndExitMarket(uint256 _redeemiToken)
redeemFromSelfAndExitMarket(uint256 _redeemiToken, bool refreshEligibility)
redeemUnderlying(address _from, uint256 _redeemUnderlying)
redeemUnderlying(address _from, uint256 _redeemUnderlying, bool refreshEligibility)
repayBorrow(uint256 _repayAmount)
repayBorrow(uint256 _repayAmount, bool refreshEligibility)
repayBorrowBehalf(address _borrower, uint256 _repayAmount)
repayBorrowBehalf(address _borrower, uint256 _repayAmount, bool refreshEligibility)
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.