LiquidityFeeTokenFactory

Verified contract

Active on Base with 2 txns
Deployed by via 0x92564319 at 15094888
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LiquidityFeeTokenFactory"

0x2a6b260a78f1f7bfbf8aa0e137ce6ad62f5771603abfabc1e72dec5494e248de
0xd79e6b19a968fafc124d87e75e2ea54fd62745e0b40733c8b2950bd913a0e0f8

Functions
Getter at block 22781680
FACTORY_MANAGER(view returns (address)
0xb2665bc2539b624f5905faede00802f77be73b2b
MAX_FEE(view returns (uint256)
100000000000000000000000000
feeTo(view returns (address)
0xdeb2fd0a2870df5ebdc1462e1725b0a30fbb49a3
flatFee(view returns (uint256)
300000000000000000
implementation(view returns (address)
0x74bc643c0a17f410b1379684b4b4016868f2172c
implementationVersion(view returns (uint96)
1
owner(view returns (address)
0xacdaef865277c52c470c33994efc5ff907e6e44b
Read-only

This contract contains no read-only function objects.

State-modifying
create(string namestring symboluint256 totalSupplyaddress[3] addrsuint16[3] feeSettingspayable returns (address token)
renounceOwnership(
setFeeTo(address feeReceivingAddress
setFlatFee(uint256 fee
setImplementation(address implementation_
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenCreated(address indexed owneraddress indexed tokenuint8 tokenTypeuint96 tokenVersion
Constructor
constructor(address factoryManager_address implementation_address feeTo_uint256 flatFee_uint256 maxFee_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientFee(uint256 fee
InvalidFactoryManager(address implementation
InvalidFee(uint256 fee
InvalidFeeReceiver(address receiver
InvalidImplementation(address factoryManager
InvalidMaxFee(uint256 maxFee