UnipilotActiveFactory
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1f98…f984
Balances ($0.00)
No balances found for "UnipilotActiveFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14519318 | 3 years ago | | | 0 | 0.0016105317 | |
| 14501483 | 3 years ago | | | 0 | 0.0034730981 | |
| 14496388 | 3 years ago | | | 0 | 0.16945024 | |
| 14496205 | 3 years ago | | | 0 | 0.17033476 | |
| 14496200 | 3 years ago | | | 0 | 0.16735769 | |
| 14496200 | 3 years ago | | | 0 | 0.16735769 | |
| 14495964 | 3 years ago | | | 0 | 0.20790675 |
ABI
ABI objects
Getter at block 21264004
getUnipilotDetails() view returns (address, address, address, uint8, uint8)
(0xafa13aa8f1b1d89454369c28b0ce1811961a7907, 0xb7f7c5cea2b8b6138ea3f669b2094b27de2ec8d4, 0xafa13aa8f1b1d89454369c28b0ce1811961a7907, 10, 0)
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 _indexFundPercentage)
toggleWhitelistAccount(address _address)
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 percentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.