Wise Token
  • Wise Token Docs
  • WISE (Ethereum)
    • Introduction
      • Purpose
      • WiseSoft, LLC
      • Motivations and Principles
    • WISE Contract Functionality
      • General Properties
        • Token Supply
      • Liquidity Transformer Epoch
        • Token Reservation
        • Daily LT Supply Schedule
        • Reservation Referrals
        • Referrer Bonuses
      • Circulation Epoch
        • Uniswap Provision
        • Wise Team Reimbursement
        • Minting Tokens
        • Supply Inflation
        • Staking
          • Opening Stakes
          • Shares and Interest
          • Scraping Stake Interest
          • Closing Stakes
          • Stake Referrals
        • Liquidity Provider Staking
      • ERC-20 Functionality
    • Wise Website
      • Referral Links
    • Conclusion
    • Acknowledgements
    • Availability
    • Appendicies
      • Terminology
      • Coding Standards
      • Source Code Audit
    • References
Powered by GitBook
On this page

Was this helpful?

  1. WISE (Ethereum)
  2. WISE Contract Functionality

General Properties

The contract defines the token name as "Wise Token", the token symbol as "WISE", and the number of decimals as 18.

The base unit of WISE is called YODA. One WISE is composed of one quintillion (1 × 1018) YODA.

Time is tracked by the contract in whole day increments, beginning at Day 0, which starts at the midnight UTC preceding the contract deployment. The individual days used for the LT Epoch will be higher day numbers in the code, rather than literally being day numbers 1–50.

The contract has no special functionality granted to the deploying account, no administrative keys, and no concept of a contract owner. All users, including the founders and developers, have precisely equal access to the contract's functionality.

The contract, once deployed, is immutable. No proxy or delegate contracts are involved.

PreviousWISE Contract FunctionalityNextToken Supply

Last updated 3 years ago

Was this helpful?