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
I'm able to run the code properly on a development environment like Ganache v7. The transaction would mint an ERC721, implementing an ERC20 approve()/transferFrom() workflow.
Anyone figured out how to solve this?
Also removing the interested lines of codes in a separate method cause the failure of the same. [...] ERC20(combToken).approve(address(this), distributedValue * 100); ERC20(combToken).transferFrom(address(this), liquidityPool, distributedValue * 100); [...]
Some internal transactions are showing "Error :(Awaiting internal transactions for reason)". An example is:
https://cronos.crypto.org/explorer/tx/0xfdbd99e7825fd7ba946e7d42f11a823897c3d3bd94c54cf3afff7740b9fb2c2a/internal-transactions
Need to figure out the reason why this is happening.
The text was updated successfully, but these errors were encountered: