LiquidityBuySellFeeTokenAntiBotFactory

Verified contract

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

0xb347ec90ad63c60b64e93634a272ff70045832c1b6f61d6c9f3d45c949b2bd03
0x61733049de2d08554deb1ad53af5e874293f81e320a677806c911e9eecbc7370
0x967d11fa181e1f1774b27fde5f5484f2bab7744a340aeea6f166e9a0dbbaa0bd
0xedeca804e97961816c12a923de38d47078b9fc5bcd255d6b9da46d8cda5f75ca
0x513e34af753c36d119638c4ac3fcd13f7430444ca61acc0beb6df89c8513b7a0
0x8afd0298a80213f3ca47b96df5099906db57c8f8aa010c8572330619f6aa29dc
0x3b94c7055328f76b93fdca028e0fbd5dd5690a35a1f5e3a51c1a9a3f8ac767bc
0x11fb5d3686d526bec7388b486c054119e7a576bfad706ceef83dcd92b0c309f5
0x42737faada71afeeb76273dcade3de501ecf4c9cb59d01b4eb219410b15b85ab
0x14f2745bfb406e01020c4dbc9be408c86ebf76ae9ea17f367f40c6148795dd44

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