element yvWBTC
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
yvWBTC | ERC-20 | 0.850274 | $70,971.00 |
$60,344.8 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "element yvWBTC"
ABI
ABI objects
Getter at block 21091936
DOMAIN_SEPARATOR() view returns (bytes32)
0xa6d7ec47539f4389ff0bc698f7f6e88b2da2c1042e5a896ba2c4c63950ba0b28
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
8
name() view returns (string)
element yvWBTC
reserveShares() view returns (uint128)
0
reserveSupply() view returns (uint256)
0
reserveUnderlying() view returns (uint128)
0
symbol() view returns (string)
yvWBTC
token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
vault() view returns (address)
0xa696a63cc78dffa1a63e9e50587c197387ff6c7e
vaultDecimals() view returns (uint8)
8
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
balanceOfUnderlying(address _who) view returns (uint256)
getSharesToUnderlying(uint256 _shares) view returns (uint256)
nonces(address) view returns (uint256)
reserveBalances(address) view returns (uint256)
State-modifying
Events approve()
approve(address account, uint256 amount) returns (bool)
deposit(address _destination, uint256 _amount) returns (uint256)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
prefundedDeposit(address _destination) returns (uint256, uint256, uint256)
reserveDeposit(uint256 _amount)
reserveWithdraw(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address spender, address recipient, uint256 amount) returns (bool)
withdraw(address _destination, uint256 _shares, uint256 _minUnderlying) returns (uint256)
withdrawUnderlying(address _destination, uint256 _amount, uint256 _minUnderlying) returns (uint256, uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address vault_, address _token, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.