StandardTokenAntiBotFactory
Verified contract
Active on
Ethereum with 14 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 "StandardTokenAntiBotFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20940216 | a month ago | | | 0.3 | 0.0055210561 | |
| 20692703 | 2 months ago | | | 0.3 | 0.013087958 | |
| 20516582 | 3 months ago | | | 0.3 | 0.0013133937 | |
| 20505908 | 3 months ago | | | 0.3 | 0.0010303038 | |
| 20430885 | 3 months ago | | | 0.3 | 0.0019516356 | |
| 20374995 | 4 months ago | | | 0.3 | 0.0026032350 | |
| 20274382 | 4 months ago | | | 0.3 | 0.0027416593 | |
| 20266533 | 4 months ago | | | 0.3 | 0.0014522378 | |
| 20266392 | 4 months ago | | | 0.3 | 0.0013736100 | |
| 20265763 | 4 months ago | | | 0.3 | 0.0012088903 |
ABI
ABI objects
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
Events create(string name, string symbol, uint8 decimals, uint256 totalSupply, address antibot, 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)