dForce USDT
Verified contract
Proxy
Active on
Ethereum with 739 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
0x5a3a…167d
0x8b53…d113
5 additional
variables
Balances ($92,909.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 92.816239K | $1.001 |
$92,909.06 | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158721 | 10 days ago | | | 0 | 0.010920567 | |
| 21158717 | 10 days ago | | | 0 | 0.010623001 | |
| 20999326 | a month ago | | | 0 | 0.0067555931 | |
| 20934363 | a month ago | | | 0 | 0.0074741868 | |
| 20891161 | 2 months ago | | | 0 | 0.00084506914 | |
| 20891135 | 2 months ago | | | 0 | 0.0031531854 | |
| 20720160 | 2 months ago | | | 0 | 0.0041334668 | |
| 20625215 | 3 months ago | | | 0 | 0.00061058652 | |
| 20547891 | 3 months ago | | | 0 | 0.00017761027 | |
| 20530141 | 3 months ago | | | 0 | 0.0021844850 |
ABI
ABI objects
Getter at block 21227726 borrowRatePerUnit() view returns (uint256) supplyRatePerUnit() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0xc6cb247a54884ff7779a220a1e2d42719dc8e3f8b9839ac2613e69a90f17517d
PERMIT_TYPEHASH() view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
TOTAL_SUPPLY_THRESHOLD() view returns (uint256)
10000
accrualBlockNumber() view returns (uint256)
21003736
accrualBlockTimestamp() view returns (uint256)
1731973055
borrowIndex() view returns (uint256)
1146775688960736661
controller() view returns (address)
0x8b53ab2c0df3230ea327017c91eb909f815ad113
decimals() view returns (uint8)
6
exchangeRateStored() view returns (uint256)
1085601659633448177
flashloanFeeRatio() view returns (uint256)
800000000000000
getAccrualInterestUnit() view returns (uint256)
1731973055
getCash() view returns (uint256)
92816239474
interestRateModel() view returns (address)
0x5a3aff97c2f76c92d87049c3b66fee12cc8b167d
isSupported() view returns (bool)
true
isiToken() pure returns (bool)
true
name() view returns (string)
dForce USDT
owner() view returns (address)
0x17e66b1e0260c930bfa567ff3ab5c71794279b94
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio() view returns (uint256)
250000000000000000
reserveRatio() view returns (uint256)
100000000000000000
symbol() view returns (string)
iUSDT
totalBorrows() view returns (uint256)
672895816599
totalReserves() view returns (uint256)
302261650
totalSupply() view returns (uint256)
705055844039
underlying() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
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.