Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xee44…63dc
0x9f46…f5d3
0x4c3f…68a6
0x0f3e…3869
3 additional
variables
Balances ($1.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRG | ERC-20 | 1 | $1.24 |
$1.24 | |
PASS | ERC-20 | 831.99292K | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6182518 | 6 years ago | | | 0 | 0.00012732960 | |
| 6109696 | 6 years ago | | | 0 | 0.0034951200 | |
| 6109516 | 6 years ago | | | 0.45 | 0.016576275 | |
| 6109502 | 6 years ago | | | 0.45 | 0.0080000000 | |
| 6106778 | 6 years ago | | | 0 | 0.0020808320 | |
| 6106758 | 6 years ago | | | 5.43 | 0.0079956150 | |
| 6106616 | 6 years ago | | | 0 | 0.00049689600 | |
| 6105292 | 6 years ago | | | 0 | 0.0036611340 | |
| 6105288 | 6 years ago | | | 0 | 0.0036611340 | |
| 6105278 | 6 years ago | | | 0 | 0.0041446800 |
ABI
ABI objects
Getter at block 21270521 getState() view returns (bool[2] boolArgs, uint256[18] uint256Args, address[6] addressArgs)
getDistributedTokens() view returns (uint256)
0
getTokensForSaleCap() view returns (uint256)
831992920000
staffContract() view returns (address)
0xa7dd632fcc574ea94c861ae0efe3353afb4c84eb
Read-only
fitsTokensForSaleCap(uint256 _amount) view returns (bool)
getInvestorClaimedTokens(address _investor) view returns (uint256)
getInvestorTokensPurchase(address _investor, uint256 _purchaseId) view returns (uint256 value, uint256 amount, uint256 bonus, address referrer, uint256 referrerSentAmount)
getInvestorTokensPurchasesLength(address _investor) view returns (uint256)
investors(address) view returns (uint8 status, uint256 contributionInWei, uint256 purchasedTokens, uint256 bonusTokens, uint256 referralTokens, uint256 receivedTokens, bool isBlockpass)
isBlockpassInvestor(address _investor) view returns (bool)
State-modifying
Events blockInvestor(address _investor)
bulkWhitelistInvestor(address[] _investors)
burnUnsoldTokens()
buyTokens(bytes32 _promoCode, address _referrer) payable
changeTokenRate(uint256 _tokenRate)
claimTokens()
finalize()
lockBonusTokensClaim(uint256 _date)
lockPurchasedTokensClaim(uint256 _date)
pause()
refundAllInvestorTokensPurchases(address _investor) payable
refundTokensPurchase(address _investor, uint256 _purchaseId) payable
resume()
sendTokens(address _investor, uint256 _amount)
setCrowdsaleStartDate(uint256 _date)
setEndDate(uint256 _date)
setMaxInvestorContributionInWei(uint256 _maxInvestorContributionInWei)
setMinPurchaseInWei(uint256 _minPurchaseInWei)
setTokenContract(address token)
unlockBonusTokensClaim()
unlockPurchasedTokensClaim()
whitelistInvestor(address _investor, bool _isBlockpass)
BonusTokensClaimLocked(uint256 date, uint256 timestamp, address byStaff)
BonusTokensClaimUnlocked(uint256 timestamp, address byStaff)
CrowdsaleStartDateUpdated(uint256 date, uint256 timestamp, address byStaff)
EndDateUpdated(uint256 date, uint256 timestamp, address byStaff)
Finalized(uint256 timestamp, address byStaff)
InvestorBlocked(address indexed investor, uint256 timestamp, address byStaff)
InvestorWhitelisted(address indexed investor, uint256 timestamp, address byStaff)
MaxInvestorContributionChanged(uint256 maxInvestorContributionInWei, uint256 timestamp, address byStaff)
MinPurchaseChanged(uint256 minPurchaseInWei, uint256 timestamp, address byStaff)
Paused(uint256 timestamp, address byStaff)
PurchasedTokensClaimLocked(uint256 date, uint256 timestamp, address byStaff)
PurchasedTokensClaimUnlocked(uint256 timestamp, address byStaff)
Resumed(uint256 timestamp, address byStaff)
TokenRateChanged(uint256 newRate, uint256 timestamp, address byStaff)
TokensBurned(uint256 amount, uint256 timestamp, address byStaff)
TokensClaimed(address indexed investor, uint256 purchased, uint256 bonus, uint256 referral, uint256 received, uint256 timestamp, address byStaff)
TokensPurchaseRefunded(address indexed investor, uint256 indexed purchaseId, uint256 value, uint256 amount, uint256 bonus, uint256 timestamp, address byStaff)
TokensPurchased(address indexed investor, uint256 indexed purchaseId, uint256 value, uint256 purchasedAmount, uint256 promoCodeAmount, uint256 discountPhaseAmount, uint256 discountStructAmount, address indexed referrer, uint256 referrerSentAmount, uint256 timestamp)
TokensSent(address indexed investor, uint256 amount, uint256 timestamp, address byStaff)
constructor(uint256[11] uint256Args, address[5] addressArgs)
This contract contains no fallback and receive objects.
This contract contains no error objects.