0xa1e2e98bf73b0b5dbde243456e114912d740e41e
Unverified contract
Proxy
Active on
Ethereum with 870 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x72fe…b5c3
-
variable spans 1 additional slot
9 additional
variables
Balances ($0.00)
No balances found for "0xa1e2e98bf73b0b5dbde243456e114912d740e41e"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235250 | 9 days ago | | | 0 | 0.0013289280 | |
| 21194481 | 15 days ago | | | 0 | 0.0025644177 | |
| 21194390 | 15 days ago | | | 0 | 0.0044776002 | |
| 21178420 | 17 days ago | | | 0 | 0.0015602480 | |
| 21178319 | 17 days ago | | | 0 | 0.0037661492 | |
| 21178318 | 17 days ago | | | 0 | 0.0049539295 | |
| 21178296 | 17 days ago | | | 0 | 0.0056063131 | |
| 21178284 | 17 days ago | | | 0 | 0.0040546651 | |
| 21178281 | 17 days ago | | | 0 | 0.0045491027 | |
| 21178273 | 17 days ago | | | 0 | 0.0041500715 |
ABI
ABI objects
Getter at block 21302549
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xe2c9064311d36ff8d82d0044a53c6137005bb6fc830e4eb3602cc9205536ba0e
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
communityCloseTime() view returns (uint64)
1731495600
communityOpenTime() view returns (uint64)
1731409200
earlyAccessHours() view returns (uint8)
0
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=Pool, version=1, chainId=1, verifyingContract=0xa1e2e98bf73b0b5dbde243456e114912d740e41e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
fundClaimedAmount() view returns (uint256)
798014493293
galaxyPoolProportion() view returns (uint16)
8000
getClaimableFundAmount() view returns (uint256)
798014493293
ignitionFactory() view returns (address)
0x72fe0ffd2bdac3f16bcb7167ced15a711125b5c3
isFailBeforeTGEDate() view returns (bool)
false
maxPurchaseAmountForEarlyAccess() view returns (uint256)
0
maxPurchaseAmountForKYCUser() view returns (uint256)
30000000000
participationFeeAmount() view returns (uint256)
0
participationFeeClaimedStatus() view returns (bool)
false
paused() view returns (bool)
false
purchaseToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
purchasedAmount() view returns (uint256)
840015256097
redundantIDOTokensWithdrawn() view returns (bool)
true
root() view returns (bytes32)
0xf286035f42807868967f8bd268dbcc09bfd91d00ca8ec8f9128cc33065dd76aa
tokenFeeClaimedStatus() view returns (bool)
true
tokenFeePercentage() view returns (uint16)
500
totalRaiseAmount() view returns (uint256)
2500000000000
vesting() view returns (address)
0x3324dbd58dfaf52529df1c38a4eb614f35dec949
whaleCloseTime() view returns (uint64)
1731409200
whaleOpenTime() view returns (uint64)
1731330000
whiteListProportion() view returns (uint16)
2000
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)
This contract contains no constructor objects.
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()