@animoca/ethereum-contracts-assets
Version:
Base assets contracts
31 lines (30 loc) • 636 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC1155MetadataURI",
"sourceName": "contracts/token/ERC1155/interfaces/IERC1155MetadataURI.sol",
"abi": [
{
"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": {}
}