@animoca/ethereum-contracts-assets
Version:
Base assets contracts
69 lines (68 loc) • 1.4 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC1155InventoryFunctions",
"sourceName": "contracts/token/ERC1155/interfaces/IERC1155InventoryFunctions.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "nftId",
"type": "uint256"
}
],
"name": "collectionOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
}
],
"name": "isFungible",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "nftId",
"type": "uint256"
}
],
"name": "ownerOf",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}