TemplateCrowdsale
Verified contract
Active on
Ethereum with 132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd6c4…5cba
Balances ($0.00)
No balances found for "TemplateCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6692584 | 6 years ago | | | 0.12336872 | 0.00043288000 | |
| 6667842 | 6 years ago | | | 0.12 | 0.00043288000 | |
| 6653634 | 6 years ago | | | 0.1 | 0.00032466000 | |
| 6653401 | 6 years ago | | | 0.5 | 0.00032466000 | |
| 6653213 | 6 years ago | | | 0.1 | 0.00032466000 | |
| 6653059 | 6 years ago | | | 0.001 | 0.00031669500 | |
| 6582448 | 6 years ago | | | 0.1 | 0.00043288000 | |
| 6582242 | 6 years ago | | | 0.13 | 0.00088740400 | |
| 6582232 | 6 years ago | | | 0.12 | 0.00088740400 | |
| 6582221 | 6 years ago | | | 0.12 | 0.00086100000 |
ABI
ABI objects
Getter at block 21301298
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
true
START_TIME() view returns (uint256)
1540476000
TARGET_USER() view returns (address)
0xfb3f321f4bc12640a05a710b11ec86ff55da2699
TOKEN_DECIMALS() view returns (uint256)
8
TOKEN_DECIMALS_UINT8() view returns (uint8)
8
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
100000000
TOKEN_NAME() view returns (string)
GLOBEX
TOKEN_SYMBOL() view returns (string)
GEX
cap() view returns (uint256)
1300000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1540483130
endTime() view returns (uint256)
1540483130
goal() view returns (uint256)
200000000000000000000
goalReached() view returns (bool)
true
hasClosed() view returns (bool)
true
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
initialized() view returns (bool)
true
isFinalized() view returns (bool)
true
openingTime() view returns (uint256)
1540476000
owner() view returns (address)
0xfb3f321f4bc12640a05a710b11ec86ff55da2699
rate() view returns (uint256)
1000000000000000
startTime() view returns (uint256)
1540476000
token() view returns (address)
0x66142b81db17d7c0bd91f502d00382e326a24c2a
vault() view returns (address)
0xd6c48f48d76f96aa7cf06559f25c568a727a5cba
wallet() view returns (address)
0x2e2f33b0d829c844916b486ee1185b1186bc2f83
weiRaised() view returns (uint256)
1299959718923064572319
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
claimRefund()
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.