TokenSaleAfterSplit
Verified contract
Active on
Ethereum with 95 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 "TokenSaleAfterSplit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5981893 | 6 years ago | | | 0 | 0.000093747000 | |
| 5981617 | 6 years ago | | | 0 | 0.0022698200 | |
| 5980476 | 6 years ago | | | 0 | 0.00075599700 | |
| 5976215 | 6 years ago | | | 0 | 0.015961415 | |
| 5976077 | 6 years ago | | | 0 | 0.015744740 | |
| 5976030 | 6 years ago | | | 0 | 0.016234170 | |
| 5975989 | 6 years ago | | | 0 | 0.016336735 | |
| 5975935 | 6 years ago | | | 0 | 0.015960135 | |
| 5975651 | 6 years ago | | | 0 | 0.00016173500 | |
| 5974862 | 6 years ago | | | 0 | 0.00016173500 |
ABI
ABI objects
Getter at block 21161553
endFundingTime() view returns (uint256)
1530392399
exchangeRate() view returns (uint256)
47583
exchangeRateAt() view returns (uint256)
5975651
owner() view returns (address)
0xb2556a76da6e5b99e82fc156f8faad2778225161
startFundingTime() view returns (uint256)
1521473400
tokenCap() view returns (uint256)
2500000000000000000000000000
tokenContract() view returns (address)
0x2ad180cbaffbc97237f572148fc1b283b68d8861
totalCollected() view returns (uint256)
7088000000000000000
totalTokenCount() view returns (uint256)
311428346000000000000000
transfersAllowed() view returns (bool)
false
vaultAddress() view returns (address)
0xf4702b0918a8a89dfc38459ce42198834818f26b
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeController(address _newController)
changeOwner(address _newOwner)
distributeTokens(address[] _owners, uint256[] _tokens)
onApprove(address _owner, address _spender, uint256 _amount) returns (bool)
onTransfer(address _from, address _to, uint256 _amount) returns (bool)
proxyPayment(address _owner) payable returns (bool)
setExchangeRate(uint256 _exchangeRate)
setTransfersAllowed(bool _allow)
setVault(address _newVaultAddress)
This contract contains no event objects.
constructor(uint256 _startFundingTime, uint256 _endFundingTime, uint256 _tokenCap, address _vaultAddress, address _tokenAddress, bool _transfersAllowed, uint256 _exchangeRate)
fallback()
This contract contains no error objects.