dForce USDT
Verified contract
Proxy
Active on
Ethereum with 2,101 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeabb…d24f
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "dForce USDT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19847715 | 6 months ago | | | 0 | 0.0029851284 | |
| 19537932 | 7 months ago | | | 0 | 0.013182837 | |
| 19080981 | 10 months ago | | | 0 | 0.00037289851 | |
| 18787729 | a year ago | | | 0 | 0.0012147225 | |
| 18533693 | a year ago | | | 0 | 0.0011725326 | |
| 17975073 | a year ago | | | 0 | 0.0083371018 | |
| 17010234 | 2 years ago | | | 0 | 0.00077235304 | |
| 16747967 | 2 years ago | | | 0 | 0.014974620 | |
| 16730835 | 2 years ago | | | 0 | 0.013865340 | |
| 16523320 | 2 years ago | | | 0 | 0.00056308560 |
ABI
ABI objects
Getter at block 21159572 getExchangeRate() view returns (uint256) getHandlers() view returns (address[]) getLiquidity() view returns (uint256) getTotalBalance() view returns (uint256)
dTokenImplementation() view returns (address)
0xdd23a50cf7503655283089b78c9369519de1c443
authority() view returns (address)
0xeabbf7955c668a2f404576dbb7cfe03e64c5d24f
data() view returns (uint256 exchangeRate, uint256 totalInterest)
(exchangeRate=1122112341455627684, totalInterest=1427533821084)
decimals() view returns (uint8)
6
dispatcher() view returns (address)
0x1cc5650ac8e218c3dcc5fae97733f02b662832a1
feeRecipient() view returns (address)
0x868277d475e0e475e38ec5cda2d9c83b5e1d9fc8
name() view returns (string)
dForce USDT
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x218c473dc036e77f9ec18b857cc872362964304f
paused() view returns (bool)
false
swapModel() view returns (address)
0xfce9b6ab9a4c506d4a4c68d5c69fe44bc6b5bfb2
symbol() view returns (string)
dUSDT
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
635202524636
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256 value, uint256 exchangeRate, uint256 interest)
getCurrentInterest(address _account) view returns (uint256)
getTokenBalance(address _account) view returns (uint256)
originationFee(bytes4) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address _newAdmin)
implementation() returns (address)
pendingAdmin() returns (address)
updateAdmin()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address _spender, uint256 _wad) returns (bool)
balanceOfUnderlying(address _account) returns (uint256)
currentExchangeRate() returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableOwnership()
getBaseData() returns (uint256, uint256, uint256, uint256, uint256)
getHandlerInfo() returns (address[], uint256[], uint256[])
getRealLiquidity() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _token, address _dispatcher)
mint(address _dst, uint256 _pie)
pause()
rebalance(address[] _withdraw, uint256[] _withdrawAmount, address[] _deposit, uint256[] _depositAmount)
redeem(address _src, uint256 _wad)
redeemUnderlying(address _src, uint256 _pie)
setAuthority(address authority_)
setFeeRecipient(address _newFeeRecipient)
setSwapModel(address _newSwapModel)
swap(address _token, uint256 _amount)
totalUnderlying() returns (uint256)
transfer(address _dst, uint256 _wad) returns (bool)
transferFee(address _token, uint256 _amount)
transferFrom(address _src, address _dst, uint256 _wad) returns (bool)
transferOwnership(address newOwner_)
unpause()
updateDispatcher(address _newDispatcher)
updateOriginationFee(bytes4 _sig, uint256 _newOriginationFee)
AdminChanged(address previousAdmin, address newAdmin)
AdminUpdated(address newAdmin)
Upgraded(address implementation)
Approval(address indexed src, address indexed guy, uint256 wad)
FeeRecipientSet(address oldFeeRecipient, address newFeeRecipient)
Interest(address indexed src, uint256 interest, uint256 increase, uint256 totalInterest)
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Mint(address indexed account, uint256 indexed pie, uint256 wad, uint256 totalSupply, uint256 exchangeRate)
NewDispatcher(address oldDispatcher, address Dispatcher)
NewOriginationFee(bytes4 sig, uint256 oldOriginationFeeMantissa, uint256 newOriginationFeeMantissa)
NewSwapModel(address _oldSwapModel, address _newSwapModel)
OwnerUpdate(address indexed owner, address indexed newOwner)
Paused(address account)
Rebalance(address[] withdraw, uint256[] withdrawAmount, address[] supply, uint256[] supplyAmount)
Redeem(address indexed account, uint256 indexed pie, uint256 wad, uint256 totalSupply, uint256 exchangeRate)
Transfer(address indexed src, address indexed dst, uint256 wad)
TransferFee(address token, address feeRecipient, uint256 amount)
Unpaused(address account)
constructor(address _implementation)
fallback()
This contract contains no error objects.