Crowdsale
Verified contract
Active on
Ethereum with 1,478 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0x5de8…73a1
0x97d8…774a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVOT | ERC-20 | 5.3807M | -- | -- | |
CBTV | ERC-20 | 38 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10794767 | 4 years ago | | | 0.225 | 0.016321220 | |
| 10794739 | 4 years ago | | | 0.225 | 0.019238980 | |
| 9820575 | 5 years ago | | | 0.01 | 0.0045200000 | |
| 9820551 | 5 years ago | | | 0.03 | 0.0045590000 | |
| 9820505 | 5 years ago | | | 0.04 | 0.00063826000 | |
| 9820497 | 5 years ago | | | 0.043018691 | 0.00041031000 | |
| 9597805 | 5 years ago | | | 0.237 | 0.00090400000 | |
| 9107195 | 5 years ago | | | 0.19284712 | 0.00054240000 | |
| 9107177 | 5 years ago | | | 0.39361777 | 0.0011550000 | |
| 9107166 | 5 years ago | | | 0.39361777 | 0.00052500000 |
ABI
ABI objects
Getter at block 21158556
fundsWallet() view returns (address)
0xcf56f7c1964261f4d7f56987b131958111d90bd2
open() view returns (bool)
true
oraclize() view returns (address)
0x97d8061df1370cbac097ede6a10ca10714c7774a
owner() view returns (address)
0x5a9574bda1f57a1dc1ad8017ca5d7f6c485ea797
privateSaleMaxContrAmount() view returns (uint256)
10000
privateSaleMinContrAmount() view returns (uint256)
1000
state() view returns (string roundName, uint256 round, uint256 tokens, uint256 rate)
(roundName=1st round, round=3, tokens=376728000000000000000000, rate=55)
token() view returns (address)
0x5de805154a24cb824ea70f9025527f35facd73a1
usdRaised() view returns (uint256)
672499
weiRaised() view returns (uint256)
4261657114187886026806
Read-only
This contract contains no read-only function objects.
State-modifying
Events burnUnsoldTokens()
buyTokens(address _beneficiary) payable
changeFundsWallet(address _newFundsWallet)
changeRound()
endCrowdsale()
renounceOwnership()
startCrowdsale()
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundStarts(uint256 timestamp, string round)
TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(address _tokenColdWallet, address _fundsWallet, address _oraclize)
fallback()
This contract contains no error objects.