Yearn Finance Passive Income
Verified contract
Active on
Ethereum with 2,912 txns
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 |
---|---|---|---|---|---|
YFPI | ERC-20 | 64.217576 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084282 | a month ago | | | 0 | 0.00036266295 | |
| 21049556 | a month ago | | | 0 | 0.00031761304 | |
| 20488288 | 4 months ago | | | 0 | 0.000096421801 | |
| 20199934 | 5 months ago | | | 0 | 0.000078899143 | |
| 20101053 | 5 months ago | | | 0 | 0.00010338549 | |
| 19832019 | 7 months ago | | | 0 | 0.00059018915 | |
| 19761905 | 7 months ago | | | 0 | 0.00026288896 | |
| 19521841 | 8 months ago | | | 0 | 0.00073728514 | |
| 19419466 | 9 months ago | | | 0 | 0.0016253933 | |
| 19099270 | 10 months ago | | | 0 | 0.00035729930 |
ABI
ABI objects
Getter at block 21283989
decimals() view returns (uint8)
18
name() view returns (string)
Yearn Finance Passive Income
owner() view returns (address)
0x3e127b4ac6022e8d72d900b402d6287399abc3f9
symbol() view returns (string)
YFPI
totalSupply() view returns (uint256)
30000000000000000000000
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)
burn(uint256 amount)
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)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.