Skip to content

v2.0.2

Compare
Choose a tag to compare
@qywang2012 qywang2012 released this 20 Jun 09:31
· 80 commits to master since this release

Add NRC20 Security Check

Change details

  • Add NRC20 security check
    • Check transfer transferFrom,approve arguments
      • Check the validity of the first parameter as an address
      • Check the validity of the transfer/approve amount. The amount is only a numeric string. No longer supports Numbers, scientific notation, decimals, etc.