IcoCrowdsale
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6863…dc47
Balances ($0.00)
No balances found for "IcoCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5462208 | 7 years ago | | | 0 | 0.00016477200 | |
| 5417144 | 7 years ago | | | 0.17 | 0.0010847400 | |
| 5416867 | 7 years ago | | | 0.07 | 0.000022393000 | |
| 5416807 | 7 years ago | | | 0 | 0.000065021000 | |
| 5416800 | 7 years ago | | | 0 | 0.000065021000 | |
| 5416793 | 7 years ago | | | 0 | 0.000065021000 | |
| 5416778 | 7 years ago | | | 0 | 0.000065021000 | |
| 5416771 | 7 years ago | | | 0 | 0.000080021000 | |
| 5415131 | 7 years ago | | | 0 | 0.00039978500 | |
| 5415129 | 7 years ago | | | 0 | 0.00039978500 |
ABI
ABI objects
Getter at block 21288799
availableAmount() view returns (uint256)
0
currentPrice() view returns (uint256)
1638000000000000
currentTierId() view returns (uint256)
2
endBlock() view returns (uint256)
5417801
isActive() view returns (bool)
false
isFinalized() view returns (bool)
true
isFinished() view returns (bool)
true
listTiers() view returns (uint256[] startBlocks, uint256[] endBlocks, uint256[] prices)
(startBlocks=[5236063, 5298629, 5364174], endBlocks=[5298628, 5364173, 5417801], prices=[1310000000000000, 1458000000000000, 1638000000000000])
minValue() view returns (uint256)
100000000000000000
owner() view returns (address)
0x6c14a683e3e894fbee5f929c5fac402df79694f6
token() view returns (address)
0x6863be0e7cf7ce860a574760e9020d519a8bdc47
wallet() view returns (address)
0xd0078f5c7e33bad8767c602d3aaee6e38481c9a1
Read-only
calculateContribution(uint256 value) view returns (uint256)
getTierId(uint256 blockNumber) view returns (uint256)
isContributionRegistered(bytes32) view returns (bool)
State-modifying
Events burnRemains()
contribute(address contributor) payable returns (uint256)
finalize(uint256 _endBlock, uint256 _availableAmount)
registerContribution(bytes32 id, address contributor, uint256 amount)
scheduleTier(uint256 _startBlock, uint256 _price)
transferOwnership(address newOwner)
ContributionAccepted(address indexed contributor, uint256 value, uint256 amount)
ContributionRegistered(bytes32 indexed id, address indexed contributor, uint256 amount)
Finalized(uint256 endBlock, uint256 availableAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemainsBurned(uint256 burnedAmount)
TierScheduled(uint256 startBlock, uint256 price)
constructor(address _wallet, address _token, uint256 _minValue)
fallback()
This contract contains no error objects.