[{ "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "indexed": false, "internalType": "bytes32", "name": "version", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "value", "type": "string" }, { "indexed": false, "internalType": "uint256", "name": "time", "type": "uint256" }], "name": "VersionAdded", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "indexed": false, "internalType": "bytes32", "name": "version", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "reason", "type": "string" }], "name": "VersionCanceled", "type": "event" }, { "inputs": [{ "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "internalType": "bytes32", "name": "version", "type": "bytes32" }, { "internalType": "string", "name": "value", "type": "string" }], "name": "addVersion", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "internalType": "bytes32", "name": "version", "type": "bytes32" }, { "internalType": "string", "name": "reason", "type": "string" }], "name": "cancelVersion", "outputs": [], "stateMutability": "nonpayable", "type": "function" }]
