You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is better to use SafeERC20 from OZ , since arbitrary erc20 tokens are supported, some tokens might not return bool on transfer. The most popular such token is USDT
It is better to use
SafeERC20
from OZ , since arbitrary erc20 tokens are supported, some tokens might not returnbool
ontransfer
. The most popular such token is USDTusdt code here: https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7#code
The text was updated successfully, but these errors were encountered: