yfBETA Tether USD
Verified contract
Active on
Ethereum with 1,545 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 53.906693 | $1.00 |
$53.91 | |
yUSDT | ERC-20 | 11.811032K | -- | -- | |
FAN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16202011 | 2 years ago | | | 0 | 0.0035662430 | |
| 15955724 | 2 years ago | | | 0 | 0.00039210963 | |
| 14662541 | 3 years ago | | | 0 | 0.0013101818 | |
| 11735163 | 4 years ago | | | 0 | 0.0081983616 | |
| 11735150 | 4 years ago | | | 0 | 0.010358040 | |
| 11685955 | 4 years ago | | | 0 | 0.011752425 | |
| 11375277 | 4 years ago | | | 0 | 0.0024652416 | |
| 11375228 | 4 years ago | | | 0 | 0.00041565603 | |
| 11375228 | 4 years ago | | | 0 | 0.0033899043 | |
| 11375224 | 4 years ago | | | 0 | 0.0035782320 |
ABI
ABI objects
Getter at block 21312860
balanceToken() view returns (uint256)
53906693
balanceVault() view returns (uint256)
11811031904
decimals() view returns (uint8)
6
depositIsLocked() view returns (bool)
false
governance() view returns (address)
0xb9a2d7ac953c30021ae4729661d10d038b86e30e
isOwner() view returns (bool)
false
lockedDeposit() view returns (bool)
false
name() view returns (string)
yfBETA Tether USD
owner() view returns (address)
0xb9a2d7ac953c30021ae4729661d10d038b86e30e
pool() view returns (address)
0x1f1ef2d79641640b5fe8a294a7bba95f571cdc4b
symbol() view returns (string)
yfUSDT
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
11811031904
vault() view returns (address)
0x2f08119c6f07c006695e079aafc638b8789faf18
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balancesToken(address) view returns (uint256)
balancesVault(address) 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)
setPool(address _pool)
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.