LiquidityBuySellFeeTokenFactory

Verified contract

Active on Ethereum with 17 txns
Deployed by via 0x7b38c49d at 20017292
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LiquidityBuySellFeeTokenFactory"

0xd02166da7bff5b238be5f2d42a73909754a1f1b4f0f624f018562ba8591839d3
0xfc8273bf4e5303c1cc08b2d957aeca7c668f0a1d542f4be37c674c3667a8ecd0
0x33343babea5506b44f09a9e00932d896ab600aee3cabf4c2587b32dabeeb3f58
0x83762702fadc256327bc9f74eadd17fd6b66923cfc92b8f190be25f6455be3d3
0x1f0874d27742bd95082b6c76e4a9453505ecdae501173b9f77849d8ba097d828
0xa76e9bb60d4abe79b5ab9d9bc88d58745d8921c5c1b7dae899aef604a6f4a847
0x2ced393ea2d2876fe04a0d570a26fa11eb9e491a55486afd597c860fd883b22e
0x31b81d5f3856c4b003df3f3a6f40f69c0e8176ae3a048afc1c46855a6b757957
0xfa48c500e2e6ccaaa8e4e35e82c072cfc60daae333c4818a3a6c95fc846e962d
0x7828e034d7d05f900a45a4a42eb34b6f61165a30263f9e5db39ba0cbadc5f5e0

Functions
Getter at block 21298463
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)
0x263d129904d7074d04f7968c03734a799a86fded
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] feeSettingsuint16[3] buyFeeSettingsuint16[3] sellFeeSettingspayable 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