FairLaunchLimitBlockTokenV3

Verified contract

Active on Ethereum with 33 txns
Deployed by via 0x8a262172 at 20673043
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.04
ERC-20
--
0x2fc7ecd9342277b6036c9c774e35d121bb98c1b45510ac18e08198ed3b289307
0x44da2d82a8c7d678a601be21c7d111ff7cb622090978bce372600e10c47dd9c3
0xed383e40cda146bd166369bfceecc06713c86b00331e148e609e4c176ce44f5b
0x8fa2853e8606a99ac34fd56429d71aad45728c37cf0835108fd7381bdae970c1
0x6dee9b734a9220ad5987bf2d8e6c53a8e334b338dba1c8c1eeaa020ad17d825e
0x33cefe2863f9690289acbd5b4ea357f0e31f4165bbb1de6f6ee0545dd09b650f
0x6bc801f76f96497f7ac0c201f0defa716886746b64a239603fb75ea39685a45d
0x283495a2c82bf60197bb5f3c3080ac1b596d3715fdee712922941410dadb3765
0xb4367f8de11a8199c786e332d98e80c6c5edd2cc803732d32d4fe9d06e2d9f27
0x07f8d0a79e9b513f1f39634de9d4b0622416eb91c745f1428fff8d7698b8c6ad

Functions
Getter at block 20792117
CLAIM_COMMAND(view returns (uint256)
200000000000000
MINIMAL_FUND(view returns (uint256)
100000000000000
MINT_COMMAND(view returns (uint256)
100000000000000
REFUND_COMMAND(view returns (uint256)
200000000000000
START_COMMAND(view returns (uint256)
500000000000000
canStart(view returns (bool)
true
decimals(view returns (uint8)
18
locker(view returns (address)
0x99090d2d220901de904c6e3d003d7ced4b6ec2a4
 
meta(view returns (string)
name(view returns (string)
AEROTYNE INTERNATIONAL
poolFee(view returns (uint24)
3000
projectOwner(view returns (address)
0x99e32a54dc3514c6588ccad6878891b831013bf2
refundFeeRate(view returns (uint256)
200
refundFeeTo(view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
softTopCap(view returns (uint256)
20000000000000000000
started(view returns (bool)
true
symbol(view returns (string)
AEROTYNE
totalDispatch(view returns (uint256)
20000000000000000000000000000
totalEthers(view returns (uint256)
51000000000000000
totalSupply(view returns (uint256)
20000000000000000000000000000
uniswapFactory(view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapPositionManager(view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
untilBlockNumber(view returns (uint256)
20675443
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
claimed(addressview returns (bool)
fundBalanceOf(addressview returns (uint256)
getExtraETH(address _addrview returns (uint256)
mightGet(address accountview returns (uint256)
minted(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Deployed(address indexed addruint256 _type
FundEvent(address indexed touint256 ethAmountuint256 amountOfTokens
LaunchEvent(address indexed touint256 amountuint256 ethAmountuint256 liquidity
RefundEvent(address indexed fromuint256 amountuint256 eth
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _lockeruint24 _poolFeeaddress _projectOwnerstruct FairLaunchLimitBlockStruct params
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ReentrancyGuardReentrantCall(