TemplateCrowdsale
Verified contract
Active on
Ethereum with 23 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 "TemplateCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6573970 | 6 years ago | | | 0.3 | 0.0040057500 | |
| 6557556 | 6 years ago | | | 1 | 0.0040057500 | |
| 6519808 | 6 years ago | | | 0.46 | 0.0040029500 | |
| 6513418 | 6 years ago | | | 4.5 | 0.0032801230 | |
| 6513337 | 6 years ago | | | 0.1 | 0.0026651230 | |
| 6513277 | 6 years ago | | | 0.199139 | 0.00086100000 | |
| 6513128 | 6 years ago | | | 1.9963122 | 0.0032501500 | |
| 6503239 | 6 years ago | | | 0.1 | 0.0032801230 | |
| 6492551 | 6 years ago | | | 4.996 | 0.0032801230 | |
| 6484130 | 6 years ago | | | 0 | 0.000063339000 |
ABI
ABI objects
Getter at block 21077525
CONTINUE_MINTING() view returns (bool)
true
PAUSED() view returns (bool)
true
START_TIME() view returns (uint256)
1538672340
TARGET_USER() view returns (address)
0xbd709e3a19faec6cc24bffa1050a0ea85d709f05
TOKEN_DECIMALS() view returns (uint256)
18
TOKEN_DECIMALS_UINT8() view returns (uint8)
18
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
1000000000000000000
TOKEN_NAME() view returns (string)
KOILOP
TOKEN_SYMBOL() view returns (string)
KLP
cap() view returns (uint256)
42000000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1545584340
endTime() view returns (uint256)
1545584340
hasClosed() view returns (bool)
true
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
initialized() view returns (bool)
true
isFinalized() view returns (bool)
false
openingTime() view returns (uint256)
1538672340
owner() view returns (address)
0xbd709e3a19faec6cc24bffa1050a0ea85d709f05
rate() view returns (uint256)
10000000000000000000000
startTime() view returns (uint256)
1538672340
token() view returns (address)
0xdb2e1d83f24950aa97cff4eb68af24d92b4e584b
wallet() view returns (address)
0xbd709e3a19faec6cc24bffa1050a0ea85d709f05
weiRaised() view returns (uint256)
59349312250000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
finalize()
init()
renounceOwnership()
setEndTime(uint256 _endTime)
transferOwnership(address _newOwner)
Finalized()
Initialized()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TimesChanged(uint256 startTime, uint256 endTime, uint256 oldStartTime, uint256 oldEndTime)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(address _token)
fallback()
This contract contains no error objects.