L2Factory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "L2Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2Factory"
ABI
ABI objects
Getter at block 23169969
L2_MESSAGE_RECEIVER_POOL() view returns (string)
L2_MESSAGE_RECEIVER
L2_TOKEN_RECEIVER_POOL() view returns (string)
L2_TOKEN_RECEIVER
getL2Network() pure returns (string)
lzExternalDeps() view returns (address endpoint, address oftEndpoint, uint16 senderChainId)
(endpoint=0x0000000000000000000000000000000000000000, oftEndpoint=0x0000000000000000000000000000000000000000, senderChainId=0)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
uniswapExternalDeps() view returns (address router, address nonfungiblePositionManager)
(router=0x0000000000000000000000000000000000000000, nonfungiblePositionManager=0x0000000000000000000000000000000000000000)
Read-only
countProtocols(address deployer_) view returns (uint256)
getBeacon(string poolType_) view returns (address)
getDeployedPools(address deployer_, uint256 offset_, uint256 limit_) view returns (struct IL2FactoryPoolView[] pools_)
getImplementation(string poolType_) view returns (address)
getMor20(address deployer_, string protocol_) view returns (address)
getProxyPool(address deployer_, string protocol_, string poolType_) view returns (address)
listProtocols(address deployer_, uint256 offset_, uint256 limit_) view returns (string[])
predictAddresses(address deployer_, string protocol_) view returns (address l2MessageReceiver_, address l2TokenReceiver_)
State-modifying
Events L2Factory_init()
deploy(struct IL2FactoryL2Params l2Params_)
pause()
renounceOwnership()
setImplementations(string[] poolTypes_, address[] implementations_)
setLzExternalDeps(struct IL2FactoryLzExternalDeps lzExternalDeps_)
setUniswapExternalDeps(struct IL2FactoryUniswapExternalDeps uniswapExternalDeps_)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProxyDeployed(address proxy, address indexed implementation, string protocol, string poolType)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.