Skip to content

Python package containing a class that models the methods and attributes for the BEP-20 token standard for tokens on the Binance Smart chain.

License

Notifications You must be signed in to change notification settings

hschickdevs/Python-BEP20-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-BEP20-Token

A Python package that models token methods using the BEP-20 token standard for tokens on the Binance Smart Chain (BSC).

NOTE: This package is in development and currently only offers basic functionality...


Installation:

pip install bep20

Feature List:

  • Methods:
    • name()
    • symbol()
    • decimals()
    • totalSupply()
    • balanceOf()
    • getOwner()
    • transfer()
    • transferFrom()
    • prepare_approve()
      • Returns an uncalled approve() function ready to be signed by the owner.
    • allowance()

About

Python package containing a class that models the methods and attributes for the BEP-20 token standard for tokens on the Binance Smart chain.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages