WindsCoinCrowdsale1
Verified contract
Active on
Ethereum with 224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19c8…f866
0xd230…8825
Balances ($0.00)
No balances found for "WindsCoinCrowdsale1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10625046 | 4 years ago | | | 0 | 0.0031782600 | |
| 10623394 | 4 years ago | | | 0 | 0.0024719800 | |
| 10621739 | 4 years ago | | | 0 | 0.0024013520 | |
| 10620137 | 4 years ago | | | 0 | 0.0032135740 | |
| 10618476 | 4 years ago | | | 0 | 0.0026133773 | |
| 10616870 | 4 years ago | | | 0 | 0.0025072940 | |
| 10615301 | 4 years ago | | | 0 | 0.0018716420 | |
| 10613653 | 4 years ago | | | 0 | 0.0034254580 | |
| 10612009 | 4 years ago | | | 0 | 0.0032488880 | |
| 10610420 | 4 years ago | | | 0 | 0.0026485501 |
ABI
ABI objects
Getter at block 21299568
BONUS_COEFF() view returns (uint256)
1000
PRICE_COEFF() view returns (uint256)
100
SATOSHI_CAST_UNIT() view returns (uint256)
10000000000
bonusRate() view returns (uint256)
50
btcRate() view returns (uint256)
1168009
cap() view returns (uint256)
400000000000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1596985199
finalized() view returns (bool)
false
getAllOperators() view returns (address[] operators)
[0xD2307D71606B9f3d61CD629670Fa47d3c8508825, 0xB3d1752E3798e83dBB0b8F978d037Ce165568054]
hasClosed() view returns (bool)
true
hasOpened() view returns (bool)
true
isOpen() view returns (bool)
false
isOwner() view returns (bool)
false
openingTime() view returns (uint256)
1592280000
owner() view returns (address)
0xb0b0bdfbb763fc9a1783d87b96dab5598a5b0bb3
paused() view returns (bool)
false
rate() view returns (uint256)
39088
stage() view returns (string)
CrowdsaleStage1
token() view returns (address)
0x19c8ac33cb42c67ce69bcf4e52466a955d46f866
tokenPriceInCents() view returns (uint256)
100
tokenRaised() view returns (uint256)
0
wallet() view returns (address)
0xd2307d71606b9f3d61cd629670fa47d3c8508825
Read-only
estimateTokenAmountInSatoshi(uint256 satoshiAmount) view returns (uint256)
estimateTokenAmountInWei(uint256 weiAmount) view returns (uint256)
isOperator(address _account) view returns (bool)
preValidatePurchase(address _beneficiary, uint256 tokenAmount) view returns (bool)
tokenRaisedOfBeneficiary(address beneficiary) view returns (uint256)
State-modifying
Events addOperator(address _account)
batchAddOperators(address[] _accounts)
batchRemoveOperators(address[] _accounts)
finalize()
pause()
removeOperator(address _account)
renounceOperator()
renounceOwnership()
setBonusRate(uint256 _newBonusRate)
setClosingTime(uint256 _closingTime)
setExchangeRateByCents(uint256 _newRatePerCent, uint256 _newBtcRatePerCent)
setOpeningTime(uint256 _openingTime)
setTokenPriceInCents(uint256 _price)
transferOwnership(address newOwner)
unpause()
updatePurchasingState(address beneficiary, uint256 tokenAmount) returns (bool)
CrowdsaleFinalized()
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TimedCrowdsaleExtended(uint256 prevClosingTime, uint256 newClosingTime)
Unpaused(address account)
constructor(uint256 _rate, uint256 _startBtcRate, address _wallet, address _token, uint256 _cap, uint256 _openingTime, uint256 _closingTime, address _lockFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.