Presale

Verified contract

Active on Ethereum with 153 txns
Deployed by via 0x8749bad1 at 20158694
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 16 additional slots
ERC-20
Value $192.28
0x7b3a049824edcf486467cf0388e83bcded0aba0945363042a1767e973418bd0e
0x56c016658e09a16c6876854762d14f0f8e9fa0521358d8a7c500941df099b3c6
0x67f5880194fbab095fc04c3683a520112572f1f06d3f8f5d28fc61b9e503f7a8
0x186a5a583a25259f99484b51484a54860b7ac9a8f1838766217078d870e0701b
0x661358a1318efc4f3ae088bcbc86984288e19e3b48746e477e1742328634c15e
0x321f368a0f553b660292bdbce54702c415d9758b4906cbcdc5d9ca5ddd0cbe3b
0x591693eac98efececdf17d5d50c4be547ea0d9ee18538c3afb88b341a8d9a16b
0x0bbde9145d922a4a89036aaddb0265afb1d1a7b54a57c8895272abe37c03b512
0xc507713d61573cea8ba677311d8793a40a5d19c874c90e5a4c55444b1a94d59b
0xa1bb50ad8afc6bf657619907c73436f48601465593d73ca37830954af9a01dd0

Functions
Getter at block 20872523
owner(view returns (address)
0x7ae8c49bff82715bbcfea04ffa7e6b79e70729d4
 
pool(view returns (address tokenaddress uniswapV2Router02address routerAddressuint256 tokenBalanceuint256 tokensClaimableuint256 tokensLiquidityuint256 weiRaisedaddress wethuint8 statestruct PresalePresaleOptions options)
Read-only
contributions(addressview returns (uint256)
userTokens(address contributorview returns (uint256)
State-modifying
cancel(returns (bool)
claim(returns (uint256)
deposit(returns (uint256)
extendEndTime(uint112 end
finalize(returns (bool)
refund(returns (uint256)
renounceOwnership(
transferOwnership(address newOwner
unlockClaim(
Events
Cancel(address indexed creatoruint256 timestamp
Deposit(address indexed creatoruint256 amountuint256 timestamp
Finalized(address indexed creatoruint256 amountuint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Purchase(address indexed beneficiaryuint256 contribution
Refund(address indexed beneficiaryuint256 amountuint256 timestamp
TokenClaim(address indexed beneficiaryuint256 amountuint256 timestamp
Constructor
constructor(address _wethaddress _tokenaddress _uniswapV2Router02struct PresalePresaleOptions _options
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
HardCapExceed(
InvalidCapValue(
InvalidInitializationParameters(
InvalidLimitValue(
InvalidLiquidityValue(
InvalidState(uint8 currentState
InvalidTimestampValue(
LiquificationFailed(
NotClaimable(
NotInPurchasePeriod(
NotRefundable(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PurchaseBelowMinimum(
PurchaseLimitExceed(
SafeERC20FailedOperation(address token
SoftCapNotReached(
Unauthorized(