Calling transfer function using inteface in ERC20

后端 未结 0 1466
旧巷少年郎
旧巷少年郎 2020-12-02 11:45

I am trying to send ERC20 tokens from a contract to an account . This is the code that I have

IERC20 testToken = IERC20(tokenAddress);
testToken.transfer(acco         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题