FairLaunchLimitBlockTokenV3

Verified contract

Active on Ethereum with 36 txns
Deployed by via 0xbe312600 at 20676210
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
ERC-20
--
0xabe7e9758f3a4d8da07cd368e0a23f77fab87eeccbdc6756661c24f4f75f48b4
0xd6b947f5dca3d27acf2cf7be2b9256e69d34f792652181a8200a41f62e7d311b
0x24a7367f622e3bd6f9ff6f30620b4782c2c1b4bf36be3930fe16fc79607c3046
From
0x95f0bdeaa8f4d47b15fe2002453583d1bae429df1aa25b26f340c917ff2b3685
0x28cfa3d5bf34cb8204c4407dd49d307dc1adc719a60a668d141554daec9a7bad
0x5912462af3114ec50cbf81353081404c70e9cece5593f15a76e5e9e6d0d76d07
0x0f42f30019600e9951b673b82274b4bd9074bff739ab903c0579ec3fc4aaf02b
From
0x23f667017a59fb94f6ee506010c64f67e5af3fce40e5d7cae51b2d7f1c862f06
0x2bb0edd39ab1ed2bbd5ff321de6cf1511d27f8a9125bef5078e73ea1df5353cd
0x29cbbc514670271e1d857680e6a9a78762ed74b35c37f6cc597d68fc5bbc4b7d

Functions
Getter at block 20892173
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)
ETHEREUM IS GOOD
poolFee(view returns (uint24)
3000
projectOwner(view returns (address)
0x5c694b84418f4222bbe5614ad2a3c555a4db3239
refundFeeRate(view returns (uint256)
200
refundFeeTo(view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
softTopCap(view returns (uint256)
20000000000000000000
started(view returns (bool)
true
symbol(view returns (string)
EBULL
totalDispatch(view returns (uint256)
20000000000000000000000000000
totalEthers(view returns (uint256)
422500000000000000
totalSupply(view returns (uint256)
20000000000000000000000000000
uniswapFactory(view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapPositionManager(view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
untilBlockNumber(view returns (uint256)
20678610
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(