FairLaunchLimitBlockTokenV3

Verified contract

Active on Ethereum with 11 txns
Deployed by via 0xa57ced96 at 20675617
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.02
ERC-20
--
0x5fdee42024c689931f132f13747d97f44a813c350995c23293349a37f592c56a
0x67801aa0aafab5e351a0391682889340718e342e1dd4948230dd35bc228c3950
0x5ed96665b0a907ca1d6962e881292f8606491d4efcc26cda8f866ea28980fdbd
0xfce84777fd4eba27ec27b32301b7ef4457081903c353918ef72373e79eca243a
0x0da5ae5a96075ef01b60147d38584eae4f612f37bf6c8bfbf3afcd8a21647870
0xf1e98afea53affa563c17dfa92c443e450eff041e0ebc9a3e61fa2eb7e1c5175
0xca30729ee98c36a9427fd26d436822efc74bb5dd63af4599cb5f4e6d15ca59ce
0x97279c98b9d42062eb5d541ddd507dd59d2f4a82d48aee684d7b4f199c1a9565
0x37ba8e5df81fa7382e83b7c53ab8bc751f2c484aa0ca478692d5435c63ef1ab9
0x99ead187471c0d854f144151900df1bf5825c0be10bf86e8f310afddf00df951

Functions
Getter at block 20851227
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)
data:application/json;base64,W3sidHJhaXRfdHlwZSI6ImRlc2NyaXB0aW9uIiwidmFsdWUiOiJGaXJzdCUyMGVQVU1QJTIwRE9HIn0seyJ0cmFpdF90eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6Imh0dHBzOi8vYXNzZXRzLnJvY2tldC5tZW1lL2Fzc2V0cy8yMDI0MDkwNDE1Lzg5Mjc1ZjU4LTNkODMtNGE3NC04NDNkLTZkNGYyYTUyNzFiZS5wbmcifV0=
name(view returns (string)
EpumpDOG
poolFee(view returns (uint24)
3000
projectOwner(view returns (address)
0x0df44addf551745fda89b9fcabd5d62a31457564
refundFeeRate(view returns (uint256)
200
refundFeeTo(view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
softTopCap(view returns (uint256)
20000000000000000000
started(view returns (bool)
true
symbol(view returns (string)
eDOG
totalDispatch(view returns (uint256)
20000000000000000000000000000
totalEthers(view returns (uint256)
20000000000000000
totalSupply(view returns (uint256)
20000000000000000000000000000
uniswapFactory(view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapPositionManager(view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
untilBlockNumber(view returns (uint256)
20678017
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(