HypervisorFactory
Verified contract
Active on
Ethereum with 2 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 "HypervisorFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12499136 | 3 years ago | | | 0 | 0.0037993800 | |
| 12499131 | 3 years ago | | | 0 | 0.24406274 |
ABI
ABI objects
Getter at block 21215751
allHypervisorsLength() view returns (uint256)
1
owner() view returns (address)
0xbb27baf085cb9c46d9f64b8d1f43d3e5a34d2c1c
uniswapV3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
Read-only
allHypervisors(uint256) view returns (address)
getHypervisor(address, address, uint24) view returns (address)
State-modifying
Events createHypervisor(address tokenA, address tokenB, uint24 fee, int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper) returns (address hypervisor)
renounceOwnership()
transferOwnership(address newOwner)
HypervisorCreated(address token0, address token1, uint24 fee, address hypervisor, uint256 arg4)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _uniswapV3Factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.