Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf03…1ea5
0x6a53…cd91
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "CrowdSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6240902 | 6 years ago | | | 0 | 0.00015468000 | |
| 6240900 | 6 years ago | | | 0 | 0.00013490000 | |
| 6240884 | 6 years ago | | | 0 | 0.00013464400 | |
| 6240878 | 6 years ago | | | 0 | 0.00013490000 | |
| 6068954 | 6 years ago | | | 0 | 0.000032979600 | |
| 6064041 | 6 years ago | | | 0.24229075 | 0.0017943650 | |
| 6064030 | 6 years ago | | | 0.24229075 | 0.0017943650 | |
| 6064012 | 6 years ago | | | 0.25330396 | 0.0017943650 | |
| 6058977 | 6 years ago | | | 0 | 0.0021630800 | |
| 6058708 | 6 years ago | | | 0 | 0.0021630800 |
ABI
ABI objects
Getter at block 21181064 getActiveTier() view returns (uint256) isActive() view returns (bool) isRefundPossible() view returns (bool) withinPeriod() view returns (bool)
ICO_TIER_FIRST() view returns (uint256)
5
ICO_TIER_LAST() view returns (uint256)
8
MONTH_IN_SEC() view returns (uint256)
2629743
PRE_ICO_TIER_FIRST() view returns (uint256)
0
PRE_ICO_TIER_LAST() view returns (uint256)
4
collectedEthers() view returns (uint256)
0
collectedUSD() view returns (uint256)
0
endTime() view returns (uint256)
1546300740
etherHolder() view returns (address)
0x214bba17605f0f5f1127bbedef7986f5b9334b08
etherPriceInUSD() view returns (uint256)
45100000
getMinEthersInvestment() view returns (uint256)
221729490022172949
hardCap() view returns (uint256)
3578912800000
maxPurchase() view returns (uint256)
0
maxTokenSupply() view returns (uint256)
249472690455956902700799729
minPurchase() view returns (uint256)
10000000
owner() view returns (address)
0x4dd93664e39fbb2a229e6a88eb1da53f4ccc88ac
preICOStats() view returns (uint256 soldTokens, uint256 maxTokenSupply, uint256 collectedUSD, uint256 collectedEthers, bool burned)
(soldTokens=22333771261763153167843416, maxTokenSupply=22333771261763153167843416, collectedUSD=276799519039, collectedEthers=5782542743154690510488, burned=false)
price() view returns (uint256)
24800
priceUpdateAt() view returns (uint256)
1532979111
privateSale() view returns (address)
0x6a5323eb9fc0d19c2289b66a0482bbdf776dcd91
softCap() view returns (uint256)
250000000000
soldTokens() view returns (uint256)
0
startTime() view returns (uint256)
1530432000
token() view returns (address)
0xaf038b0290c35a3210d5cfda9f39ffceea1c1ea5
Read-only
allowedMultivests(address) view returns (bool)
calculateEthersAmount(uint256 _tokens) view returns (uint256 ethers, uint256 usdAmount)
calculateTokensAmount(uint256 _value) view returns (uint256 tokenAmount, uint256 usdAmount)
etherBalances(address) view returns (uint256)
getStats(uint256 _ethPerBtc) view returns (uint256 sold, uint256 maxSupply, uint256 min, uint256 soft, uint256 hard, uint256 tokenPrice, uint256 tokensPerEth, uint256 tokensPerBtc, uint256[27] tiersData)
icoBalances(address) view returns (uint256)
isTransferAllowed(address _from, uint256 _value) view returns (bool status)
tiers(uint256) view returns (uint256 discount, uint256 startTime, uint256 endTime)
State-modifying
Events burnUnsoldTokens()
changeICODates(uint256 _tierId, uint256 _start, uint256 _end)
mint(address _address, uint256 _tokenAmount) returns (uint256)
moveUnsoldTokensToICO()
multivestBuy(address _address, uint256 _value)
multivestBuy(address _address, uint8 _v, bytes32 _r, bytes32 _s) payable
refund() returns (bool)
setAllowedMultivest(address _address)
setEtherHolder(address _etherHolder)
setEtherInUSD(string _price)
setPrivateSale(address _privateSale)
setPurchaseLimits(uint256 _min, uint256 _max)
setTokenContract(address _token)
transferOwnership(address newOwner)
unsetAllowedMultivest(address _address)
updatePreICOMaxTokenSupply(uint256 _amount)
Contribution(address holder, uint256 value, uint256 tokens)
MultivestSet(address multivest)
MultivestUnset(address multivest)
NewPriceTicker(string _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address _holder, uint256 _ethers, uint256 _tokens)
constructor(address _token, address _etherHolder, uint256 _maxPreICOTokenSupply, uint256 _maxICOTokenSupply, uint256 _price, uint256[2] _preIcoDuration, uint256[2] _icoDuration, uint256 _etherPriceInUSD)
This contract contains no fallback and receive objects.
This contract contains no error objects.