HypervisorFactory
Verified contract
Active on
Ethereum with 25 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) |
---|---|---|---|---|---|---|---|
| 13591122 | 3 years ago | | | 0 | 0.74110092 | |
| 13591048 | 3 years ago | | | 0 | 0.71639553 | |
| 13532219 | 3 years ago | | | 0 | 0.81168794 | |
| 13531859 | 3 years ago | | | 0 | 0.77639716 | |
| 13506898 | 3 years ago | | | 0 | 0.91756028 | |
| 13423808 | 3 years ago | | | 0 | 0.59994904 | |
| 13417501 | 3 years ago | | | 0 | 0.0037670100 | |
| 13417501 | 3 years ago | | | 0 | 0.0037670100 | |
| 13417501 | 3 years ago | | | 0 | 0.45878456 | |
| 13399803 | 3 years ago | | | 0 | 0.45878326 |
ABI
ABI objects
Getter at block 21317462
allHypervisorsLength() view returns (uint256)
23
owner() view returns (address)
0x3e738bef54e64be0c99759e0c77d9c72c5a8666e
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, string name, string symbol) 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.