|
10 | 10 | "internalType": "bytes32",
|
11 | 11 | "name": "_metadata",
|
12 | 12 | "type": "bytes32"
|
| 13 | + }, |
| 14 | + { |
| 15 | + "internalType": "bytes32", |
| 16 | + "name": "name", |
| 17 | + "type": "bytes32" |
| 18 | + }, |
| 19 | + { |
| 20 | + "internalType": "uint256", |
| 21 | + "name": "version", |
| 22 | + "type": "uint256" |
13 | 23 | }
|
14 | 24 | ],
|
15 | 25 | "stateMutability": "nonpayable",
|
|
41 | 51 | },
|
42 | 52 | {
|
43 | 53 | "inputs": [],
|
44 |
| - "name": "getMetadata", |
| 54 | + "name": "distributionName", |
45 | 55 | "outputs": [
|
46 | 56 | {
|
47 |
| - "internalType": "string", |
| 57 | + "internalType": "bytes32", |
48 | 58 | "name": "",
|
49 |
| - "type": "string" |
| 59 | + "type": "bytes32" |
50 | 60 | }
|
51 | 61 | ],
|
52 | 62 | "stateMutability": "view",
|
53 | 63 | "type": "function"
|
54 | 64 | },
|
55 | 65 | {
|
56 | 66 | "inputs": [],
|
57 |
| - "name": "getSources", |
| 67 | + "name": "distributionVersion", |
58 | 68 | "outputs": [
|
59 | 69 | {
|
60 |
| - "internalType": "address[]", |
| 70 | + "internalType": "uint256", |
61 | 71 | "name": "",
|
| 72 | + "type": "uint256" |
| 73 | + } |
| 74 | + ], |
| 75 | + "stateMutability": "view", |
| 76 | + "type": "function" |
| 77 | + }, |
| 78 | + { |
| 79 | + "inputs": [], |
| 80 | + "name": "get", |
| 81 | + "outputs": [ |
| 82 | + { |
| 83 | + "internalType": "address[]", |
| 84 | + "name": "src", |
62 | 85 | "type": "address[]"
|
| 86 | + }, |
| 87 | + { |
| 88 | + "internalType": "bytes32", |
| 89 | + "name": "name", |
| 90 | + "type": "bytes32" |
| 91 | + }, |
| 92 | + { |
| 93 | + "internalType": "uint256", |
| 94 | + "name": "version", |
| 95 | + "type": "uint256" |
| 96 | + } |
| 97 | + ], |
| 98 | + "stateMutability": "view", |
| 99 | + "type": "function" |
| 100 | + }, |
| 101 | + { |
| 102 | + "inputs": [], |
| 103 | + "name": "getMetadata", |
| 104 | + "outputs": [ |
| 105 | + { |
| 106 | + "internalType": "string", |
| 107 | + "name": "", |
| 108 | + "type": "string" |
63 | 109 | }
|
64 | 110 | ],
|
65 | 111 | "stateMutability": "view",
|
|
73 | 119 | "internalType": "address[]",
|
74 | 120 | "name": "instances",
|
75 | 121 | "type": "address[]"
|
| 122 | + }, |
| 123 | + { |
| 124 | + "internalType": "bytes32", |
| 125 | + "name": "distributionName", |
| 126 | + "type": "bytes32" |
| 127 | + }, |
| 128 | + { |
| 129 | + "internalType": "uint256", |
| 130 | + "name": "distributionVersion", |
| 131 | + "type": "uint256" |
76 | 132 | }
|
77 | 133 | ],
|
78 | 134 | "stateMutability": "nonpayable",
|
|
0 commit comments