declare const abi: [ { "type": "function", "name": "IS_TEST", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "excludeArtifacts", "inputs": [], "outputs": [ { "name": "excludedArtifacts_", "type": "string[]", "internalType": "string[]" } ], "stateMutability": "view" }, { "type": "function", "name": "excludeContracts", "inputs": [], "outputs": [ { "name": "excludedContracts_", "type": "address[]", "internalType": "address[]" } ], "stateMutability": "view" }, { "type": "function", "name": "excludeSenders", "inputs": [], "outputs": [ { "name": "excludedSenders_", "type": "address[]", "internalType": "address[]" } ], "stateMutability": "view" }, { "type": "function", "name": "failed", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "setUp", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "targetArtifactSelectors", "inputs": [], "outputs": [ { "name": "targetedArtifactSelectors_", "type": "tuple[]", "internalType": "struct StdInvariant.FuzzSelector[]", "components": [ { "name": "addr", "type": "address", "internalType": "address" }, { "name": "selectors", "type": "bytes4[]", "internalType": "bytes4[]" } ] } ], "stateMutability": "view" }, { "type": "function", "name": "targetArtifacts", "inputs": [], "outputs": [ { "name": "targetedArtifacts_", "type": "string[]", "internalType": "string[]" } ], "stateMutability": "view" }, { "type": "function", "name": "targetContracts", "inputs": [], "outputs": [ { "name": "targetedContracts_", "type": "address[]", "internalType": "address[]" } ], "stateMutability": "view" }, { "type": "function", "name": "targetSelectors", "inputs": [], "outputs": [ { "name": "targetedSelectors_", "type": "tuple[]", "internalType": "struct StdInvariant.FuzzSelector[]", "components": [ { "name": "addr", "type": "address", "internalType": "address" }, { "name": "selectors", "type": "bytes4[]", "internalType": "bytes4[]" } ] } ], "stateMutability": "view" }, { "type": "function", "name": "targetSenders", "inputs": [], "outputs": [ { "name": "targetedSenders_", "type": "address[]", "internalType": "address[]" } ], "stateMutability": "view" }, { "type": "function", "name": "testInstallAugment_MultipleComponents", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testInstallAugment_MultipleEntities", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testInstallAugment_SetOverride", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testInstallAugment_Single", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testInstallAugment_SpliceOverride", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testUninstallAugment_SetOverride", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testUninstallAugment_Single", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testUninstallAugment_SpliceOverride", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testUpdateAugment_SetOverride", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testUpdateAugment_Single", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "testUpdateAugment_SpliceOverride", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "test_BeforeInstallHook", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "test_CannotInstallWithoutPermission", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "test_CannotOverrideWithoutPermission", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "worldAddress", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "event", "name": "Store_SetRecord", "inputs": [ { "name": "tableId", "type": "bytes32", "indexed": true, "internalType": "ResourceId" }, { "name": "keyTuple", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" }, { "name": "staticData", "type": "bytes", "indexed": false, "internalType": "bytes" }, { "name": "encodedLengths", "type": "bytes32", "indexed": false, "internalType": "EncodedLengths" }, { "name": "dynamicData", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "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": "event", "name": "log", "inputs": [ { "name": "", "type": "string", "indexed": false, "internalType": "string" } ], "anonymous": false }, { "type": "event", "name": "log_address", "inputs": [ { "name": "", "type": "address", "indexed": false, "internalType": "address" } ], "anonymous": false }, { "type": "event", "name": "log_array", "inputs": [ { "name": "val", "type": "uint256[]", "indexed": false, "internalType": "uint256[]" } ], "anonymous": false }, { "type": "event", "name": "log_array", "inputs": [ { "name": "val", "type": "int256[]", "indexed": false, "internalType": "int256[]" } ], "anonymous": false }, { "type": "event", "name": "log_array", "inputs": [ { "name": "val", "type": "address[]", "indexed": false, "internalType": "address[]" } ], "anonymous": false }, { "type": "event", "name": "log_bytes", "inputs": [ { "name": "", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "event", "name": "log_bytes32", "inputs": [ { "name": "", "type": "bytes32", "indexed": false, "internalType": "bytes32" } ], "anonymous": false }, { "type": "event", "name": "log_int", "inputs": [ { "name": "", "type": "int256", "indexed": false, "internalType": "int256" } ], "anonymous": false }, { "type": "event", "name": "log_named_address", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "address", "indexed": false, "internalType": "address" } ], "anonymous": false }, { "type": "event", "name": "log_named_array", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "uint256[]", "indexed": false, "internalType": "uint256[]" } ], "anonymous": false }, { "type": "event", "name": "log_named_array", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "int256[]", "indexed": false, "internalType": "int256[]" } ], "anonymous": false }, { "type": "event", "name": "log_named_array", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "address[]", "indexed": false, "internalType": "address[]" } ], "anonymous": false }, { "type": "event", "name": "log_named_bytes", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "event", "name": "log_named_bytes32", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "bytes32", "indexed": false, "internalType": "bytes32" } ], "anonymous": false }, { "type": "event", "name": "log_named_decimal_int", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "int256", "indexed": false, "internalType": "int256" }, { "name": "decimals", "type": "uint256", "indexed": false, "internalType": "uint256" } ], "anonymous": false }, { "type": "event", "name": "log_named_decimal_uint", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "uint256", "indexed": false, "internalType": "uint256" }, { "name": "decimals", "type": "uint256", "indexed": false, "internalType": "uint256" } ], "anonymous": false }, { "type": "event", "name": "log_named_int", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "int256", "indexed": false, "internalType": "int256" } ], "anonymous": false }, { "type": "event", "name": "log_named_string", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "string", "indexed": false, "internalType": "string" } ], "anonymous": false }, { "type": "event", "name": "log_named_uint", "inputs": [ { "name": "key", "type": "string", "indexed": false, "internalType": "string" }, { "name": "val", "type": "uint256", "indexed": false, "internalType": "uint256" } ], "anonymous": false }, { "type": "event", "name": "log_string", "inputs": [ { "name": "", "type": "string", "indexed": false, "internalType": "string" } ], "anonymous": false }, { "type": "event", "name": "log_uint", "inputs": [ { "name": "", "type": "uint256", "indexed": false, "internalType": "uint256" } ], "anonymous": false }, { "type": "event", "name": "logs", "inputs": [ { "name": "", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "error", "name": "FieldLayout_Empty", "inputs": [] }, { "type": "error", "name": "FieldLayout_InvalidStaticDataLength", "inputs": [ { "name": "staticDataLength", "type": "uint256", "internalType": "uint256" }, { "name": "computedStaticDataLength", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_StaticLengthDoesNotFitInAWord", "inputs": [ { "name": "index", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_StaticLengthIsNotZero", "inputs": [ { "name": "index", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_StaticLengthIsZero", "inputs": [ { "name": "index", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_TooManyDynamicFields", "inputs": [ { "name": "numFields", "type": "uint256", "internalType": "uint256" }, { "name": "maxFields", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_TooManyFields", "inputs": [ { "name": "numFields", "type": "uint256", "internalType": "uint256" }, { "name": "maxFields", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Schema_InvalidLength", "inputs": [ { "name": "length", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Schema_StaticTypeAfterDynamicType", "inputs": [] }, { "type": "error", "name": "Slice_OutOfBounds", "inputs": [ { "name": "data", "type": "bytes", "internalType": "bytes" }, { "name": "start", "type": "uint256", "internalType": "uint256" }, { "name": "end", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidFieldNamesLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidKeyNamesLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidResourceType", "inputs": [ { "name": "expected", "type": "bytes2", "internalType": "bytes2" }, { "name": "resourceId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "resourceIdString", "type": "string", "internalType": "string" } ] }, { "type": "error", "name": "Store_InvalidStaticDataLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidValueSchemaDynamicLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidValueSchemaLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidValueSchemaStaticLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_TableAlreadyExists", "inputs": [ { "name": "tableId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "tableIdString", "type": "string", "internalType": "string" } ] }, { "type": "error", "name": "World_AccessDenied", "inputs": [ { "name": "resource", "type": "string", "internalType": "string" }, { "name": "caller", "type": "address", "internalType": "address" } ] }, { "type": "error", "name": "World_FunctionSelectorNotFound", "inputs": [ { "name": "functionSelector", "type": "bytes4", "internalType": "bytes4" } ] }, { "type": "error", "name": "World_ResourceNotFound", "inputs": [ { "name": "resourceId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "resourceIdString", "type": "string", "internalType": "string" } ] } ]; export default abi;