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
ERC721 tokens require contracts handling them to expose a onERC721Received() method that returns a magic value bytes4(keccak256("onERC721Received(address,address,uint256,bytes)")) on success.
We should upgrade the Agent to support receiving ERC721s.
The text was updated successfully, but these errors were encountered:
ERC721 tokens require contracts handling them to expose a
onERC721Received()
method that returns a magic valuebytes4(keccak256("onERC721Received(address,address,uint256,bytes)"))
on success.We should upgrade the Agent to support receiving ERC721s.
The text was updated successfully, but these errors were encountered: