TokenSale
Verified contract
Active on
Ethereum with 31,948 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
0xf447…4410
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAT | ERC-20 | 2.49K | -- | -- | |
CPY | ERC-20 | 1.37K | -- | -- | |
CAN | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8402935 | 5 years ago | | | 0 | 0.0010807190 | |
| 8402930 | 5 years ago | | | 0 | 0.00089982700 | |
| 8402928 | 5 years ago | | | 0 | 0.00096940400 | |
| 7249771 | 6 years ago | | | 0.05 | 0.000085588000 | |
| 6279855 | 6 years ago | | | 0 | 0.00097785000 | |
| 5858522 | 6 years ago | | | 0 | 0.00092988000 | |
| 5815905 | 6 years ago | | | 0 | 0.00098047400 | |
| 5652270 | 7 years ago | | | 0.99 | 0.0010698500 | |
| 5428117 | 7 years ago | | | 0.151718 | 0.0012838200 | |
| 5192821 | 7 years ago | | | 0.07 | 0.0012838200 |
ABI
ABI objects
Getter at block 21244784
COMPANY_ALLOCATION() view returns (uint256)
40000000000000000000000000
CONTRIBUTION_MAX() view returns (uint256)
2500000000000000000000
CONTRIBUTION_MIN() view returns (uint256)
100000000000000000
END_TIME() view returns (uint256)
1518220800
EXA() view returns (uint256)
1000000000000000000
PUBLIC_START_TIME() view returns (uint256)
1515542400
currentTime() view returns (uint256 _currentTime)
1732296791
finalized() view returns (bool)
true
fundingWalletAddress() view returns (address)
0x9df172fc167a8a567c208fc14e3435eb8043e2b7
getCurrentTokensPerEther() view returns (uint256 tokensPerEther)
740
getTokensLeft() view returns (uint256 tokensLeft)
0
owner() view returns (address)
0xaab326fd8541f11c861938b2e116d35276c01314
tokenContract() view returns (address)
0xf44745fbd41f6a1ba151df190db0564c5fcc4410
totalTokenSold() view returns (uint256)
13000748674607199593931504
totalWeiRaised() view returns (uint256)
12601118427482874014777
Read-only
calculateTokenAmount(uint256 weiAmount) view returns (uint256 tokens)
contributors(address) view returns (uint256)
earlyBirdInvestments(address) view returns (uint256)
earlyBirds(uint256) view returns (address)
tranches(uint256) view returns (uint256 untilToken, uint256 tokensPerEther)
whitelist(address) view returns (bool)
whitelistOperators(address) view returns (bool)
State-modifying
Events addEarlyBird(address _address, uint256 weiAmount)
addToWhitelist(address _address)
addWhitelistOperator(address _address)
burnUnsoldTokens() returns (bool)
connectToken(address _tokenContract)
finalize() returns (bool)
removeFromWhitelist(address _address)
removeWhitelistOperator(address _address)
transferOwnership(address newOwner)
Finalized()
LogTokensPurchased(address indexed _account, uint256 _cost, uint256 _tokens, uint256 _totalTokenSold)
LogWhitelistUpdated(address indexed _account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnsoldTokensBurnt(uint256 _amount)
constructor(address _fundingWalletAddress)
fallback()
This contract contains no error objects.