I want to make a smart contract that mint erc1155 tokens on a sigmoid bonding curve and then put those tokens on uniswap, is that possible?
1 Like
I don’t know if Uniswap supports ERC1155, I thought it only supported ERC20.
You could try asking in the Uniswap Discord: (Link in Community on https://uniswap.org/)
Well i thought that erc1155 lets you program them into erc20 tokens but I guess its just acts like a erc 20 but it isn’t one fundamentally.
1 Like
ERC1155 is a multi token standard: https://docs.openzeppelin.com/contracts/3.x/erc1155
Individual tokens aren’t compatible with ERC20.