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

ERC-20 Functionality

PreviousLiquidity Provider StakingNextWise Website

Last updated 3 years ago

Was this helpful?

The WISE contract conforms fully with the ERC-20 token standard, as proposed in . This is essentially a set of functions that a token contract must implement in order to be an ERC-20 token.

This ERC-20 standard compliance means that applications, websites, exchanges, and smart contracts can very easily integrate with or be built on top of the WISE contract.

EIP-20