SolarDaoTokenCrowdsale
Verified contract
Active on
Ethereum with 525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x646c…f476
Balances ($0.00)
No balances found for "SolarDaoTokenCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4103803 | 7 years ago | | | 0 | 0.000027363000 | |
| 4103152 | 7 years ago | | | 0 | 0.000028038000 | |
| 4087132 | 7 years ago | | | 0.49409696 | 0.0052500000 | |
| 4086050 | 7 years ago | | | 0 | 0.00075633600 | |
| 4086027 | 7 years ago | | | 0 | 0.00075621000 | |
| 4086000 | 7 years ago | | | 0 | 0.015154398 | |
| 4085997 | 7 years ago | | | 0 | 0.0063000000 | |
| 4085986 | 7 years ago | | | 0 | 0.00057462300 | |
| 4085983 | 7 years ago | | | 0 | 0.0063000000 | |
| 4085979 | 7 years ago | | | 0 | 0.015154398 |
ABI
ABI objects
Getter at block 21292163
ICO_GOAL() pure returns (uint256)
8000000000
MIN_ICO_GOAL() pure returns (uint256)
10000000
PRE_FUNDING_GOAL() pure returns (uint256)
400000000
PRE_ICO_DURATION() pure returns (uint256)
3024000
PRICE() pure returns (uint256)
100
TEAM_BONUS_PERCENT() pure returns (uint256)
25
endsAt() pure returns (uint256)
1512075599
exchangeRate() pure returns (uint256)
19669
exchangeRateAgent() pure returns (address)
0x003a83479413b93cdff43a375d80be269371bc92
exchangeRateTimestamp() pure returns (uint256)
1501254265
finalized() pure returns (bool)
false
getState() pure returns (uint8)
5
halted() pure returns (bool)
true
investorCount() pure returns (uint256)
48
isCrowdsaleFull() pure returns (bool)
false
isMaximumPreFundingGoalReached() pure returns (bool reached)
false
isMinimumGoalReached() pure returns (bool reached)
false
loadedRefund() pure returns (uint256)
0
multisigWallet() pure returns (address)
0x8009b7f7e94baf862d155bb7a3c0e589ea6a1a75
owner() pure returns (address)
0xb6e889fd758eda0a77781a8779cc1e9f32c9aedf
preInvestStart() pure returns (uint256)
1501102801
startsAt() pure returns (uint256)
1508965201
token() pure returns (address)
0x646cec6ee42d258336165cbbd5deb4af14f0f476
tokensSold() pure returns (uint256)
241527700
weiRaised() pure returns (uint256)
60558039040999999936
weiRefunded() pure returns (uint256)
0
Read-only
investedAmountOf(address) pure returns (uint256)
isBreakingCap(uint256 weiAmount, uint256 tokenAmount, uint256 weiRaisedTotal, uint256 tokensSoldTotal) pure returns (bool limitBroken)
milestones(uint256) pure returns (uint256 start, uint256 end, uint256 bonus)
tokenAmountOf(address) pure returns (uint256)
State-modifying
Events Crowdsale(address _token, address _multisigWallet, uint256 _preInvestStart, uint256 _start, uint256 _end)
buy() payable
finalize()
halt()
invest(address receiver) payable
loadRefund() payable
refund()
setEndsAt(uint256 time)
setExchangeRate(uint256 value, uint256 time)
setExchangeRateAgent(address newAgent)
transferOwnership(address newOwner)
unhalt()
EndsAtChanged(uint256 endsAt)
ExchangeRateChanged(uint256 oldValue, uint256 newValue)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount)
Refund(address investor, uint256 weiAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.