erc404-legacy icon indicating copy to clipboard operation
erc404-legacy copied to clipboard

Update ERC404.sol - transferFrom returns bool to match erc20 standard

Open encloinc opened this issue 1 year ago • 0 comments

As defined by the ERC20 standard, transferFrom returns "bool" to identify whether the transaction was successful or not.

  • ERC404 not having this makes it uncompatible with a lot of DAPPs.

This PR fixes this.

encloinc avatar Feb 13 '24 15:02 encloinc