YieldVault
Verified contract
Active on
Ethereum with 177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000003 | $3,659.10 |
$0.01 | |
CTLS | ERC-20 | 50.664592K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17909244 | a year ago | | | 0 | 0.0016045402 | |
| 17698740 | a year ago | | | 0 | 0.0070603241 | |
| 17694173 | a year ago | | | 0 | 0.0013505562 | |
| 17694164 | a year ago | | | 0 | 0.011034794 | |
| 17689750 | a year ago | | | 0 | 0.0099596692 | |
| 17686821 | a year ago | | | 0 | 0.0038389054 | |
| 17679748 | a year ago | | | 0 | 0.012702800 | |
| 17676753 | a year ago | | | 0 | 0.012465364 | |
| 17674204 | a year ago | | | 0 | 0.0064061853 | |
| 17673365 | a year ago | | | 0 | 0.0012151923 |
ABI
ABI objects
Getter at block 21313339
getCurrentTick() view returns (int24 cTick)
153200
keeper() view returns (address)
0x5648c24ea7cfe703836924bf2080cefa44a12ca8
Read-only
balanceOf(uint256 tokenId) view returns (uint128 balance0, uint128 balance1)
balanceOfMany(uint256[] tokenIds) view returns (uint128 balance0Total, uint128 balance1Total, uint256[] returnTokenIds, uint128[] balances0, uint128[] balances1)
balanceOfReferal(address who) view returns (uint128 amount0)
findApprovalToken(address pool) view returns (address token)
findApprovalToken(address token0, address token1) view returns (address token)
findPoolFee(address token0, address token1) view returns (uint24 poolFee)
getDeviation(uint256 amountIn, uint256 startTickDeviation) pure returns (uint256 adjusted)
getPosition(uint256 tokenId) view returns (address token0, address token1, uint128 liquidity)
getStartTickDeviation(int24 currentTick) pure returns (uint256 perc)
getTickDistance(uint256 flag) pure returns (int24 tickDistance)
State-modifying
Events buyback(uint256 flag, uint128 internalWETHAmt, uint128 internalTokenAmt, address to, uint256 id) returns (uint256 t0, uint256 t1)
createLimitOrderPosition(uint128 amount0Or1, uint256 flag, bool isToken0, uint256 min0Or1Out) returns (uint256 newTokenId, uint256 min0, uint256 min1)
createNomralPosition(uint128 amount0, uint128 amount1, uint256 flag, uint256 min0, uint256 min1) returns (uint256 tokenId, uint256 amt0Consumed, uint256 amt1Consumed)
filterReady(uint256[] tokenIds, uint256 minAmount0, uint256 minAmount1) returns (uint256[] readyToComp, uint256[] amt0, uint256[] amt1, uint256 gasSpent, uint256 txCostInETH)
increaseLiq(uint256 tokenId, struct YieldVaultPending pen) returns (uint256 collected0, uint256 collected1)
shiftPosition(uint256 tokenId, uint256 flag, uint256 min0Out, uint256 min1Out) returns (uint256 newTokenId, uint256 min0, uint256 min1)
unite(uint256[] tokenIds) returns (uint256[] reverting, uint256 pFee0, uint256 pFee1)
withdraw_referral_rewards(uint128 amount0)
withdraw_yield(uint256 tokenId, uint128 amount0, uint128 amount1)
withdraw_yield_many(uint256[] tokenIds, uint128[] amt0, uint128[] amt1)
BoughtBack(uint256 indexed flag, uint256 a0, uint256 a1)
Compounded(uint256 indexed tokenId, uint256 c0, uint256 c1)
ShiftedPosition(uint256 indexed tokenIdOld, uint256 indexed tokenIdNew, uint256 flag, uint256 t0, uint256 t1)
limitOrderCreated(address indexed who, uint256 tokenId, uint256 flag, uint256 amount0Or1, bool isWETH)
referralPaid(address indexed from, address indexed to, uint256 amount)
constructor(address _CTLS, address _keeper, address _uniPool, address _dev)
This contract contains no fallback and receive objects.
Auth()
Max0()
Max1()