Review Burn clause in ERC20 contract

Morning All,

I am more of an investor than a developer. I am writing to see if any of you could give our investing community some info on the two token contracts below. We want to see if there is actually a functional burn clause in either of these contracts. Our belief is that the developer tanked our project and ran with the money. But, we aren’t sure. Could you review the two contracts below and let me know if either has a working burn clause and terms of them. Any info would be much appreciated.

Contract 1:

Contract 2:

1 Like

Hi @Broke_Best,

Welcome to the community :wave:

Looking at the ERC20 token used by the contracts, it appears to extend the OpenZeppelin Contracts ERC20 implementation.

The ERC20 doesn’t appear to call the internal _burn function which would reduce an accounts balance by the burned amount, reduce the total supply and emit a Transfer event.

:warning: I am not a security researcher, and only did a check for use of the _burn function. I am a Community Manager.

This doesn’t mean that tokens can’t be transferred beyond use such as to an address where the private key is not expected to be found.

Some possible examples of such addresses could be:
https://etherscan.io/address/0x0000000000000000000000000000000000000001 or https://etherscan.io/address/0x000000000000000000000000000000000000dead

With any project, I recommend doing appropriate research and only invest resources (time and funds) that you can afford to lose.

1 Like

Thank you for helping me.

1 Like