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
@tokenAmount(tokenAddr, amount, [showSymbol=true], [precision=2]) does not work for ERC-1155 tokens, because ERC-1155 does not have the concept of token address (instead, a token is a pair of a contract address and uint256 token).
What to do instead for now to show to the user the transferred token amount?
The text was updated successfully, but these errors were encountered:
@tokenAmount(tokenAddr, amount, [showSymbol=true], [precision=2])
does not work for ERC-1155 tokens, because ERC-1155 does not have the concept of token address (instead, a token is a pair of a contract address anduint256
token).What to do instead for now to show to the user the transferred token amount?
The text was updated successfully, but these errors were encountered: