v2.0.2
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.
- Check