Hi everyone!
Does a contract can burn any other Token?
Example:
There is a contract and a user send 10 token A to the contract. Contract can burn Token A.
Dec 1, 2020, 8:42 AM
Contracts can call the burn function of the token's contract (if exist).
Note: sending tokens to 0x0 doesn't decrement the totalSupply()
Note: sending tokens to 0x0 doesn't decrement the totalSupply()
Dec 1, 2020, 8:46 AM
Right
Dec 1, 2020, 8:48 AM