Pool

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x16405957 at 21161953
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
9 additional variables

No balances found for "Pool"

No transactions found for "Pool"


Functions
Getter at block 21304206
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x6f8687d8eb992566029fe1994828ae03e50b5434aa73710113819c716a21fb92
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
communityCloseTime(view returns (uint64)
0
communityOpenTime(view returns (uint64)
0
earlyAccessHours(view returns (uint8)
1
earlyAccessProportion(view returns (uint16)
0
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0xefa1341ca31568f123052c80fd7db97efd11b4f7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
fundClaimedAmount(view returns (uint256)
0
galaxyPoolProportion(view returns (uint16)
0
getClaimableFundAmount(view returns (uint256)
0
ignitionFactory(view returns (address)
0x0000000000000000000000000000000000000000
 
isFailBeforeTGEDate(view returns (bool)
maxPurchaseAmountForEarlyAccess(view returns (uint256)
0
maxPurchaseAmountForKYCUser(view returns (uint256)
0
participationFeeAmount(view returns (uint256)
0
participationFeeClaimedStatus(view returns (bool)
false
paused(view returns (bool)
false
purchaseToken(view returns (address)
0x0000000000000000000000000000000000000000
purchasedAmount(view returns (uint256)
0
redundantIDOTokensWithdrawn(view returns (bool)
false
root(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
tokenFeeClaimedStatus(view returns (bool)
false
tokenFeePercentage(view returns (uint16)
0
totalRaiseAmount(view returns (uint256)
0
vesting(view returns (address)
0x0000000000000000000000000000000000000000
whaleCloseTime(view returns (uint64)
0
whaleOpenTime(view returns (uint64)
0
whiteListProportion(view returns (uint16)
0
Read-only
getIDOTokenAmountByOfferedCurrency(uint256 _amountview returns (uint256)
getPurchaseTokenAmountByTokenAmount(uint256 _tokenAmountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isOwner(address senderview returns (bool)
poolPurchasedAmount(uint8view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
userPurchasedAmount(addressview returns (uint256 principaluint256 feeuint256 withdrawn)
State-modifying
__BasePausable__init(address owner
buyTokenInPool(uint8 _typebytes32[] _proofuint256 _purchaseAmountuint256 _maxPurchaseBaseOnAllocationsuint256 _poolLimit
cancelPool(bool _permanentDelete
claimFund(address _beneficiary
claimParticipationFee(address _beneficiary
claimTokenFee(address _beneficiary
fundIDOToken(address _IDOTokenbytes signature
grantRole(bytes32 roleaddress account
initialize(address[2] addrsuint256[20] uintsaddress owner
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setClaimableStatus(bool _status
setRoot(bytes32 _root
updateTGEDate(uint64 _newTGEDate
updateTime(uint64 _newWhaleCloseTimeuint64 _newCommunityCloseTime
withdrawPurchasedAmount(address _beneficiary
withdrawRedundantIDOToken(address _beneficiary
Events
BuyToken(address indexed buyeraddress indexed pooluint256 purchaseAmountuint256 IDOTokenAmountuint8 poolType
CancelPool(address indexed poolbool permanentDeleteStatus
ClaimFund(address beneficiaryuint256 claimableAmount
ClaimParticipationFee(address beneficiaryuint256 participationFeeAmount
ClaimTokenFee(address beneficiaryuint256 tokenFee
EIP712DomainChanged(
FundIDOToken(address IDOTokenuint256 fundAmount
Initialized(uint64 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
UpdateRoot(bytes32 root
UpdateTime(uint64 whaleOpenTimeuint64 whaleCloseTimeuint64 communityOpenTimeuint64 communityCloseTime
WithdrawPurchasedAmount(address senderaddress beneficiaryuint256 principalAmount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AlreadyClaimTotalAmount(
AlreadyPrivateFunded(
CallerNotAdmin(
CallerNotOwner(
CrowdFundingParticipationFeePercentageNotInRange(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
EnforcedPause(
ExceedMaxPurchaseAmountForEarlyAccess(
ExceedMaxPurchaseAmountForKYCUser(
ExceedMaxPurchaseAmountForUser(
ExceedPoolPurchaseAmountForUser(
ExceedTotalRaiseAmount(
ExpectedPause(
GalaxyParticipationFeePercentageNotInRange(
InvalidClaimableAmount(
InvalidInitialization(
InvalidSigner(
InvalidTime(
NotAllowedToAdjustTGEDateExceedsAttempts(
NotAllowedToAdjustTGEDateTooFar(
NotAllowedToAllowInvestorToClaim(
NotAllowedToCancelAfterLockupTime(
NotAllowedToClaimParticipationFee(
NotAllowedToClaimPurchaseToken(
NotAllowedToClaimTokenFee(
NotAllowedToDoAfterEmergencyCancelled(
NotAllowedToDoAfterTGEDate(
NotAllowedToFundBeforeCommunityTime(
NotAllowedToTransferBeforeCommunityClose(
NotAllowedToTransferBeforeLockupTime(
NotAllowedToTransferBeforeTGEDate(
NotAllowedToWithdrawPurchasedAmount(
NotEnoughAllowance(
NotFunded(
NotInWhaleList(
NotInitializing(
PoolIsAlreadyFunded(
RedundantTokensAlreadyWithdrawn(
ReentrancyGuardReentrantCall(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
SafeERC20FailedOperation(address token
TimeOutToBuyIDOToken(
WhitelistParticipationFeePercentageNotInRange(
ZeroAddressNotValid(
ZeroAmountNotValid(
ZeroConversionRateNotValid(