FairLaunchLimitBlockV3Factory
Verified contract
Active on
Ethereum with 67 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) |
---|---|---|---|---|---|---|---|
| 20745379 | 2 months ago | | | 0 | 0.00011320134 | |
| 20744698 | 2 months ago | | | 0 | 0.024943424 | |
| 20743754 | 2 months ago | | | 0 | 0.077635810 | |
| 20736908 | 2 months ago | | | 0 | 0.034787270 | |
| 20725628 | 2 months ago | | | 0 | 0.016391008 | |
| 20723435 | 2 months ago | | | 0 | 0.024025028 | |
| 20722461 | 2 months ago | | | 0 | 0.030313756 | |
| 20721810 | 2 months ago | | | 0 | 0.027400169 | |
| 20720916 | 2 months ago | | | 0 | 0.053051814 | |
| 20720001 | 2 months ago | | | 0 | 0.065934765 |
ABI
ABI objects
Getter at block 21248924
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)
0x998773cfd8513e5941a7f1caed98c6bc3145fa38
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()