Wrapped YFI
Verified contract
Active on
Ethereum with 160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29,736.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFI | ERC-20 | 2.625111 | $11,327.81 |
$29,736.76 | |
$ Evmosia.com | ERC-20 | 25K | -- | -- | |
wYFI | ERC-20 | 0.05 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19477904 | 9 months ago | | | 0 | 0.00075902600 | |
| 18761793 | a year ago | | | 0 | 0.0014603350 | |
| 16284495 | 2 years ago | | | 0 | 0.00070523537 | |
| 16259286 | 2 years ago | | | 0 | 0.00050441000 | |
| 14357991 | 3 years ago | | | 0 | 0.00094595099 | |
| 14357893 | 3 years ago | | | 0 | 0.00096765405 | |
| 14334213 | 3 years ago | | | 0 | 0.0017984167 | |
| 14331801 | 3 years ago | | | 0 | 0.00096328849 | |
| 11782519 | 4 years ago | | | 0 | 0.0044472000 | |
| 11723382 | 4 years ago | | | 0 | 0.0028906800 |
ABI
ABI objects
Getter at block 21398488
DOMAINSEPARATOR() view returns (bytes32)
0x402ea8e0c0709618717df35c9b3fdde654338cbe0e1d04a6c689327bc894f59e
DOMAIN_TYPEHASH() view returns (bytes32)
0x797cfab58fcb15f590eb8e4252d5c228ff88f94f907e119e80c4393a946e8f35
PERMIT_TYPEHASH() view returns (bytes32)
0x5fae9ec55a1e547936e0e74d606b44cd5f912f9adcd0bba561fea62d570259e9
YFI() view returns (address)
0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e
decimals() view returns (uint8)
18
governance() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
name() view returns (string)
Wrapped YFI
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
wYFI
totalSupply() view returns (uint256)
2551980143920687495000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burners(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptGovernance()
addBurner(address _burner)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
deposit(uint256 amount)
depositAll()
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeBurner(address _burner)
setGovernance(address _governance)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.