Implement decimal in erc1155 for erc20

hi i want to implement 5 decimal places to my erc20 tokens generated using erc1155 protocol, is there anyway to do it?

On ERC1155, decimals is part of the off-chain metadata available via uri.

1 Like