UnipilotPassiveFactory
Verified contract
Active on
Ethereum with 47 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 "UnipilotPassiveFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18351248 | a year ago | | | 0 | 0.034513105 | |
| 18351229 | a year ago | | | 0 | 0.034001223 | |
| 18351212 | a year ago | | | 0 | 0.032267812 | |
| 18351161 | a year ago | | | 0 | 0.031853840 | |
| 18351063 | a year ago | | | 0 | 0.036536210 | |
| 18349471 | a year ago | | | 0 | 0.017760984 | |
| 17709482 | a year ago | | | 0 | 0.11922707 | |
| 17304187 | a year ago | | | 0 | 0.10487680 | |
| 16756876 | 2 years ago | | | 0 | 0.097262194 | |
| 16750089 | 2 years ago | | | 0 | 0.14913934 |
ABI
ABI objects
Getter at block 21162464
getUnipilotDetails() view returns (address, address, address, uint8, uint8)
(0xafa13aa8f1b1d89454369c28b0ce1811961a7907, 0xb7f7c5cea2b8b6138ea3f669b2094b27de2ec8d4, 0xafa13aa8f1b1d89454369c28b0ce1811961a7907, 10, 40)
Read-only
isWhitelist(address) view returns (bool)
vaults(address, address, uint24) view returns (address)
State-modifying
Events createVault(address _tokenA, address _tokenB, uint24 _fee, uint160 _sqrtPriceX96, string _name, string _symbol) returns (address _vault)
setGovernance(address _newGovernance)
setUnipilotDetails(address _strategy, address _indexFund, uint8 _swapPercentage, uint8 _indexFundPercentage)
GovernanceChanged(address indexed _oldGovernance, address indexed _newGovernance)
VaultCreated(address indexed _tokenA, address indexed _tokenB, uint24 _fee, address indexed _vault)
constructor(address _uniswapFactory, address _governance, address _uniStrategy, address _indexFund, address _WETH, uint8 _indexFundPercentage, uint8 _swapPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.