LiquidityBuySellFeeTokenFactory
Verified contract
Active on
Ethereum with 17 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 "LiquidityBuySellFeeTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297452 | 3 hours ago | | | 0.3 | 0.020058241 | |
| 21297059 | 5 hours ago | | | 0.3 | 0.028132170 | |
| 21164300 | 19 days ago | | | 0.3 | 0.053591902 | |
| 21035429 | a month ago | | | 0.3 | 0.033496753 | |
| 20972755 | a month ago | | | 0.3 | 0.044946784 | |
| 20971692 | a month ago | | | 0.3 | 0.10968810 | |
| 20899386 | 2 months ago | | | 0.3 | 0.015514177 | |
| 20740177 | 3 months ago | | | 0.3 | 0.0070792701 | |
| 20586725 | 3 months ago | | | 0.3 | 0.0048074950 | |
| 20557550 | 3 months ago | | | 0.3 | 0.0044162275 |
ABI
ABI objects
Getter at block 21298463
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)
0x263d129904d7074d04f7968c03734a799a86fded
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[3] addrs, uint16[3] feeSettings, uint16[3] buyFeeSettings, uint16[3] sellFeeSettings) 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)