YLDR Interest bearing USDC
Verified contract
Proxy
Active on
Base with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,457.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.456436K | $1.001 |
$1,457.89 | |
WGC | ERC-20 | 200 | $0.000268 |
$0.05 | |
USA | ERC-20 | 1 | $0.000829 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000709 |
$0 | |
GENOME | ERC-20 | 0 | $0.023573 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
NUNU | ERC-20 | 867.540289 | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
BLOWN | ERC-20 | 77.694215 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14862566 | 7 months ago | | | 0 | 0.0000012931269 | |
| 14862533 | 7 months ago | | | 0 | 0.0000013671509 | |
| 14862484 | 7 months ago | | | 0 | 0.0000017562550 |
ABI
ABI objects
Getter at block 23875779
DOMAIN_SEPARATOR() view returns (bytes32)
0xdc993a0efa59a05f6164766593244c9ecf9c19ac929a1b5b73dfef121e882021
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x5425afd90bd1aad68d5badcb80390101a2750bc5
RESERVE_TREASURY_ADDRESS() view returns (address)
0x4d4f2f9502b8292e309be0698476ccbd5d5bbf33
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
decimals() view returns (uint8)
6
getIncentivesController() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
YLDR Interest bearing USDC
scaledTotalSupply() view returns (uint256)
7085534012
symbol() view returns (string)
yUSDC
totalSupply() view returns (uint256)
7206456088
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getPreviousIndex(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
nonces(address owner) view returns (uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, address onBehalfOf, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initializingPool, address treasury, address underlyingAsset, address incentivesController, uint8 yTokenDecimals, string yTokenName, string yTokenSymbol, bytes)
mint(address caller, address onBehalfOf, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rescueTokens(address token, address to, uint256 amount)
setIncentivesController(address controller)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 balanceIncrease, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 yTokenDecimals, string yTokenName, string yTokenSymbol, bytes params)
Initialized(uint64 version)
Mint(address indexed caller, address indexed onBehalfOf, uint256 value, uint256 balanceIncrease, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)