{ "contractName": "ContractRecoveryDataTypes", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "user", "type": "address" } ], "name": "RecoveryModeEntered", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "user", "type": "address" } ], "name": "RecoveryModeExitApproved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "user", "type": "address" } ], "name": "RecoveryModeExited", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "user", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "setTo", "type": "bool" } ], "name": "RecoveryRoleSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "user", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "slot", "type": "uint256" }, { "indexed": false, "internalType": "bytes32", "name": "fromValue", "type": "bytes32" }, { "indexed": false, "internalType": "bytes32", "name": "toValue", "type": "bytes32" } ], "name": "RecoveryStorageSlotSet", "type": "event" } ], "devdoc": { "events": { "RecoveryModeEntered(address)": { "params": { "user": "The address that triggered recovery mode" } }, "RecoveryModeExitApproved(address)": { "params": { "user": "The address signalling they are happy with the state" } }, "RecoveryModeExited(address)": { "params": { "user": "The address that left recovery mode" } }, "RecoveryRoleSet(address,bool)": { "params": { "setTo": "The boolean indicating whether the role is being granted or revoked", "user": "The address being modified" } }, "RecoveryStorageSlotSet(address,uint256,bytes32,bytes32)": { "params": { "fromValue": "The value the storage slot had before this transaction", "slot": "The storage slot being modified", "toValue": "The value the storage slot has after this transaction", "user": "The address that set the storage slot" } } }, "kind": "dev", "methods": {}, "version": 1 }, "userdoc": { "events": { "RecoveryModeEntered(address)": { "notice": "Event logged when recovery mode is triggered." }, "RecoveryModeExitApproved(address)": { "notice": "Event logged when someone with recovery mode signals they are happy with the state and wish to leave recovery mode" }, "RecoveryModeExited(address)": { "notice": "Event logged when recovery mode is left" }, "RecoveryRoleSet(address,bool)": { "notice": "Event logged when user gets/loses the recovery role." }, "RecoveryStorageSlotSet(address,uint256,bytes32,bytes32)": { "notice": "Event logged when in recovery mode a storage slot is set" } }, "kind": "user", "methods": {}, "version": 1 } }