LiquidityFeeTokenFactory
Verified contract
Active on
Base with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiquidityFeeTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15833887 | 5 months ago | | | 0.3 | 0.0000092277374 | |
| 15621606 | 5 months ago | | | 0 | 0.000000085981792400 |
ABI
ABI objects
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
Events create(string name, string symbol, uint256 totalSupply, address[3] addrs, uint16[3] feeSettings) payable returns (address token)
renounceOwnership()
setFeeTo(address feeReceivingAddress)
setFlatFee(uint256 fee)
setImplementation(address implementation_)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint96 tokenVersion)
constructor(address factoryManager_, address implementation_, address feeTo_, uint256 flatFee_, uint256 maxFee_)
This contract contains no fallback and receive objects.
InsufficientFee(uint256 fee)
InvalidFactoryManager(address implementation)
InvalidFee(uint256 fee)
InvalidFeeReceiver(address receiver)
InvalidImplementation(address factoryManager)
InvalidMaxFee(uint256 maxFee)