niftyswap
Version:
AMM exchange for ERC-1155 tokens, inspired by Uniswap
50 lines (49 loc) • 1.02 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC1155Metadata",
"sourceName": "multi-token-standard/contracts/interfaces/IERC1155Metadata.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "_uri",
"type": "string"
},
{
"indexed": true,
"internalType": "uint256",
"name": "_id",
"type": "uint256"
}
],
"name": "URI",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_id",
"type": "uint256"
}
],
"name": "uri",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}