REI Network Documents
  • REI Network
    • Welcome to REI Network
    • Why We build REI Network
    • Introduction to $REI
  • Developer
    • Quick Start
    • API Reference
    • Token Addresses
    • System Contracts
      • StakeManager
      • Fee
      • ContractFee
      • Router
      • AbstractToken
      • CommissionShare
      • FeeToken
      • FeePool
      • ValidatorRewardPool
      • FreeFee
      • UnstakePool
      • FreeFeeToken
      • Config
    • Guides
      • Using The Graph
        • Using The Graph on REI Network
        • Running a Graph Node on REI Network
      • Using Gnosis Safe
      • Exchange Integration
  • REI DAO
    • What is REI DAO?
      • Background
      • Management content of REI DAO
      • How the REI DAO is implemented?
      • How REI DAO works?
    • Governance
      • About Governance
      • Governance Process
      • Voting with Snapshot
      • FAQ
    • Guides
      • Dashboard
      • Become a Validator
      • Jail Mechanism
      • Slash Mechanism
      • Voting for a Validator
      • Stake for Free Gas
      • Using BLS
        • Check BLS
      • REI@3.0.X Upgrade Guide
Powered by GitBook
On this page
  • Contents
  • Globals
  • Functions
  • constructor
  • totalSupply
  • balanceOf
  • transfer
  • allowance
  • approve
  • transferFrom
  1. Developer
  2. System Contracts

AbstractToken

Implementation of the {IERC20} interface.

Contents

Globals

Var
Type

name

string

symbol

string

decimals

uint8

config

contract IConfig

Functions

constructor

No description

Declaration:

  function constructor(
  ) public

Modifiers: No modifiers

totalSupply

No description

Declaration:

  function totalSupply(
  ) public returns (uint256)

Modifiers: No modifiers

balanceOf

No description

Declaration:

  function balanceOf(
  ) public returns (uint256)

Modifiers: No modifiers

transfer

No description

Declaration:

  function transfer(
  ) public returns (bool)

Modifiers: No modifiers

allowance

No description

Declaration:

  function allowance(
  ) public returns (uint256)

Modifiers: No modifiers

approve

No description

Declaration:

  function approve(
  ) public returns (bool)

Modifiers: No modifiers

transferFrom

No description

Declaration:

  function transferFrom(
  ) public returns (bool)

Modifiers: No modifiers

PreviousRouterNextCommissionShare

Last updated 3 years ago