FairLaunchLimitBlockTokenV3

Verified contract

Active on Ethereum with 3,165 txns
Deployed by via 0x7013255d at 20675029
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $8,935.12
ERC-20
--
ERC-20
--
0x8e9d44260feda69c4f6844da01e75a491c9dac6cfc92797f6d6a8503327c6b10
0x537004bfa02e994daf5c273bd4469c65eee2d8ed71a6f25404cae4837d0f7726
0x98172faeae94b6f04f63c19b8d273c3e4a6d28d059ee6803b9fdaaeae6f60b37
0xef152d0ed949b7dd8b2e608d452fb8ada8f7cfa64c7ba896fef807c240dae84d
0xe1f324cf3ed17b8d24df9accf9999546109220bb3d271bd11691a4aca883b87d
0xdb6114d270b555ed2ba5185d126adbf152042989712609583ada69c7618a41cb
0x96ec33e6ccb2e6297c556a413330d6e2215ca299fa91df55188fb259cd1ea829
0x4f5c382290d1aa4fc590441de8ce1895e6c0ee05eb90628e0ef8059b3a1c648c
0xf8746d4344f7495963cdb182a95946fa61298c551935a7b39e29b90093f31172
0xde6fee188c570003eb4016ca427727783fe0a92289f41baf727b7ff5cddeb61e

Functions
Getter at block 21306898
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)
EPUMP FUN
poolFee(view returns (uint24)
3000
projectOwner(view returns (address)
0xabb2ad44d78e0349b02cc514dd9d91a97470acd9
refundFeeRate(view returns (uint256)
200
refundFeeTo(view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
softTopCap(view returns (uint256)
50000000000000000000
started(view returns (bool)
false
symbol(view returns (string)
EPUMP
totalDispatch(view returns (uint256)
20000000000000000000000000000
totalEthers(view returns (uint256)
2413710000000000000
totalSupply(view returns (uint256)
20000000000000000000000000000
uniswapFactory(view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapPositionManager(view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
untilBlockNumber(view returns (uint256)
20677429
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(