Inverse.Finance DAI to ETH Yield Token
Verified contract
Active on
Ethereum with 1,057 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x57fa…2052
0x446c…1bf0
Balances ($2,963.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.939555 | $3,154.39 |
$2,963.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20326266 | 4 months ago | | | 0 | 0.0014875674 | |
| 20326264 | 4 months ago | | | 0 | 0.00072933820 | |
| 20175720 | 5 months ago | | | 0 | 0.0010599723 | |
| 20175712 | 5 months ago | | | 0 | 0.00044576218 | |
| 20175710 | 5 months ago | | | 0 | 0.00091239030 | |
| 20175700 | 5 months ago | | | 0 | 0.00048899964 | |
| 20175700 | 5 months ago | | | 0 | 0.00084930408 | |
| 20175690 | 5 months ago | | | 0 | 0.00053979276 | |
| 20175689 | 5 months ago | | | 0 | 0.0010075623 | |
| 20175676 | 5 months ago | | | 0 | 0.00043471724 |
ABI
ABI objects
Getter at block 21202886
decimals() view returns (uint8)
18
depositLimit() view returns (uint256)
0
harvester() view returns (address)
0xb677e5c5cbc42c25bff9578dda2959adb7eecc96
lastDistribution() view returns (uint256)
1639530562
name() view returns (string)
Inverse.Finance DAI to ETH Yield Token
owner() view returns (address)
0x926df14a23be491164dcf93f4c468a50ef659d5b
paused() view returns (bool)
false
performanceFee() view returns (uint256)
1000
strat() view returns (address)
0x57faa0dec960ed774674a45d61ecfe738eb32052
symbol() view returns (string)
inDAI->ETH
target() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
timelock() view returns (address)
0x446ce1fcff45f2a9066b7e2b4198db48e79e1bf0
totalSupply() view returns (uint256)
7335602134775432661701
underlying() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
unclaimedProfit(address user) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
calcTotalValue() returns (uint256 underlyingAmount)
changeHarvester(address harvester_)
changePerformanceFee(uint256 fee_)
claim()
claimETH()
claimOnBehalf(address recipient)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
distribute(uint256 amount)
harvest(uint256 amount) returns (uint256 afterFee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pauseDeposits(bool trigger)
renounceOwnership()
setDepositLimit(uint256 limit)
setStrat(address strat_, bool force)
sweep(address _token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
underlyingYield() returns (uint256)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address underlying_, address reward_, address harvester_, string name_, string symbol_)
receive()
This contract contains no error objects.