yearn Tether USD
Verified contract
Active on
Ethereum with 5,866 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($314,914.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 314.914522K | $1.00 |
$314,914.52 | |
yUSDT | ERC-20 | 2.786011K | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21040835 | a month ago | | | 0 | 0.00013799091 | |
| 20720115 | 3 months ago | | | 0 | 0.00043661037 | |
| 20720108 | 3 months ago | | | 0 | 0.00042750211 | |
| 20718942 | 3 months ago | | | 0 | 0.00014543989 | |
| 20718928 | 3 months ago | | | 0 | 0.00016020210 | |
| 20718896 | 3 months ago | | | 0 | 0.00017971044 | |
| 20718880 | 3 months ago | | | 0 | 0.00014521704 | |
| 20718855 | 3 months ago | | | 0 | 0.00015559667 | |
| 20718844 | 3 months ago | | | 0 | 0.00015020508 | |
| 20718833 | 3 months ago | | | 0 | 0.00015014958 |
ABI
ABI objects
Getter at block 21269869 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x9e65ad11b299ca0abefc2799ddb6314ef2d91080
decimals() view returns (uint8)
6
governance() view returns (address)
0xfeb4acf3df3cdea7399794d0869ef76a6efaff52
max() view returns (uint256)
10000
min() view returns (uint256)
0
name() view returns (string)
yearn Tether USD
symbol() view returns (string)
yUSDT
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
285719361125
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.