token
Documentation for eth_defi.token Python module.
ERC-20 token deployment and manipulation.
Deploy ERC-20 tokens to be used within your test suite.
Read also unit test suite for tokens to see how ERC-20 can be manipulated in pytest.
Functions
|
Deploys a new ERC-20 token on local dev, testnet or mainnet. |
|
Read token details from on-chain data. |
Purge the cached token data. |
Classes
ERC-20 token Python presentation. |
Exceptions
Cannot extract token details for an ERC-20 token for some reason. |