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...
pip install bep20
Methods:
- name()
- symbol()
- decimals()
- totalSupply()
- balanceOf()
- getOwner()
- transfer()
- transferFrom()
- prepare_approve()
- Returns an uncalled approve() function ready to be signed by the owner.
- allowance()