ArrakisFactoryV1
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ArrakisFactoryV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15876496 | 2 years ago | | | 0 | 0.0093693449 |
ABI
ABI objects
Getter at block 21268030
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
gelatoDeployer() view returns (address)
0x0000000000000000000000000000000000000000
getDeployers() view returns (address[])
[0xD7825391Eb51357869c7e2608654D55ccB7c4136]
getGelatoPools() view returns (address[])
[]
index() view returns (uint256)
1
manager() view returns (address)
0x0000000000000000000000000000000000000000
numDeployers() view returns (uint256)
1
numPools() view returns (uint256 result)
1
poolImplementation() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
1.0.0
Read-only
getPools(address deployer) view returns (address[])
getProxyAdmin(address pool) view returns (address)
getTokenName(address token0, address token1) view returns (string)
isPoolImmutable(address pool) view returns (bool)
numPools(address deployer) view returns (uint256)
State-modifying
Events deployVault(address tokenA, address tokenB, uint24 uniFee, address manager, uint16 managerFee, int24 lowerTick, int24 upperTick) returns (address pool)
initialize(address _implementation, address _manager_)
makePoolsImmutable(address[] pools)
renounceOwnership()
setPoolImplementation(address nextImplementation)
transferOwnership(address newOwner)
upgradePools(address[] pools)
upgradePoolsAndCall(address[] pools, bytes[] datas)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
PoolCreated(address indexed uniPool, address indexed manager, address indexed pool)
UpdatePoolImplementation(address previousImplementation, address newImplementation)
constructor(address _uniswapV3Factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.