Yearn Finance Center
Verified contract
Active on
Ethereum with 1,916 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 |
---|---|---|---|---|---|
YFID | ERC-20 | 10 | -- | -- | |
YEA2 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19991271 | 6 months ago | | | 0 | 0.00071303339 | |
| 16446835 | 2 years ago | | | 0 | 0.00071660677 | |
| 15895277 | 2 years ago | | | 0 | 0.00076545831 | |
| 15363569 | 2 years ago | | | 0 | 0.00022137102 | |
| 15292933 | 2 years ago | | | 0 | 0.00012405505 | |
| 14028837 | 3 years ago | | | 0 | 0.0034956750 | |
| 14028738 | 3 years ago | | | 0 | 0.0025729480 | |
| 14028722 | 3 years ago | | | 0 | 0.0022438500 | |
| 14028695 | 3 years ago | | | 0 | 0.0025131120 | |
| 14028634 | 3 years ago | | | 0 | 0.0022728560 |
ABI
ABI objects
Getter at block 21267729
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Yearn Finance Center
owner() view returns (address)
0xdbbac6581d5f10dc716d38f6382080f6b6c1e451
symbol() view returns (string)
YFC
totalSupply() view returns (uint256)
1300000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
renounceOwnership()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.