Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x28e6…f1e4
17 additional
variables
Balances ($0.00)
No balances found for "Crowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4727401 | 7 years ago | | | 0 | 0.00056464000 | |
| 4727397 | 7 years ago | | | 0 | 0.00095110400 | |
| 4716142 | 7 years ago | | | 0.02 | 0.0016425000 | |
| 4716129 | 7 years ago | | | 0.05 | 0.0029565000 | |
| 4715914 | 7 years ago | | | 0 | 0.00079272000 | |
| 4715899 | 7 years ago | | | 0 | 0.0013927200 | |
| 4715865 | 7 years ago | | | 0 | 0.0022363600 |
ABI
ABI objects
Getter at block 21168305 returnWebsiteData() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool, uint256, uint8)
campaignDurationDays() view returns (uint256)
42
cliff() view returns (uint256)
3600
commissionAddress() view returns (address)
0x326b5e9b8b2ebf415f9e91b42c7911279d296ea1
crowdsaleClosed() view returns (bool)
false
currentStep() view returns (uint8)
1
determineCommissions() view returns (uint256)
0
determineStatus() view returns (uint256)
3
duration() view returns (uint256)
3600
endBlock() view returns (uint256)
4957834
ethReceivedMain() view returns (uint256)
0
ethReceivedPresale() view returns (uint256)
0
firstBonus() view returns (uint256)
0
firstPeriod() view returns (uint256)
0
maxCap() view returns (uint256)
13833333000000000000000000
maxContribution() view returns (uint256)
100000000000000000000
minCap() view returns (uint256)
1000000000000000000
minContributionMainSale() view returns (uint256)
1000000000000000
minContributionPresale() view returns (uint256)
2000000000000000000
multiplier() view returns (uint256)
1000000000000000000
multisigETH() view returns (address)
0x8071e1f3f5fa20a3983eb8a5d0901e9f0981e977
numberOfBackers() view returns (uint256)
0
owner() view returns (address)
0x8071e1f3f5fa20a3983eb8a5d0901e9f0981e977
paused() view returns (bool)
false
presaleBonus() view returns (uint256)
25
refundCount() view returns (uint256)
0
returnVestingSchedule() view returns (uint256, uint256, uint256)
(3600, 3600, 0)
secondBonus() view returns (uint256)
0
secondPeriod() view returns (uint256)
0
startBlock() view returns (uint256)
4715914
startCountDown() view returns (uint256)
0
status() view returns (uint256)
0
thirdBonus() view returns (uint256)
0
thirdPeriod() view returns (uint256)
0
token() view returns (address)
0x28e6833f620b88e5669e96fe40b6ddb2805cf1e4
tokenPriceWei() view returns (uint256)
125000000000000000000000000000000
tokensForTeam() view returns (uint256)
1000000000000000000000000
tokensSentDev() view returns (uint256)
0
tokensSentMain() view returns (uint256)
0
tokensSentPresale() view returns (uint256)
0
totalRefunded() view returns (uint256)
0
totalTokensSent() view returns (uint256)
0
vestedAmountAvailable() view returns (uint256 amount, uint256 decimals)
(amount=0, decimals=18)
whiteList() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
devIndex(uint256) view returns (address)
holdersIndex(uint256) view returns (address)
tokenHolders(address) view returns (uint256 weiReceived, uint256 tokensToSend, bool refunded, uint256 releasedAmount, bool revoked)
vestedAmount(uint256 _totalBalance) view returns (uint256)
State-modifying
Events advanceStep()
contributePublic() payable
devAllocation(address _dev, uint256 _amount) returns (bool)
drain(uint256 _amount)
finalize()
initilizeVestingAndToken(address _tokenAddress, uint256 _start, uint256 _cliff, uint256 _duration, uint256 _presaleBonus) returns (bool res)
initilizeVestingAndTokenAndWhiteList(address _tokenAddress, uint256 _start, uint256 _cliff, uint256 _duration, uint256 _presaleBonus, address _whiteList) returns (bool res)
pause()
refund() returns (bool)
release()
revoke(address _user)
start()
transferOwnership(address newOwner)
transferTokens(address _recipient, uint256 _amount) returns (bool)
unpause()
ContractUpdated(bool done)
LogDevTokensAllocated(address indexed dev, uint256 amount)
LogFinalized(bool success)
LogNonVestedTokensSent(address indexed user, uint256 amount)
LogReceivedETH(address indexed backer, uint256 amount, uint256 tokenAmount)
LogRefundETH(address indexed backer, uint256 amount)
LogStarted(uint256 startBlockLog, uint256 endBlockLog)
LogStepAdvanced()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(uint256 amount, uint256 tokenDecimals)
Unpause()
constructor(uint256 _decimalPoints, address _multisigETH, uint256 _toekensForTeam, uint256 _minContributionPresale, uint256 _minContributionMainSale, uint256 _maxContribution, uint256 _maxCap, uint256 _minCap, uint256 _tokenPriceWei, uint256 _campaignDurationDays, uint256 _firstPeriod, uint256 _secondPeriod, uint256 _thirdPeriod, uint256 _firstBonus, uint256 _secondBonus, uint256 _thirdBonus)
fallback()
This contract contains no error objects.