UnipilotPassiveVault
Verified contract
Active on
Ethereum with 12 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 "UnipilotPassiveVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17379861 | a year ago | | | 0 | 0.015894528 | |
| 17379835 | a year ago | | | 0 | 0.019061446 | |
| 17379555 | a year ago | | | 5.8894386 | 0.012050117 | |
| 17379396 | a year ago | | | 11.130975 | 0.014275852 | |
| 17378685 | a year ago | | | 22.489991 | 0.0092935010 | |
| 17378033 | a year ago | | | 0 | 0.011775728 | |
| 17378026 | a year ago | | | 0.00034773 | 0.017689458 | |
| 17377862 | a year ago | | | 0 | 0.011900996 | |
| 17030915 | 2 years ago | | | 0.016786758 | 0.0052157433 | |
| 17030887 | 2 years ago | | | 0 | 0.011213541 |
ABI
ABI objects
Getter at block 21219459
DOMAIN_SEPARATOR() view returns (bytes32)
0x6e3afb0ab8c3c49bdfde8e4a5b3cfb785b40596c7d10b7897e76bb6fed2a82ad
decimals() view returns (uint8)
18
getVaultInfo() view returns (address, address, uint24, address)
(0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 3000, 0x04916039b1f59d9745bf6e0a21f191d1e0a84287)
name() view returns (string)
Unipilot YFI/WETH Passive Vault
symbol() view returns (string)
ULP-YFI/WETH-PV
ticksData() view returns (int24 baseTickLower, int24 baseTickUpper, int24 rangeTickLower, int24 rangeTickUpper)
(baseTickLower=9420, baseTickUpper=15420, rangeTickLower=12480, rangeTickUpper=14280)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired, address recipient) payable returns (uint256 lpShares, uint256 amount0, uint256 amount1)
getPositionDetails() returns (uint256 amount0, uint256 amount1, uint256 fees0, uint256 fees1, uint128 baseLiquidity, uint128 rangeLiquidity)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
readjustLiquidity()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
uniswapV3SwapCallback(int256 amount0, int256 amount1, bytes data)
withdraw(uint256 liquidity, address recipient, bool refundAsETH) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
CompoundFees(uint256 amount0, uint256 amount1)
Deposit(address indexed depositor, address indexed recipient, uint256 amount0, uint256 amount1, uint256 lpShares)
FeesSnapshot(bool isReadjustLiquidity, uint256 fees0, uint256 fees1)
PullLiquidity(uint256 reserves0, uint256 reserves1, uint256 fees0, uint256 fees1)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed recipient, uint256 shares, uint256 amount0, uint256 amount1)
constructor(address _pool, address _unipilotFactory, address _WETH, string _name, string _symbol)
fallback()
receive()
This contract contains no error objects.