diff --git a/charts/contract-event-processor/abi/DIMORegistry.json b/charts/contract-event-processor/abi/DIMORegistry.json index b98d533..7defd42 100644 --- a/charts/contract-event-processor/abi/DIMORegistry.json +++ b/charts/contract-event-processor/abi/DIMORegistry.json @@ -275,6 +275,25 @@ "name": "AftermarketDeviceUnpairedDevAdmin", "type": "event" }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint256", + "name": "vehicleId", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "string", + "name": "ddId", + "type": "string" + } + ], + "name": "DeviceDefinitionIdSet", + "type": "event" + }, { "anonymous": false, "inputs": [ @@ -325,6 +344,19 @@ "name": "SyntheticDeviceNodeBurnedDevAdmin", "type": "event" }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "string", + "name": "attribute", + "type": "string" + } + ], + "name": "VehicleAttributeRemoved", + "type": "event" + }, { "anonymous": false, "inputs": [ @@ -981,6 +1013,58 @@ "name": "BaseDataURISet", "type": "event" }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "dimoCredit", + "type": "address" + } + ], + "name": "DimoCreditSet", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "dimoToken", + "type": "address" + } + ], + "name": "DimoTokenSet", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "foundation", + "type": "address" + } + ], + "name": "FoundationSet", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "manufacturerLicense", + "type": "address" + } + ], + "name": "ManufacturerLicenseSet", + "type": "event" + }, { "anonymous": false, "inputs": [ @@ -1083,6 +1167,25 @@ "name": "VehicleStreamUnset", "type": "event" }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint256", + "name": "tableId", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "string", + "name": "id", + "type": "string" + } + ], + "name": "DeviceDefinitionDeleted", + "type": "event" + }, { "anonymous": false, "inputs": [ @@ -1139,6 +1242,25 @@ "name": "DeviceDefinitionTableCreated", "type": "event" }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint256", + "name": "tableId", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "string", + "name": "id", + "type": "string" + } + ], + "name": "DeviceDefinitionUpdated", + "type": "event" + }, { "anonymous": false, "inputs": [ @@ -1157,5 +1279,24 @@ ], "name": "ManufacturerTableSet", "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "operation", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "cost", + "type": "uint256" + } + ], + "name": "OperationCostSet", + "type": "event" } ]