Yearn Finance Ecosystem
Verified contract
Active on
Ethereum
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFIEC | ERC-20 | 3.985129K | -- | -- | |
YFIEC | ERC-20 | 26 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19644052 | 8 months ago | | | 0 | 0.00026519812 | |
| 19224404 | 10 months ago | | | 0 | 0.00037963469 | |
| 19079327 | 10 months ago | | | 0 | 0.00022476884 | |
| 16923422 | 2 years ago | | | 0 | 0.00044643048 | |
| 16918205 | 2 years ago | | | 0 | 0.00076361329 | |
| 16502506 | 2 years ago | | | 0 | 0.00046935028 | |
| 16146931 | 2 years ago | | | 0 | 0.00080311989 | |
| 15589088 | 2 years ago | | | 0 | 0.00022753895 | |
| 15363068 | 2 years ago | | | 0 | 0.000095895432 | |
| 14602596 | 3 years ago | | | 0 | 0.0012887359 |
ABI
ABI objects
Getter at block 21303724
decimals() view returns (uint8)
8
name() view returns (string)
Yearn Finance Ecosystem
owner() view returns (address)
0xf3b6bb05f9fda8494346554259d45e169a3e2fa1
symbol() view returns (string)
YFIEC
totalSupply() view returns (uint256)
2500000000000
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
receive()
This contract contains no error objects.