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": "callConfigureFuelEfficiency", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "fuelEntityRecordParams", "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": "fuelEfficiency", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callConfigureFuelParameters", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "fuelParams", "type": "tuple", "internalType": "struct FuelParams", "components": [ { "name": "fuelMaxCapacity", "type": "uint256", "internalType": "uint256" }, { "name": "fuelBurnRateInSeconds", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callStartBurn", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callStopBurn", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "callUpdateFuel", "inputs": [ { "name": "smartObjectId", "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": "error", "name": "FuelSystemLib_CallingFromRootSystem", "inputs": [] } ]; export default abi;