TemplateCrowdsale
Verified contract
Active on
Ethereum with 46 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) |
---|---|---|---|---|---|---|---|
| 6807788 | 6 years ago | | | 0 | 0.00088776000 | |
| 6712424 | 6 years ago | | | 6.99 | 0.00035298500 | |
| 6712417 | 6 years ago | | | 6.99 | 0.00019941000 | |
| 6712410 | 6 years ago | | | 7 | 0.00018000000 | |
| 6676437 | 6 years ago | | | 0.023648814 | 0.000063339000 | |
| 6676418 | 6 years ago | | | 0.023660305 | 0.000063339000 | |
| 6666504 | 6 years ago | | | 0.94 | 0.0014119400 | |
| 6661589 | 6 years ago | | | 0.44 | 0.0011119400 | |
| 6661207 | 6 years ago | | | 0.46 | 0.0015120001 | |
| 6661170 | 6 years ago | | | 0.02 | 0.00010556500 |
ABI
ABI objects
Getter at block 21327252
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
false
START_TIME() view returns (uint256)
1540958439
TARGET_USER() view returns (address)
0xdb0bb4b165bcc6a5b308e10f1388f87c3385d71a
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)
OREToken
TOKEN_SYMBOL() view returns (string)
ORET
cap() view returns (uint256)
30000000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1543672800
endTime() view returns (uint256)
1543672800
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)
1540958439
owner() view returns (address)
0xdb0bb4b165bcc6a5b308e10f1388f87c3385d71a
rate() view returns (uint256)
400000000000000000000
startTime() view returns (uint256)
1540958439
token() view returns (address)
0xd001d15ee6ca006b831e1cc46b39b13bc9fa5ab0
wallet() view returns (address)
0xdb0bb4b165bcc6a5b308e10f1388f87c3385d71a
weiRaised() view returns (uint256)
54753805122565355346
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
finalize()
init()
renounceOwnership()
setEndTime(uint256 _endTime)
setStartTime(uint256 _startTime)
setTimes(uint256 _startTime, 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.