Skip to content

Commit

Permalink
Add links to token tax blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jul 18, 2023
1 parent 91c8d5e commit c20f829
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eth_defi/uniswap_v2/token_tax.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Querying the buy tax, transfer tax & sell tax of an ERC20 token
Read also unit test suite tests/test_token_tax.py to see the retrieval of token taxes for ELEPHANT token on BSC
- `See blog post about token tax and honey pots for more information <https://tradingstrategy.ai/blog/transfer-fees-token-taxes-and-honeypots>`__
- Read also unit test suite tests/test_token_tax.py to see the retrieval of token taxes for ELEPHANT token on BSC
"""
import logging
Expand Down Expand Up @@ -98,6 +100,8 @@ def estimate_token_taxes(
) -> TokenTaxInfo:
"""Estimates different token taxes for a token by running Ganache simulations for it.
`See blog post about token tax and honey pots for more information <https://tradingstrategy.ai/blog/transfer-fees-token-taxes-and-honeypots>`__.
:param uniswap:
Uniswap deployment on a Ganache mainnet fork.
Set up prior calling this function.
Expand Down

0 comments on commit c20f829

Please sign in to comment.