how to use ethers to interact with complex contract function? #1309
Unanswered
apiscerena
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you give an example? You want to send ether and an erc20 token in the same transaction? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if contract function is payable and needs to receive ether and erc20 tokens in order to complete the function calling, how to construct the transaction using ethers? I didn't find any ethers docs and examples to construct such kind of raw transaction?
Beta Was this translation helpful? Give feedback.
All reactions