FairLaunchLimitBlockV3Factory
Verified contract
Active on
Ethereum with 9 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 "FairLaunchLimitBlockV3Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20864928 | a month ago | | | 0 | 0.13862599 | |
| 20812085 | 2 months ago | | | 0 | 0.19265732 | |
| 20781923 | 2 months ago | | | 0 | 0.092979817 | |
| 20762171 | 2 months ago | | | 0 | 0.11000517 | |
| 20746063 | 2 months ago | | | 0 | 0.014330567 | |
| 20745646 | 2 months ago | | | 0 | 0.018248895 | |
| 20745427 | 2 months ago | | | 0 | 0.017674479 | |
| 20745393 | 2 months ago | | | 0 | 0.000090877503 | |
| 20745323 | 2 months ago | | | 0 | 0.000069437005 |
ABI
ABI objects
Getter at block 21161582
FAIR_LAUNCH_LIMIT_AMOUNT() view returns (uint256)
1
FAIR_LAUNCH_LIMIT_BLOCK() view returns (uint256)
2
feeTo() view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
locker() view returns (address)
0x99090d2d220901de904c6e3d003d7ced4b6ec2a4
owner() view returns (address)
0x9990ba2b26f3b60238d505017ccc14bd28088436
price() view returns (uint256)
0
refundFeeRate() view returns (uint256)
200
refundFeeTo() view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
Read-only
allowlist(address) view returns (bool)
getFairLaunchLimitBlockV3Address(uint256 salt, address _projectOwner, uint24 _poolFee, struct FairLaunchLimitBlockStruct params) view returns (address)
State-modifying
Events deployFairLaunchLimitBlockV3Contract(uint256 salt, address _projectOwner, uint24 _poolFee, struct FairLaunchLimitBlockStruct params) payable
setFeeTo(address _feeTo)
setOwner(address _owner)
setPrice(uint256 _price)
setRefundFeeRate(uint256 _refundFeeRate)
setRefundFeeTo(address _refundFeeTo)
Deployed(address indexed addr, uint256 _type)
FundEvent(address indexed to, uint256 ethAmount, uint256 amountOfTokens)
LaunchEvent(address indexed to, uint256 amount, uint256 ethAmount, uint256 liquidity)
RefundEvent(address indexed from, uint256 amount, uint256 eth)
constructor(address _feeTo, address _locker, address _positionManager, address _factory)
This contract contains no fallback and receive objects.
Create2EmptyBytecode()
Create2FailedDeployment()
Create2InsufficientBalance(uint256 balance, uint256 needed)
ReentrancyGuardReentrantCall()