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
In return when the claim button is clicked, it send the correct HEX (CONTRACT A 1) but the to address stick with CONTRACT A..There is no effect for ->
.send ({
to: "CONTRACT B",
})
My goal is to send HEX (CONTRACT A 1) To CONTRACT B to set as a operator. Appreciated for the help.
The text was updated successfully, but these errors were encountered:
Am getting error on this section and trying hard to fix with no luck..here is the part of code
In return when the claim button is clicked, it send the correct HEX (CONTRACT A 1) but the to address stick with CONTRACT A..There is no effect for ->
.send ({
to: "CONTRACT B",
})
My goal is to send HEX (CONTRACT A 1) To CONTRACT B to set as a operator. Appreciated for the help.
The text was updated successfully, but these errors were encountered: