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
My DApp wil be using MetaMask and currently MetaMask injects web3 0.20.3 into a web page, so I have to use that.
I interact with an ERC223 token and need to pass a few arguments packed as a single bytes object into it (last argument to ERC223.transfer(to, value, data) function), and i can't find a way to do that using web3 v0.20.
Any ideas?
The text was updated successfully, but these errors were encountered:
My DApp wil be using MetaMask and currently MetaMask injects web3 0.20.3 into a web page, so I have to use that.
I interact with an ERC223 token and need to pass a few arguments packed as a single bytes object into it (last argument to
ERC223.transfer(to, value, data)
function), and i can't find a way to do that using web3 v0.20.Any ideas?
The text was updated successfully, but these errors were encountered: