Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7be6…5cd2
17 additional
variables
Balances ($0.00)
No balances found for "Crowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5231827 | 7 years ago | | | 0 | 0.0012600000 | |
| 5231826 | 7 years ago | | | 0 | 0.00013126000 | |
| 5227741 | 7 years ago | | | 0.02 | 0.0022276800 | |
| 5201606 | 7 years ago | | | 0.03 | 0.0021730000 | |
| 5199157 | 7 years ago | | | 0.0027 | 0.00086100000 | |
| 5198779 | 7 years ago | | | 0.0042 | 0.00090200000 | |
| 5198743 | 7 years ago | | | 0.002903 | 0.00042000000 | |
| 5198713 | 7 years ago | | | 0 | 0.0013126000 | |
| 5198687 | 7 years ago | | | 0 | 0.00045686000 | |
| 5198409 | 7 years ago | | | 0.08009295 | 0.00079500000 |
ABI
ABI objects
Getter at block 21284227 returnWebsiteData() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool, uint256, uint8)
campaignDurationDays() view returns (uint256)
90
cliff() view returns (uint256)
1519952400
commissionAddress() view returns (address)
0x326b5e9b8b2ebf415f9e91b42c7911279d296ea1
crowdsaleClosed() view returns (bool)
false
currentStep() view returns (uint8)
0
determineCommissions() view returns (uint256)
0
determineStatus() view returns (uint256)
3
duration() view returns (uint256)
36000
endBlock() view returns (uint256)
5711604
ethReceivedMain() view returns (uint256)
0
ethReceivedPresale() view returns (uint256)
0
firstBonus() view returns (uint256)
20
firstPeriod() view returns (uint256)
6405
maxCap() view returns (uint256)
10000000
maxContribution() view returns (uint256)
1000000000000000000000
minCap() view returns (uint256)
500000
minContributionMainSale() view returns (uint256)
2000000000000000
minContributionPresale() view returns (uint256)
200000000000000000
multiplier() view returns (uint256)
1000
multisigETH() view returns (address)
0x00efd88f46758069cc2c7b91ce764819f981f702
numberOfBackers() view returns (uint256)
0
owner() view returns (address)
0x00efd88f46758069cc2c7b91ce764819f981f702
paused() view returns (bool)
false
presaleBonus() view returns (uint256)
50
refundCount() view returns (uint256)
0
returnVestingSchedule() view returns (uint256, uint256, uint256)
(36000, 1519952400, 1519952400)
secondBonus() view returns (uint256)
10
secondPeriod() view returns (uint256)
62775
startBlock() view returns (uint256)
5193204
startCountDown() view returns (uint256)
1519952400
status() view returns (uint256)
0
thirdBonus() view returns (uint256)
5
thirdPeriod() view returns (uint256)
115302
token() view returns (address)
0x7be6d3f5547ca6a0b51dc1a265f3c3234f9b5cd2
tokenPriceWei() view returns (uint256)
300000000000000
tokensForTeam() view returns (uint256)
10000000000
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=3)
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.