Listing Coins

After looking at a few coins source codes (Safemoon, bonfire, zep, etc), I notice their code shows them as IERC20 and on the uniswapv2router, though they’re BEP20 tokens on pancakeswap.

Anyone mind telling me the reason for this? Unless the final code isn’t on GitHub.

Hi, I think BSC-Chain is very similar to the Ethereum, they have almost same EVM, so the contracts on the Ethereum can easily run on the BSC-Chain, and for Ethereum, IERC20 has been created for some years, it is more reliable.

1 Like