Aave Interest bearing USDT
Verified contract
Active on
Ethereum with 5,780 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x24a4…48c8
0x3dfd…76d3
0x398e…d119
0x082b…4ba6
Balances ($3,106.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 3.1015K | $1.001 |
$3,104.6 | |
UMA | ERC-20 | 0.688817 | $2.45 |
$1.69 | |
PKG | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163116 | 5 days ago | | | 0 | 0.0021101500 | |
| 21162559 | 5 days ago | | | 0 | 0.0022506896 | |
| 21161597 | 5 days ago | | | 0 | 0.0023180280 | |
| 21119969 | 11 days ago | | | 0 | 0.00014511870 | |
| 21077065 | 17 days ago | | | 0 | 0.00025205360 | |
| 21043902 | 22 days ago | | | 0 | 0.0014326833 | |
| 20948615 | a month ago | | | 0 | 0.0019636379 | |
| 20945516 | a month ago | | | 0 | 0.0018501028 | |
| 20891954 | a month ago | | | 0 | 0.00012063470 | |
| 20771961 | 2 months ago | | | 0 | 0.0023394052 |
ABI
ABI objects
Getter at block 21198095
UINT_MAX_VALUE() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
6
name() view returns (string)
Aave Interest bearing USDT
symbol() view returns (string)
aUSDT
totalSupply() view returns (uint256)
254703601595
underlyingAssetAddress() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
getInterestRedirectionAddress(address _user) view returns (address)
getRedirectedBalance(address _user) view returns (uint256)
getUserIndex(address _user) view returns (uint256)
isTransferAllowed(address _user, uint256 _amount) view returns (bool)
principalBalanceOf(address _user) view returns (uint256)
State-modifying
Events allowInterestRedirectionTo(address _to)
approve(address spender, uint256 value) returns (bool)
burnOnLiquidation(address _account, uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintOnDeposit(address _account, uint256 _amount)
redeem(uint256 _amount)
redirectInterestStream(address _to)
redirectInterestStreamOf(address _from, address _to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address _from, address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed _from, address indexed _to, uint256 _value, uint256 _fromBalanceIncrease, uint256 _toBalanceIncrease, uint256 _fromIndex, uint256 _toIndex)
BurnOnLiquidation(address indexed _from, uint256 _value, uint256 _fromBalanceIncrease, uint256 _fromIndex)
InterestRedirectionAllowanceChanged(address indexed _from, address indexed _to)
InterestStreamRedirected(address indexed _from, address indexed _to, uint256 _redirectedBalance, uint256 _fromBalanceIncrease, uint256 _fromIndex)
MintOnDeposit(address indexed _from, uint256 _value, uint256 _fromBalanceIncrease, uint256 _fromIndex)
Redeem(address indexed _from, uint256 _value, uint256 _fromBalanceIncrease, uint256 _fromIndex)
RedirectedBalanceUpdated(address indexed _targetAddress, uint256 _targetBalanceIncrease, uint256 _targetIndex, uint256 _redirectedBalanceAdded, uint256 _redirectedBalanceRemoved)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _addressesProvider, address _underlyingAsset, uint8 _underlyingAssetDecimals, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.