LiquidityBuySellFeeTokenAntiBotFactory

Verified contract

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

No balances found for "LiquidityBuySellFeeTokenAntiBotFactory"

0x13dee9b9bbc92e158451e4cd12a360305d1991d9ee10287a2797809e019c7830
0x44f0b7f66cf222ef0824f5fa4e92f93aaf58ff9bd2c90e171e6f77954b10cf73
0x4145a64afb056bc26ac9e314bc2fc1c821e48fe57ea876d3a4c1ac2cb71d56a7
0xb347ec90ad63c60b64e93634a272ff70045832c1b6f61d6c9f3d45c949b2bd03
0x61733049de2d08554deb1ad53af5e874293f81e320a677806c911e9eecbc7370
0x967d11fa181e1f1774b27fde5f5484f2bab7744a340aeea6f166e9a0dbbaa0bd
0xedeca804e97961816c12a923de38d47078b9fc5bcd255d6b9da46d8cda5f75ca
0x513e34af753c36d119638c4ac3fcd13f7430444ca61acc0beb6df89c8513b7a0
0x8afd0298a80213f3ca47b96df5099906db57c8f8aa010c8572330619f6aa29dc
0x3b94c7055328f76b93fdca028e0fbd5dd5690a35a1f5e3a51c1a9a3f8ac767bc

Functions
Getter at block 21261152
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)
0x95741e961a68e6d71290595e7145a4b58225407b
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[4] addrsuint16[3] feeSettingsuint16[3] buyFeeSettingsuint16[3] sellFeeSettingsbool enableAntiBotpayable 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