LiquidityBuySellFeeTokenFactory

Verified contract

Active on Ethereum with 10 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"

0x31b81d5f3856c4b003df3f3a6f40f69c0e8176ae3a048afc1c46855a6b757957
0xfa48c500e2e6ccaaa8e4e35e82c072cfc60daae333c4818a3a6c95fc846e962d
0x7828e034d7d05f900a45a4a42eb34b6f61165a30263f9e5db39ba0cbadc5f5e0
0x47bc67bcb4376e315a43d87b498e5855c2dd0c8d16ca0f19d2df7c4c3618c799
0x9b0c6cf3065486620de88c6b8f67059f280b72d87eadfa40f84f36b58ca0aa88
0x195dfee833394350b61e3160fc61f8abceb97a3be65dbb7d89c7e73e85753578
0x67b4d1a4c2a9cfb4d4cd0fab112c0e0c4c6c180f5aabb5e8b6a79141fd380333
0x7d175bdcf1a1a1cf35660570e993fe0f865c1341dde1be238bc5a1bafa4129ec
0x5b51c7175f976c4119e6eded7e2dca0f4457181fd83ff8be1d36bae7d6d33a12
0x27c423d0cd57afc07722499ec4d7eb08d87048920f6387bb6a716642ebcccb06

Functions
Getter at block 20898950
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