CargoXCrowdsale
Verified contract
Active on
Ethereum with 7,341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb6ee…7143
0xe40c…ecf5
0x0e08…0e0e
7 additional
variables
Balances ($0.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
nCash | ERC-20 | 800 | $0.000154 |
$0.12 | |
CNN | ERC-20 | 88 | -- | -- | |
PAL | ERC-20 | 40 | -- | -- | |
cV | ERC-20 | 3 | -- | -- | |
nCore | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5366544 | 7 years ago | | | 1 | 0.000050239200 | |
| 5077911 | 7 years ago | | | 0.05 | 0.00045672000 | |
| 5006031 | 7 years ago | | | 0 | 0.0015333100 | |
| 5006020 | 7 years ago | | | 0.000014953522 | 0.0013473900 | |
| 5006014 | 7 years ago | | | 0 | 0.00022101000 | |
| 5006008 | 7 years ago | | | 0.2 | 0.00084000000 | |
| 4994221 | 7 years ago | | | 5 | 0.0029297730 | |
| 4989943 | 7 years ago | | | 2.8 | 0.0029297730 | |
| 4970644 | 7 years ago | | | 1 | 0.0027902600 | |
| 4969560 | 7 years ago | | | 0 | 0.00012032800 |
ABI
ABI objects
Getter at block 21295350
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
endsAt() view returns (uint256)
1518703200
finalizeAgent() view returns (address)
0x0e086439b8081012a186660c10a7b61218870e0e
finalized() view returns (bool)
true
getState() view returns (uint8)
6
halted() view returns (bool)
false
investorCount() view returns (uint256)
1003
isCrowdsale() view returns (bool)
true
isCrowdsaleFull() view returns (bool)
true
isFinalizerSane() view returns (bool sane)
true
isMinimumGoalReached() view returns (bool reached)
true
isPricingSane() view returns (bool sane)
true
loadedRefund() view returns (uint256)
0
maximalInvestment() view returns (uint256)
5000000000000000000
maximalInvestmentTimeTreshold() view returns (uint256)
10800
minimumFundingGoal() view returns (uint256)
1500000000000000000000
multisigWallet() view returns (address)
0x35d82234a9f2cfe1dc2fb7665c785e1755cfd559
owner() view returns (address)
0x3a8527653cff3dfd74f7868107c2043227f3e454
ownerTestValue() view returns (uint256)
0
presaleWeiRaised() view returns (uint256)
100000000000000
pricingStrategy() view returns (address)
0xe40c3374a3657f1d81279e6ac5b69f4a8d6cecf5
requireCustomerId() view returns (bool)
false
requireWhitelistedAddress() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1516716000
testState() view returns (uint8)
0
token() view returns (address)
0xb6ee9668771a79be7967ee29a63d4184f8097143
tokensSold() view returns (uint256)
86047606249827698793147876
weiCap() view returns (uint256)
7368420000000000000000
weiRaised() view returns (uint256)
7368420000000000000000
weiRefunded() view returns (uint256)
0
whitelisterAddress() view returns (address)
0x3a8527653cff3dfd74f7868107c2043227f3e454
Read-only
earlyParticipantWhitelist(address) view returns (bool)
investedAmountOf(address) view returns (uint256)
isBreakingCap(uint256 weiAmount, uint256 tokenAmount, uint256 weiRaisedTotal, uint256 tokensSoldTotal) view returns (bool limitBroken)
isWhitelistedAddress(address _address) view returns (bool whitelisted)
tokenAmountOf(address) view returns (uint256)
State-modifying
Events addToWhitelist(address[] _addresses)
buy() payable
buyWithCustomerId(uint128 customerId) payable
buyWithCustomerIdWithChecksum(uint128 customerId, bytes1 checksum) payable
buyWithSignedAddress(uint128 customerId, uint8 v, bytes32 r, bytes32 s) payable
finalize()
halt()
invest(address addr) payable
investWithCustomerId(address addr, uint128 customerId) payable
investWithSignedAddress(address addr, uint128 customerId, uint8 v, bytes32 r, bytes32 s) payable
loadRefund() payable
preallocate(address receiver, uint256 fullTokens, uint256 weiPrice)
refund()
removeFromWhitelist(address[] _addresses)
setEarlyParicipantWhitelist(address addr, bool status)
setEndsAt(uint256 time)
setFinalizeAgent(address addr)
setMaximalInvestment(uint256 _maxInvestment)
setMaximalInvestmentTimeTreshold(uint256 _maximalInvestmentTimeTreshold)
setMinimumFundingGoal(uint256 _minimumFundingGoal)
setMultisig(address addr)
setOwnerTestValue(uint256 val)
setPricingStrategy(address _pricingStrategy)
setRequireCustomerId(bool value)
setRequireSignedAddress(bool value, address _signerAddress)
setRequireWhitelistedAddress(bool value, address _whitelistAddress)
setStartsAt(uint256 time)
setWeiCap(uint256 _weiCap)
transferOwnership(address newOwner)
unhalt()
EndsAtChanged(uint256 newEndsAt)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId)
InvestmentPolicyChanged(bool newRequireCustomerId, bool newRequiredSignedAddress, bool newRequireWhitelistedAddress, address newSignerAddress, address whitelisterAddress)
MaximalInvestmentChanged(uint256 maximalInvestment)
MaximalInvestmentTimeTresholdChanged(uint256 maximalInvestmentTimeTreshold)
MinimumFundingGoalChanged(uint256 newMinimumFundingGoal)
Refund(address investor, uint256 weiAmount)
StartsAtChanged(uint256 newEndsAt)
WeiCapChanged(uint256 newWeiCap)
Whitelisted(address addr, bool status)
constructor(address _token, address _pricingStrategy, address _multisigWallet, uint256 _start, uint256 _end, uint256 _minimumFundingGoal, uint256 _weiCap, uint256 _maxInvestment)
fallback()
This contract contains no error objects.