Pool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
17
Slot
XX
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
Balances ($0.00)
No balances found for "Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Pool"
ABI
ABI objects
Getter at block 21304206 isFailBeforeTGEDate() view returns (bool)
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 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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
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 _amount) view returns (uint256)
getPurchaseTokenAmountByTokenAmount(uint256 _tokenAmount) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isOwner(address sender) view returns (bool)
poolPurchasedAmount(uint8) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
userPurchasedAmount(address) view returns (uint256 principal, uint256 fee, uint256 withdrawn)
State-modifying
Events __BasePausable__init(address owner)
buyTokenInPool(uint8 _type, bytes32[] _proof, uint256 _purchaseAmount, uint256 _maxPurchaseBaseOnAllocations, uint256 _poolLimit)
cancelPool(bool _permanentDelete)
claimFund(address _beneficiary)
claimParticipationFee(address _beneficiary)
claimTokenFee(address _beneficiary)
fundIDOToken(address _IDOToken, bytes signature)
grantRole(bytes32 role, address account)
initialize(address[2] addrs, uint256[20] uints, address owner)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setClaimableStatus(bool _status)
setRoot(bytes32 _root)
updateTGEDate(uint64 _newTGEDate)
updateTime(uint64 _newWhaleCloseTime, uint64 _newCommunityCloseTime)
withdrawPurchasedAmount(address _beneficiary)
withdrawRedundantIDOToken(address _beneficiary)
BuyToken(address indexed buyer, address indexed pool, uint256 purchaseAmount, uint256 IDOTokenAmount, uint8 poolType)
CancelPool(address indexed pool, bool permanentDeleteStatus)
ClaimFund(address beneficiary, uint256 claimableAmount)
ClaimParticipationFee(address beneficiary, uint256 participationFeeAmount)
ClaimTokenFee(address beneficiary, uint256 tokenFee)
EIP712DomainChanged()
FundIDOToken(address IDOToken, uint256 fundAmount)
Initialized(uint64 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
UpdateRoot(bytes32 root)
UpdateTime(uint64 whaleOpenTime, uint64 whaleCloseTime, uint64 communityOpenTime, uint64 communityCloseTime)
WithdrawPurchasedAmount(address sender, address beneficiary, uint256 principalAmount)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 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 bits, uint256 value)
SafeERC20FailedOperation(address token)
TimeOutToBuyIDOToken()
WhitelistParticipationFeePercentageNotInRange()
ZeroAddressNotValid()
ZeroAmountNotValid()
ZeroConversionRateNotValid()