WokenExchange
Woken Exchange
  • 👋Welcome to Woken Exchange
  • Preface
    • 💡Birth of the idea
    • ⏮️Project genesis
  • Predefined Trading Hours?
    • 👷For Web3 Builders
    • 👨‍💼For Investors
    • 🏬For IRL companies
    • 🌍To boost the adoption
    • 🏢For Institutionals ?
    • ⚖️To seduce the States ?
  • Woken V1 : our solution
    • 🔬Overview
    • 🔃Swap open/closed
    • 🅿️Pool open/closed
    • ⏳Timekeeper
      • 🕓Settings Trading Hours
      • ⚙️Safety Tools
    • ✅Certified Projects
    • 👥DAO : vote
      • 🗳️Woken Protocol Votes
        • 📓How to submit and vote for the Woken Protocol?
      • ✅Woken Certified Projects : vote market
        • 📓How to submit and vote market?
      • ⚙️Snapshot API
  • PROTOCOL & Tokenomic
    • 🪙$WKN Woken DAO Token
    • 📊Tokenomic
    • 💲DAO Rewards
    • 🔁Fees
    • ⛓️Multi-chain
    • 🛣️Roadmap
  • Woken V2 : evolutions
    • 🚀Woken V2
  • Tools
    • 🤖Woken Timekeeper Events BOT
    • 🛡️Sample ERC20 protected by Timekeeper
  • Team
    • 👨‍💻Core Team and Contributors
  • Security
    • 🔐Audit & Verifications
    • 📔Contracts and wallets
  • FAQ
    • ❔Frequently Asked Questions
  • Media kit
    • 📸Logo
    • 📩Contact
  • Official Links
    • 🌐Links
  • Legal
    • Legal Disclaimer
Powered by GitBook
On this page
  1. Tools

Woken Timekeeper Events BOT

Real-time notification

PreviousWoken V2NextSample ERC20 protected by Timekeeper

Last updated 1 year ago

We've set up a bot on our Discord server that will alert you in real time when the timekeeper of a pair is changed, on all blockchains where the Woken Exchange is deployed.

Events
WokenFactory.sol
event TimekeeperEnable(address indexed pair);
event TimekeeperChange(address pair);
event ForceOpen(address pair);

Very useful for projects investors not under DAO to be real time notified if a PairAdmin changes the settings of his pair without informing his community.

Access to the Bot chan is exclusive to $WKN holders on our Discord server.

You need 1000 WKN in your wallet (about 5 USD at the current price rate)

The minimum WKN required may be adjusted after a protocol vote, with the goal of keeping the access price affordable according to the WKN rate.

🤖
Woken Timekeeper Events Bot