hOUR is the token layer for the Witching Hour ecosystem on Base.
It is the on-chain signal behind the project’s identity, access, future app hooks, and broader economy. The contract is live, verified, and intentionally held in a pre-launch configuration while the app and launch flow are finalized.
- Name:
Witching Hour - Symbol:
hOUR - Network:
Base - Chain ID:
8453 - Contract:
0xFC1c0FFF99845676A588CE21c28C4859F3035866 - BaseScan:
https://basescan.org/address/0xFC1c0FFF99845676A588CE21c28C4859F3035866#code
- Fixed supply:
21,369,777 hOUR - Decimals:
18 - Contract verified on BaseScan
- deployed
- verified
- liquidity not added yet
- trading not enabled yet
- owner still active
The token repo sits alongside:
witching-hour: the main website and public-facing brand surfacewitching-hour-live: the live capture and session control stackwitching-hour-token: the token contract and app integration package
hOUR is intended to support future app experiences, community identity, and on-chain coordination around the wider Witching Hour project.
- the deployed
HourTokencontract - deployment and verification tooling
- a read-only inspection script for live contract state
- app-ready integration constants and ABI exports
Use these files when handing the token to an app team or Replit:
INTEGRATION.mdsrc/integration/hourToken.ts.env.example
These files provide the deployed address, Base chain config, token metadata, and the app-facing ABI without requiring the app to dig through Hardhat internals.
The contract is deliberately not in a final post-launch state:
tradingEnabledis currentlyfalse- the owner can still enable trading
- fee settings remain owner-controlled
- witching-hour settings remain owner-controlled
That is intentional while launch sequencing is still being finalized.
Confirmed on-chain:
- owner:
0x52864a2EabcBa4E8421e541c8E0Ca74c55724732 - liquidity wallet:
0xA327c87770893178144C422511cfaC682c926C6A - reward wallet:
0x8AF9F8d7f71f0625794544DC3aaF36d2c75b60F0 - burn fee:
2 - liquidity fee:
3 - reward fee:
2 - witching start:
0 - witching end:
0
Inspect the live Base deployment:
npm run inspect:base- BaseScan:
https://basescan.org/address/0xFC1c0FFF99845676A588CE21c28C4859F3035866#code - GitHub:
https://github.com/witchinghourartcollective/witching-hour-token