Yearn Recovery
Verified contract
Active on
Ethereum with 940 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Yearn Recovery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19039097 | 10 months ago | | | 0 | 0.00051300165 | |
| 19039094 | 10 months ago | | | 0 | 0.00050707230 | |
| 18474972 | a year ago | | | 0 | 0.00039221438 | |
| 18474971 | a year ago | | | 0 | 0.00037534587 | |
| 14756315 | 3 years ago | | | 0 | 0.0032729878 | |
| 13101671 | 3 years ago | | | 0 | 0.0043311600 | |
| 13095992 | 3 years ago | | | 0 | 0.0084339911 | |
| 12842290 | 3 years ago | | | 0 | 0.00077522000 | |
| 11747959 | 4 years ago | | | 0 | 0.0024801841 | |
| 11503231 | 4 years ago | | | 0 | 0.00078046200 |
ABI
ABI objects
Getter at block 21203752
_owner() view returns (address)
0x6b96c8d745abcbeff55a61fbf460ed0ca93c5568
decimals() view returns (uint256)
18
name() view returns (string)
Yearn Recovery
owner() view returns (address)
0x6b96c8d745abcbeff55a61fbf460ed0ca93c5568
symbol() view returns (string)
YFIR
totalSupply() view returns (uint256)
30000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, uint256 supplyDelta) returns (uint256)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.