yfBETA Tether USD
Verified contract
Active on
Ethereum with 281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdac1…1ec7
0x2f08…af18
Balances ($17.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 17.793377 | $1.001 |
$17.81 | |
yUSDT | ERC-20 | 0.00215 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14662541 | 3 years ago | | | 0 | 0.0013101319 | |
| 10997976 | 4 years ago | | | 0 | 0.00049523432 | |
| 10901460 | 4 years ago | | | 0 | 0.0030706250 | |
| 10901262 | 4 years ago | | | 0 | 0.0019741040 | |
| 10899292 | 4 years ago | | | 0 | 0.027722426 | |
| 10872785 | 4 years ago | | | 0 | 0.0027081050 | |
| 10871279 | 4 years ago | | | 0 | 0.0029814000 | |
| 10868909 | 4 years ago | | | 0 | 0.0019876000 | |
| 10868801 | 4 years ago | | | 0 | 0.0024099650 | |
| 10868136 | 4 years ago | | | 0 | 0.045446600 |
ABI
ABI objects
Getter at block 21379282
balanceToken() view returns (uint256)
17793377
balanceVault() view returns (uint256)
2150
decimals() view returns (uint8)
6
depositIsLocked() view returns (bool)
true
governance() view returns (address)
0xdb5fec79904cc779437488fb3f29638e4edec926
isOwner() view returns (bool)
false
lockedDeposit() view returns (bool)
true
name() view returns (string)
yfBETA Tether USD
owner() view returns (address)
0xdb5fec79904cc779437488fb3f29638e4edec926
symbol() view returns (string)
yfUSDT
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
2150
vault() view returns (address)
0x2f08119c6f07c006695e079aafc638b8789faf18
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()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockDeposits()
renounceOwnership()
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockDeposits()
withdraw(uint256 _shares)
withdrawAll()
withdrawProfits()
withdrawTokenProfits(address _token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.