declare const abi: [ { "type": "function", "name": "_msgSender", "inputs": [], "outputs": [ { "name": "sender", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "_msgValue", "inputs": [], "outputs": [ { "name": "value", "type": "uint256", "internalType": "uint256" } ], "stateMutability": "pure" }, { "type": "function", "name": "_world", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "assignItemToInventory", "inputs": [ { "name": "inventoryObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "removeItemFromInventory", "inputs": [ { "name": "inventoryObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "type": "event", "name": "Store_DeleteRecord", "inputs": [ { "name": "tableId", "type": "bytes32", "indexed": true, "internalType": "ResourceId" }, { "name": "keyTuple", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" } ], "anonymous": false }, { "type": "event", "name": "Store_SpliceStaticData", "inputs": [ { "name": "tableId", "type": "bytes32", "indexed": true, "internalType": "ResourceId" }, { "name": "keyTuple", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" }, { "name": "start", "type": "uint48", "indexed": false, "internalType": "uint48" }, { "name": "data", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "error", "name": "InventoryOwnership_Ephemeral_InsufficientQuantity", "inputs": [ { "name": "inventoryObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "ephemeralOwner", "type": "address", "internalType": "address" }, { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "providedQuantity", "type": "uint256", "internalType": "uint256" }, { "name": "availableQuantity", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_InsufficientQuantity", "inputs": [ { "name": "inventoryObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "providedQuantity", "type": "uint256", "internalType": "uint256" }, { "name": "availableQuantity", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_InvalidInventory", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "inventoryObjectId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_InvalidOperation", "inputs": [ { "name": "message", "type": "string", "internalType": "string" } ] }, { "type": "error", "name": "InventoryOwnership_InvalidQuantity", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "providedQuantity", "type": "uint256", "internalType": "uint256" }, { "name": "expectedQuantity", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_NonexistentItemRecord", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_NonexistentObject", "inputs": [ { "name": "objectId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_SingletonAlreadyAssigned", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "currentInventoryObjectId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "InventoryOwnership_SingletonDirectlyOwned", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "directOwner", "type": "address", "internalType": "address" } ] }, { "type": "error", "name": "InventoryOwnership_ZeroQuantity", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "SOF_CallTooDeep", "inputs": [ { "name": "callCount", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "SOF_InvalidAccessLogic", "inputs": [] }, { "type": "error", "name": "SOF_InvalidCall", "inputs": [] }, { "type": "error", "name": "SOF_InvalidEntityType", "inputs": [ { "name": "givenEntity", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "SOF_UnscopedSystemCall", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" }, { "name": "systemId", "type": "bytes32", "internalType": "ResourceId" } ] }, { "type": "error", "name": "Slice_OutOfBounds", "inputs": [ { "name": "data", "type": "bytes", "internalType": "bytes" }, { "name": "start", "type": "uint256", "internalType": "uint256" }, { "name": "end", "type": "uint256", "internalType": "uint256" } ] } ]; export default abi;