StandardTokenAntiBotFactory

Verified contract

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

No balances found for "StandardTokenAntiBotFactory"

0x02ff3d1e754d9eba1ae132172be2df32272c8227be190bdccd17474879cad6a1
0x115f347794946c03621781abbcb5f402c0ca384ad348c01f26f14139aedc695f
0x134e3153a33cfe084a2859a523171f6f2442e3eab70b0962fac870f4a6a84ce5
0xe1cd949c5e59dc67405feb012b49cbdf132abccdfd301364337629dae2921f01
0xd99a65de76167093cbb4c349b6431d98772153beb3293bd056c4c4d8797dffd6
0x52b6f85fd3e1305adec16848b718b2118395f0d6dd98cbbb6bf0b1fe6ba93f3c
0x2c0391355a6e77486d88c0160021ac5ebe214bd5d8290e2dc36d931a27f01628
0x86254834bb7c4b7a24b4c8bfd2e0d8314dc619524d9c7c6fcecf871edf66d54f
0x5e25adb9454ef08caf4f3a3739053b5617cdc03b5f3e19cb1b06535f82dfc09a
0x5edfaed80680694abde215ee7a81a8ddd1e6ccb3e9c07dd52aa5ec6553c56e93

Functions
Getter at block 21176606
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)
0x7bcb4ccf38e421cad3a220ed14d823a599edf2b6
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 symboluint8 decimalsuint256 totalSupplyaddress antibotbool 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