PoolFactory1155
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "PoolFactory1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PoolFactory1155"
ABI
ABI objects
Getter at block 21224595
addressesRegistry() view returns (address)
0x32100a941722b2bf3bd7a3162fac18984809d67b
feeConfig() view returns (uint256 lpBuyFee, uint256 lpSellFee, uint256 minLpFee, uint256 maxLpBuyFee, uint256 maxLpSellFee, uint256 protocolSellRatio, uint256 protocolBuyRatio, uint256 minProtocolRatio, uint256 maxProtocolRatio, uint256 royaltiesBuyFee, uint256 royaltiesSellFee, uint256 maxRoyaltiesFee)
(lpBuyFee=0, lpSellFee=0, minLpFee=0, maxLpBuyFee=0, maxLpSellFee=0, protocolSellRatio=0, protocolBuyRatio=0, minProtocolRatio=0, maxProtocolRatio=0, royaltiesBuyFee=0, royaltiesSellFee=0, maxRoyaltiesFee=0)
getBeaconAddress() view returns (address)
0x0000000000000000000000000000000000000000
getFeeConfig() view returns (struct DataTypesFactoryFeeConfig)
(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
getPoolsCount() view returns (uint256)
0
getPoolsVersion() view returns (uint256)
0
getVersion() view returns (uint256)
0
onlyPoolAdminDeployments() view returns (bool)
false
poolsVersion() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
version() view returns (uint256)
0
Read-only
getPool(uint256 index) view returns (address)
pools(uint256) view returns (address)
State-modifying
Events deployPool(struct DataTypesPoolData poolData, string symbol, string name) returns (address)
initialize(address _poolLogic, struct DataTypesFactoryFeeConfig _feeConfig)
setDeploymentByPoolAdminOnly(bool status)
setFeeConfig(struct DataTypesFactoryFeeConfig newConfig)
upgradePools(address newLogic)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconDeployed(address _beacon)
BeaconUpgraded(address indexed beacon)
DeploymentByPoolAdminOnlySet(address admin, bool newStatus)
FeeConfigSet(address admin, struct DataTypesFactoryFeeConfig feeConfig)
Initialized(uint8 version)
PoolDeployed(address user, address stable, address[] tokens, address proxy, uint256 index, string symbol, string name, uint256 poolTvlLimit)
PoolsUpgraded(address admin, address newImplementation)
Upgraded(address indexed implementation)
constructor(address registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.