|
1 | 1 | [ |
| 2 | + { |
| 3 | + "inputs": [], |
| 4 | + "name": "DiamondWritable__InvalidInitializationParameters", |
| 5 | + "type": "error" |
| 6 | + }, |
| 7 | + { |
| 8 | + "inputs": [], |
| 9 | + "name": "DiamondWritable__RemoveTargetNotZeroAddress", |
| 10 | + "type": "error" |
| 11 | + }, |
| 12 | + { |
| 13 | + "inputs": [], |
| 14 | + "name": "DiamondWritable__ReplaceTargetIsIdentical", |
| 15 | + "type": "error" |
| 16 | + }, |
| 17 | + { |
| 18 | + "inputs": [], |
| 19 | + "name": "DiamondWritable__SelectorAlreadyAdded", |
| 20 | + "type": "error" |
| 21 | + }, |
| 22 | + { |
| 23 | + "inputs": [], |
| 24 | + "name": "DiamondWritable__SelectorIsImmutable", |
| 25 | + "type": "error" |
| 26 | + }, |
| 27 | + { |
| 28 | + "inputs": [], |
| 29 | + "name": "DiamondWritable__SelectorNotFound", |
| 30 | + "type": "error" |
| 31 | + }, |
| 32 | + { |
| 33 | + "inputs": [], |
| 34 | + "name": "DiamondWritable__SelectorNotSpecified", |
| 35 | + "type": "error" |
| 36 | + }, |
| 37 | + { |
| 38 | + "inputs": [], |
| 39 | + "name": "DiamondWritable__TargetHasNoCode", |
| 40 | + "type": "error" |
| 41 | + }, |
| 42 | + { |
| 43 | + "inputs": [], |
| 44 | + "name": "Ownable__NotOwner", |
| 45 | + "type": "error" |
| 46 | + }, |
| 47 | + { |
| 48 | + "inputs": [], |
| 49 | + "name": "Ownable__NotTransitiveOwner", |
| 50 | + "type": "error" |
| 51 | + }, |
2 | 52 | { |
3 | 53 | "anonymous": false, |
4 | 54 | "inputs": [ |
|
10 | 60 | "type": "address" |
11 | 61 | }, |
12 | 62 | { |
13 | | - "internalType": "enum IDiamondWritable.FacetCutAction", |
| 63 | + "internalType": "enum IDiamondWritableInternal.FacetCutAction", |
14 | 64 | "name": "action", |
15 | 65 | "type": "uint8" |
16 | 66 | }, |
|
21 | 71 | } |
22 | 72 | ], |
23 | 73 | "indexed": false, |
24 | | - "internalType": "struct IDiamondWritable.FacetCut[]", |
| 74 | + "internalType": "struct IDiamondWritableInternal.FacetCut[]", |
25 | 75 | "name": "facetCuts", |
26 | 76 | "type": "tuple[]" |
27 | 77 | }, |
|
70 | 120 | "type": "address" |
71 | 121 | }, |
72 | 122 | { |
73 | | - "internalType": "enum IDiamondWritable.FacetCutAction", |
| 123 | + "internalType": "enum IDiamondWritableInternal.FacetCutAction", |
74 | 124 | "name": "action", |
75 | 125 | "type": "uint8" |
76 | 126 | }, |
|
80 | 130 | "type": "bytes4[]" |
81 | 131 | } |
82 | 132 | ], |
83 | | - "internalType": "struct IDiamondWritable.FacetCut[]", |
| 133 | + "internalType": "struct IDiamondWritableInternal.FacetCut[]", |
84 | 134 | "name": "facetCuts", |
85 | 135 | "type": "tuple[]" |
86 | 136 | }, |
|
0 commit comments