How can I restrict a tranfer of a ERC20 token to only whitelisted addresses using this scope guard?
Transfer requires a restriction on "recipient" parameter
TransferFrom can't be called by anyone but the spender who has allowance (which is not always possible)
How can I restrict a tranfer of a ERC20 token to only whitelisted addresses using this scope guard?
Transfer requires a restriction on "recipient" parameter
TransferFrom can't be called by anyone but the spender who has allowance (which is not always possible)