CATCrowdsale
Verified contract
Active on
Ethereum with 702 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
testCAT | ERC-20 | 1.918899M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4630574 | 7 years ago | | | 0 | 0.000028339000 | |
| 4630320 | 7 years ago | | | 0 | 0.000028339000 | |
| 4630077 | 7 years ago | | | 0 | 0.000028339000 | |
| 4629799 | 7 years ago | | | 0 | 0.000028339000 | |
| 4629547 | 7 years ago | | | 0 | 0.000028339000 | |
| 4629275 | 7 years ago | | | 0 | 0.000028339000 | |
| 4629006 | 7 years ago | | | 0 | 0.000028339000 | |
| 4628745 | 7 years ago | | | 0 | 0.000028339000 | |
| 4628574 | 7 years ago | | | 0 | 0.000094110000 | |
| 4628508 | 7 years ago | | | 0 | 0.000049838000 |
ABI
ABI objects
Getter at block 21168837
BITCLAVE_AMOUNT() view returns (uint256)
1000000000000000000000000000
BONUS_COEFF() view returns (uint256)
1000
CAP() view returns (uint256)
2000000000000000000000000000
DECIMALS() view returns (uint256)
18
TOKEN_USDCENT_PRICE() view returns (uint256)
10
bonusesForAmountsCount() view returns (uint256)
0
bonusesForTimesCount() view returns (uint256)
0
computeTimeBonus() view returns (uint256)
0
endTime() view returns (uint256)
1511741000
hasEnded() view returns (bool)
true
isFinalized() view returns (bool)
true
owner() view returns (address)
0x083fc10ce7e97cafbae0fe332a9c4384c5f54e45
paused() view returns (bool)
false
presaleWallet() view returns (address)
0x3c27875e4370a1c01832b264737613474f69b034
rate() view returns (uint256)
4870
remainingTokensWallet() view returns (address)
0xb50cc4c9be0884cb7dfccf49045775730212019c
startTime() view returns (uint256)
1511445600
token() view returns (address)
0x53b18e1d14ba3595a0b3b793735ba472d12ad64f
tokenPriceInCents() view returns (uint256)
10
tokensCap() view returns (uint256)
2000000000000000000000000000
wallet() view returns (address)
0x7fcb6e2e9b364f9c577553737037d56f063fbe8a
weiRaised() view returns (uint256)
204999403000000150
Read-only
BONUS_AMOUNTS(uint256) view returns (uint32)
BONUS_AMOUNTS_VALUES(uint256) view returns (uint32)
BONUS_TIMES(uint256) view returns (uint32)
BONUS_TIMES_VALUES(uint256) view returns (uint32)
computeAmountBonus(uint256 usdValue) view returns (uint256)
computeBonus(uint256 usdValue) view returns (uint256)
State-modifying
Events buyTokens(address beneficiary) payable
finalize()
mintPresaleTokens(uint256 tokens)
mintTokens(address beneficiary, uint256 tokens)
pause()
pauseTokens()
setBonusesForAmounts(uint32[] amounts, uint32[] values)
setBonusesForTimes(uint32[] times, uint32[] values)
setEndTime(uint256 _endTime)
setRate(uint256 _rate)
setRemainingTokensWallet(address _remainingTokensWallet)
setWallet(address _wallet)
transferOwnership(address newOwner)
transferPresaleTokens(address destination, uint256 amount)
unpause()
unpauseTokens()
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RateChange(uint256 rate)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(uint256 _startTime, uint256 _endTime, uint256 _rate, address _wallet, address _remainingTokensWallet, address _bitClaveWallet)
fallback()
This contract contains no error objects.