Hi folks,
Is there a way for us to call an ABI function for our users to mint an existing 1155 token from manifold?
Or can you share the extension contract address of the claim app? We are curious if the claim app has an ABI function for us to use
Thanks!
ediep
2
Hey there, it sounds like you’re thinking of directing users to mint an 1155 token instantiated with a claim page?
Here’s the latest contract: https://etherscan.io/address/0xdb8d79c775452a3929b86ac5deab3e9d38e1c006#code
You can certainly call the mint
or mintBatch
function directly and other websites like mint.fun and Zora have done the same.