WENBlocks
  • Getting Started
    • Overview
      • Technical Architecture
    • Key Features
  • Staking
    • Overview
    • Creating a Stake
    • Withdrawing the Stake
    • Claiming Rewards
  • Liquidity Program
    • How It Works
  • WNT
    • WNT — The Engine of the WEN Ecosystem
  • Airdrops
    • Airdrop Schedule
    • Server Management
    • Penalty Structure
    • How It Works
    • Example
  • Smart Contracts
  • Security
    • Overview
    • Internal Audits
    • External Audits
    • AI Audits
      • Grok
  • CODE
    • WENBlocksManager.sol
    • wnmContract.sol
    • wblkToken.sol
    • wuniContract.sol
    • wntToken.sol
    • syncnode.py
    • airdropGenerator.js
    • dayTrigger.js
  • Conclusion
    • Conclusion
  • Socials
    • Links
Powered by GitBook
On this page

CODE

Here are the raw contract files and automation scripts that power the WENBlocks ecosystem.

Contract addresses in the code may seem incorrect, but they are correct on Testnet.

The WENBlocks ecosystem is built on the principles of transparency and community trust. In alignment with these values, we are making all of our smart contracts and supporting infrastructure code publicly available for review, audit, and verification. This open-source approach allows the community to:

  • Independently verify the security and functionality of the protocol

  • Understand exactly how rewards, penalties, and distributions are calculated

  • Contribute to the ongoing development and improvement of the ecosystem

  • Build additional tools and integrations on top of our foundation

By sharing our complete codebase, we demonstrate our commitment to decentralization and community ownership. Every line of code that manages your tokens, calculates your rewards, or processes airdrops is available for inspection. This transparency is fundamental to building trust in a decentralized ecosystem where code is law.

PreviousGrokNextWENBlocksManager.sol

Last updated 1 month ago