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 |
---|---|---|---|---|---|
YFIII | ERC-20 | 10 | -- | -- | |
YFIII | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263492 | 17 days ago | | | 0 | 0.00031759498 | |
| 17977847 | a year ago | | | 0 | 0.0011209343 | |
| 15193227 | 2 years ago | | | 0 | 0.00096455555 | |
| 15151409 | 2 years ago | | | 0 | 0.00066657316 | |
| 14289547 | 3 years ago | | | 0 | 0.0014791042 | |
| 14289543 | 3 years ago | | | 0 | 0.0015003134 | |
| 13871808 | 3 years ago | | | 0 | 0.0038469475 | |
| 13499150 | 3 years ago | | | 0 | 0.0061297334 | |
| 13350875 | 3 years ago | | | 0 | 0.0017404808 | |
| 13350874 | 3 years ago | | | 0 | 0.0030392496 |
ABI
ABI objects
Getter at block 21387828
currentInterestRate() view returns (uint256)
0
decimals() view returns (uint8)
18
getLockDuration() view returns (uint256)
1209600
name() view returns (string)
YFIII
stakeTotal() view returns (uint256)
0
symbol() view returns (string)
YFIII
totalSupply() view returns (uint256)
23000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
stake(uint256 index) view returns (uint256, uint256, uint256, int256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancel(uint256 index)
cancelAll()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 amount)
mint(uint256 amount)
setDuration(uint256 duration)
setInterest(uint256 interest)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlock(uint256 index)
unlockAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed account, uint256 amount, uint256 expiredAt)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed account, uint256 index, uint256 amount, uint256 rate)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.