LiquidityBuySellFeeTokenAntiBotFactory
Verified contract
Active on
Ethereum with 13 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 "LiquidityBuySellFeeTokenAntiBotFactory"
Transactions
ABI
ABI objects
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
Events create(string name, string symbol, uint256 totalSupply, address[4] addrs, uint16[3] feeSettings, uint16[3] buyFeeSettings, uint16[3] sellFeeSettings, bool enableAntiBot) 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)