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": "accessControlled", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "systemId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "functionId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "ResourceId" }, { "name": "", "type": "bytes4", "internalType": "bytes4" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "callEnforceCallCount1", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "callFromWorldContextProviderLib", "inputs": [], "outputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "callToEnforceCallCount1", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "classLevelScope", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "delegatecallFromWorldContextProviderLib", "inputs": [], "outputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "entryNonScoped", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "entryScoped", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "taggedCall", "type": "bool", "internalType": "bool" } ], "outputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "internalScoped", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "objectLevelScope", "inputs": [ { "name": "objectId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "primaryCall", "inputs": [], "outputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "payable" }, { "type": "function", "name": "secondaryCall", "inputs": [], "outputs": [ { "name": "", "type": "tuple", "internalType": "struct TransientContext", "components": [ { "name": "systemId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "functionId", "type": "bytes4", "internalType": "bytes4" }, { "name": "msgSender", "type": "address", "internalType": "address" }, { "name": "msgValue", "type": "uint256", "internalType": "uint256" } ] }, { "name": "", "type": "tuple", "internalType": "struct TransientContext", "components": [ { "name": "systemId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "functionId", "type": "bytes4", "internalType": "bytes4" }, { "name": "msgSender", "type": "address", "internalType": "address" }, { "name": "msgValue", "type": "uint256", "internalType": "uint256" } ] } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "type": "function", "name": "viewCall", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "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" } ] } ]; export default abi;