|
| 1 | +[ |
| 2 | + { "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, |
| 3 | + { |
| 4 | + "inputs": [ |
| 5 | + { "internalType": "address", "name": "entity", "type": "address" }, |
| 6 | + { "internalType": "string", "name": "roleName", "type": "string" }, |
| 7 | + { "internalType": "address", "name": "app", "type": "address" } |
| 8 | + ], |
| 9 | + "name": "AragonPermissionGranted", |
| 10 | + "type": "error" |
| 11 | + }, |
| 12 | + { |
| 13 | + "inputs": [ |
| 14 | + { "internalType": "address", "name": "entity", "type": "address" }, |
| 15 | + { "internalType": "string", "name": "roleName", "type": "string" }, |
| 16 | + { |
| 17 | + "internalType": "address", |
| 18 | + "name": "expectedManager", |
| 19 | + "type": "address" |
| 20 | + }, |
| 21 | + { "internalType": "address", "name": "actualManager", "type": "address" } |
| 22 | + ], |
| 23 | + "name": "AragonPermissionInvalidManager", |
| 24 | + "type": "error" |
| 25 | + }, |
| 26 | + { |
| 27 | + "inputs": [ |
| 28 | + { "internalType": "address", "name": "entity", "type": "address" }, |
| 29 | + { "internalType": "string", "name": "roleName", "type": "string" }, |
| 30 | + { "internalType": "address", "name": "app", "type": "address" } |
| 31 | + ], |
| 32 | + "name": "AragonPermissionNotGranted", |
| 33 | + "type": "error" |
| 34 | + }, |
| 35 | + { |
| 36 | + "inputs": [ |
| 37 | + { "internalType": "address", "name": "entity", "type": "address" }, |
| 38 | + { "internalType": "string", "name": "roleName", "type": "string" }, |
| 39 | + { "internalType": "address", "name": "app", "type": "address" } |
| 40 | + ], |
| 41 | + "name": "OZRoleNotGranted", |
| 42 | + "type": "error" |
| 43 | + }, |
| 44 | + { |
| 45 | + "anonymous": false, |
| 46 | + "inputs": [ |
| 47 | + { |
| 48 | + "indexed": false, |
| 49 | + "internalType": "address", |
| 50 | + "name": "entity", |
| 51 | + "type": "address" |
| 52 | + }, |
| 53 | + { |
| 54 | + "indexed": false, |
| 55 | + "internalType": "string", |
| 56 | + "name": "roleName", |
| 57 | + "type": "string" |
| 58 | + } |
| 59 | + ], |
| 60 | + "name": "RoleValidated", |
| 61 | + "type": "event" |
| 62 | + }, |
| 63 | + { |
| 64 | + "inputs": [], |
| 65 | + "name": "ACL", |
| 66 | + "outputs": [ |
| 67 | + { "internalType": "contract IACL", "name": "", "type": "address" } |
| 68 | + ], |
| 69 | + "stateMutability": "view", |
| 70 | + "type": "function" |
| 71 | + }, |
| 72 | + { |
| 73 | + "inputs": [], |
| 74 | + "name": "ACL_ADDRESS", |
| 75 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 76 | + "stateMutability": "view", |
| 77 | + "type": "function" |
| 78 | + }, |
| 79 | + { |
| 80 | + "inputs": [], |
| 81 | + "name": "AGENT", |
| 82 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 83 | + "stateMutability": "view", |
| 84 | + "type": "function" |
| 85 | + }, |
| 86 | + { |
| 87 | + "inputs": [], |
| 88 | + "name": "EASYTRACK_ALLOWED_TOKENS_REGISTRY", |
| 89 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 90 | + "stateMutability": "view", |
| 91 | + "type": "function" |
| 92 | + }, |
| 93 | + { |
| 94 | + "inputs": [], |
| 95 | + "name": "LIDO", |
| 96 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 97 | + "stateMutability": "view", |
| 98 | + "type": "function" |
| 99 | + }, |
| 100 | + { |
| 101 | + "inputs": [], |
| 102 | + "name": "VOTING", |
| 103 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 104 | + "stateMutability": "view", |
| 105 | + "type": "function" |
| 106 | + }, |
| 107 | + { |
| 108 | + "inputs": [], |
| 109 | + "name": "WITHDRAWAL_QUEUE", |
| 110 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 111 | + "stateMutability": "view", |
| 112 | + "type": "function" |
| 113 | + }, |
| 114 | + { |
| 115 | + "inputs": [ |
| 116 | + { |
| 117 | + "internalType": "address", |
| 118 | + "name": "dgAdminExecutor", |
| 119 | + "type": "address" |
| 120 | + }, |
| 121 | + { |
| 122 | + "internalType": "address", |
| 123 | + "name": "dgResealManager", |
| 124 | + "type": "address" |
| 125 | + } |
| 126 | + ], |
| 127 | + "name": "validate", |
| 128 | + "outputs": [], |
| 129 | + "stateMutability": "nonpayable", |
| 130 | + "type": "function" |
| 131 | + } |
| 132 | +] |
0 commit comments