CloudbricSale
Verified contract
Active on
Ethereum with 225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CloudbricSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6615143 | 6 years ago | | | 0 | 0.00052221000 | |
| 6610922 | 6 years ago | | | 25.218432 | 0.0057671400 | |
| 6610557 | 6 years ago | | | 2 | 0.0045558790 | |
| 6609930 | 6 years ago | | | 10.985039 | 0.0045558790 | |
| 6609791 | 6 years ago | | | 4.01 | 0.0052727350 | |
| 6609752 | 6 years ago | | | 10 | 0.0048059500 | |
| 6609194 | 6 years ago | | | 4.5741733 | 0.0077783300 | |
| 6608836 | 6 years ago | | | 4.5926356 | 0.0020392170 | |
| 6608592 | 6 years ago | | | 0 | 0.0020123400 | |
| 6604819 | 6 years ago | | | 1 | 0.0014601420 |
ABI
ABI objects
Getter at block 21293010
BASE_CLB_TO_ETH_RATE() view returns (uint256)
10000
BASE_HARD_CAP_PER_ROUND() view returns (uint256)
20000000000000000000000
BASE_MIN_CONTRIBUTION() view returns (uint256)
100000000000000000
UINT256_MAX() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
endTime() view returns (uint256)
1540955594
owner() view returns (address)
0x17fd576d36d73a20aed104c8a3ee642de1f888a4
paused() view returns (bool)
false
round() view returns (uint8)
3
stage() view returns (uint8)
2
startTime() view returns (uint256)
1540205983
token() view returns (address)
0xb1c1cb8c7c1992dba24e628bf7d38e71dad46aeb
totalWeiRaised() view returns (uint256)
5191888260066370000000
Read-only
contPerRound(address, uint8) view returns (uint256)
roundInfos(uint8) view returns (uint256 minContribution, uint256 maxContribution, uint256 hardCap, uint256 rate, uint256 weiRaised)
whitelist(address) view returns (bool)
State-modifying
Events addManyToAllocationList(address[] users, uint256[] amounts)
addManyToWhitelist(address[] users)
addToAllocationList(address user, uint256 amount)
addToWhitelist(address user)
allocateTokens(address to, uint256 tokenAmount) returns (bool)
allocateTokensToMany(address[] toList, uint256[] tokenAmountList) returns (bool)
buy() payable returns (bool)
endSale()
pause()
removeFromAllocationList(address user)
removeFromWhitelist(address user)
removeManyFromAllocationList(address[] users)
removeManyFromWhitelist(address[] users)
setHardCapForRound(uint8 _round, uint256 _hardCap)
setMaxContributionForRound(uint8 _round, uint256 _maxContribution)
setMinContributionForRound(uint8 _round, uint256 _minContribution)
setRateForRound(uint8 _round, uint256 _rate)
setUpSale(uint8 _round, uint256 _minContribution, uint256 _maxContribution, uint256 _hardCap, uint256 _rate)
startSale(uint256 durationInSeconds)
transferOwnership(address newOwner)
unpause()
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
SaleEnded(uint256 endTime, uint256 totalWeiRaised, uint8 round)
SaleStarted(uint256 startTime, uint256 endTime, uint8 round)
TokenPurchase(address indexed purchaser, uint256 value, uint256 amount)
Unpause()
constructor(address fundAddress, address tokenAddress)
fallback()
This contract contains no error objects.