IcoController
Verified contract
Active on
Ethereum with 788 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2e5d…0fa5
0xa089…3169
0xbe7e…7b78
0x4ccd…3da7
Balances ($0.00)
No balances found for "IcoController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6977494 | 6 years ago | | | 0 | 0.0016495500 | |
| 6977481 | 6 years ago | | | 0 | 0.0016495500 | |
| 6977399 | 6 years ago | | | 0 | 0.0016825410 | |
| 6977382 | 6 years ago | | | 0 | 0.0016825410 | |
| 6977375 | 6 years ago | | | 0 | 0.0016825410 | |
| 6977370 | 6 years ago | | | 0 | 0.0016825410 | |
| 6966029 | 6 years ago | | | 0 | 0.00034066200 | |
| 6966021 | 6 years ago | | | 0 | 0.00032991000 | |
| 6965989 | 6 years ago | | | 0 | 0.00032991000 | |
| 6951361 | 6 years ago | | | 0 | 0.00040154760 |
ABI
ABI objects
Getter at block 21287136
currentIco() view returns (address)
0xbe7e2a3c24b3f2319dd61a6d704c7282f0907b78
finalizeIcoDate() view returns (uint256)
0
finalizePreIcoDate() view returns (uint256)
1545189446
kyc() view returns (address)
0x4ccdd2853d74d07ebd408820cdbe0b8243273da7
lastRound() view returns (bool)
false
maxTokenSupply() view returns (uint256)
300000000000000000000000000
owner() view returns (address)
0x0beab0ffa882bf49a2cc49b2e5aabfeb51f70082
pendingOwner() view returns (address)
0x0beab0ffa882bf49a2cc49b2e5aabfeb51f70082
preICO() view returns (address)
0xa089dc522d525aa040fb93e6a2a530ac1a3e3169
statePhase() view returns (uint8)
3
token() view returns (address)
0x2e5daf98b3e4ecd6419b15de25dfbd184b3b0fa5
walletRemaining() view returns (address)
0xf3ef5b25a1d65f74b39f77655cd02953d1e6bb45
whiteListingAdmin() view returns (address)
0xd68ce8bf133297c3c27cc582a9e5452f64f76e4b
Read-only
This contract contains no read-only function objects.
State-modifying
Events InitIcoController(address _pendingOwner)
changeDates(uint256 _startTime, uint256 _endTime)
changeMinimumAmount(uint256 _minimumAmount)
changeRate(uint256 _rate)
createIco(uint256 _startTime, uint256 _endTime, uint256 _rate, uint256 _goal, uint256 _minimumAmount, address _wallet)
createPreIco(uint256 _startTime, uint256 _endTime, uint256 _rate, uint256 _goal, uint256 _minimumAmount, uint256 _maxTokenForThisRound, address _wallet)
finalizeIco()
mint(uint256 tokens, address beneficiary)
mintAndCreatePreIcoBitex(address _walletRemaining, address _teamWallet)
modifyTransferableHash(address _spender, bool value)
prepare(uint256 _maxTokenSupply, address _walletRemaining, address _whiteListingAdmin)
setContributor(address _address, bool cleared, uint16 contributor_get, uint16 affiliate_get, address ref)
setWhiteListAdmin(address _address)
transferCrowdSale(bool preIco)
transferOwnerShipToPendingOwner()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.