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": "callCreateAndDepositEphemeral", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "ephemeralOwner", "type": "address", "internalType": "address" }, { "name": "items", "type": "tuple[]", "internalType": "struct CreateInventoryItemParams[]", "components": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callCreateAndDepositInventory", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "items", "type": "tuple[]", "internalType": "struct CreateInventoryItemParams[]", "components": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callCreateAssembly", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "assemblyType", "type": "string", "internalType": "string" }, { "name": "entityRecordParams", "type": "tuple", "internalType": "struct EntityRecordParams", "components": [ { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callCreateCharacter", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "owner", "type": "address", "internalType": "address" }, { "name": "tribeId", "type": "uint256", "internalType": "uint256" }, { "name": "entityRecordParams", "type": "tuple", "internalType": "struct EntityRecordParams", "components": [ { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" } ] }, { "name": "entityRecordMetadata", "type": "tuple", "internalType": "struct EntityMetadataParams", "components": [ { "name": "name", "type": "string", "internalType": "string" }, { "name": "dappURL", "type": "string", "internalType": "string" }, { "name": "description", "type": "string", "internalType": "string" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callCreateMetadata", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "params", "type": "tuple", "internalType": "struct EntityMetadataParams", "components": [ { "name": "name", "type": "string", "internalType": "string" }, { "name": "dappURL", "type": "string", "internalType": "string" }, { "name": "description", "type": "string", "internalType": "string" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callCreateRecord", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "params", "type": "tuple", "internalType": "struct EntityRecordParams", "components": [ { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callSetDappURL", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "dappURL", "type": "string", "internalType": "string" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callSetDescription", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "description", "type": "string", "internalType": "string" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callSetName", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "name", "type": "string", "internalType": "string" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "type": "error", "name": "EntityRecordSystemLib_CallingFromRootSystem", "inputs": [] }, { "type": "error", "name": "EphemeralInventorySystemLib_CallingFromRootSystem", "inputs": [] }, { "type": "error", "name": "InventorySystemLib_CallingFromRootSystem", "inputs": [] }, { "type": "error", "name": "SmartAssemblySystemLib_CallingFromRootSystem", "inputs": [] }, { "type": "error", "name": "SmartCharacterSystemLib_CallingFromRootSystem", "inputs": [] } ]; export default abi;