yfBETA USD Coin
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x597a…522e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
yUSDC | ERC-20 | 1.077462 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10997976 | 4 years ago | | | 0 | 0.00049523432 | |
| 10997976 | 4 years ago | | | 0 | 0.00049523432 | |
| 10901259 | 4 years ago | | | 0 | 0.0019741040 | |
| 10901234 | 4 years ago | | | 0 | 0.0033649500 | |
| 10901215 | 4 years ago | | | 0 | 0.0022433000 | |
| 10901172 | 4 years ago | | | 0 | 0.019057850 | |
| 10875399 | 4 years ago | | | 0 | 0.0019379100 | |
| 10868255 | 4 years ago | | | 0 | 0.0044818000 | |
| 10865998 | 4 years ago | | | 0 | 0.010788214 | |
| 10864540 | 4 years ago | | | 0 | 0.0035780601 |
ABI
ABI objects
Getter at block 21189416
balanceToken() view returns (uint256)
0
balanceVault() view returns (uint256)
1077462
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 USD Coin
owner() view returns (address)
0xdb5fec79904cc779437488fb3f29638e4edec926
symbol() view returns (string)
yfUSDC
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
1077462
vault() view returns (address)
0x597ad1e0c13bfe8025993d9e79c69e1c0233522e
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.