@usdu-finance/usdu-core 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3487 -1
- package/dist/index.d.ts +3487 -1
- package/dist/index.js +2067 -0
- package/dist/index.mjs +2064 -0
- package/exports/abis/aragon/AragonDelayedAction.ts +800 -0
- package/exports/abis/aragon/AragonMultiSig.ts +626 -0
- package/exports/abis/aragon/AragonVetoMultiSig.ts +626 -0
- package/exports/address.config.ts +3 -0
- package/exports/address.types.ts +3 -0
- package/exports/index.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1687,6 +1687,9 @@ type ChainAddressMainnet = {
|
|
|
1687
1687
|
chainId: typeof mainnet.id;
|
|
1688
1688
|
chainSelector: string;
|
|
1689
1689
|
curator: Address;
|
|
1690
|
+
aragonMultiSig: Address;
|
|
1691
|
+
aragonVetoMultiSig: Address;
|
|
1692
|
+
aragonDelayedAction: Address;
|
|
1690
1693
|
morphoBlue: Address;
|
|
1691
1694
|
morphoIrm: Address;
|
|
1692
1695
|
morphoChainlinkOracleV2Factory: Address;
|
|
@@ -1766,6 +1769,3489 @@ type ChainAddressMap = {
|
|
|
1766
1769
|
|
|
1767
1770
|
declare const ADDRESS: ChainAddressMap;
|
|
1768
1771
|
|
|
1772
|
+
declare const AragonMultiSig_ABI: readonly [{
|
|
1773
|
+
readonly inputs: readonly [{
|
|
1774
|
+
readonly internalType: "uint16";
|
|
1775
|
+
readonly name: "limit";
|
|
1776
|
+
readonly type: "uint16";
|
|
1777
|
+
}, {
|
|
1778
|
+
readonly internalType: "uint256";
|
|
1779
|
+
readonly name: "actual";
|
|
1780
|
+
readonly type: "uint256";
|
|
1781
|
+
}];
|
|
1782
|
+
readonly name: "AddresslistLengthOutOfBounds";
|
|
1783
|
+
readonly type: "error";
|
|
1784
|
+
}, {
|
|
1785
|
+
readonly inputs: readonly [];
|
|
1786
|
+
readonly name: "AlreadyInitialized";
|
|
1787
|
+
readonly type: "error";
|
|
1788
|
+
}, {
|
|
1789
|
+
readonly inputs: readonly [{
|
|
1790
|
+
readonly internalType: "uint256";
|
|
1791
|
+
readonly name: "proposalId";
|
|
1792
|
+
readonly type: "uint256";
|
|
1793
|
+
}, {
|
|
1794
|
+
readonly internalType: "address";
|
|
1795
|
+
readonly name: "sender";
|
|
1796
|
+
readonly type: "address";
|
|
1797
|
+
}];
|
|
1798
|
+
readonly name: "ApprovalCastForbidden";
|
|
1799
|
+
readonly type: "error";
|
|
1800
|
+
}, {
|
|
1801
|
+
readonly inputs: readonly [{
|
|
1802
|
+
readonly internalType: "address";
|
|
1803
|
+
readonly name: "dao";
|
|
1804
|
+
readonly type: "address";
|
|
1805
|
+
}, {
|
|
1806
|
+
readonly internalType: "address";
|
|
1807
|
+
readonly name: "where";
|
|
1808
|
+
readonly type: "address";
|
|
1809
|
+
}, {
|
|
1810
|
+
readonly internalType: "address";
|
|
1811
|
+
readonly name: "who";
|
|
1812
|
+
readonly type: "address";
|
|
1813
|
+
}, {
|
|
1814
|
+
readonly internalType: "bytes32";
|
|
1815
|
+
readonly name: "permissionId";
|
|
1816
|
+
readonly type: "bytes32";
|
|
1817
|
+
}];
|
|
1818
|
+
readonly name: "DaoUnauthorized";
|
|
1819
|
+
readonly type: "error";
|
|
1820
|
+
}, {
|
|
1821
|
+
readonly inputs: readonly [{
|
|
1822
|
+
readonly internalType: "uint64";
|
|
1823
|
+
readonly name: "limit";
|
|
1824
|
+
readonly type: "uint64";
|
|
1825
|
+
}, {
|
|
1826
|
+
readonly internalType: "uint64";
|
|
1827
|
+
readonly name: "actual";
|
|
1828
|
+
readonly type: "uint64";
|
|
1829
|
+
}];
|
|
1830
|
+
readonly name: "DateOutOfBounds";
|
|
1831
|
+
readonly type: "error";
|
|
1832
|
+
}, {
|
|
1833
|
+
readonly inputs: readonly [];
|
|
1834
|
+
readonly name: "DelegateCallFailed";
|
|
1835
|
+
readonly type: "error";
|
|
1836
|
+
}, {
|
|
1837
|
+
readonly inputs: readonly [];
|
|
1838
|
+
readonly name: "FunctionDeprecated";
|
|
1839
|
+
readonly type: "error";
|
|
1840
|
+
}, {
|
|
1841
|
+
readonly inputs: readonly [{
|
|
1842
|
+
readonly internalType: "address";
|
|
1843
|
+
readonly name: "member";
|
|
1844
|
+
readonly type: "address";
|
|
1845
|
+
}];
|
|
1846
|
+
readonly name: "InvalidAddresslistUpdate";
|
|
1847
|
+
readonly type: "error";
|
|
1848
|
+
}, {
|
|
1849
|
+
readonly inputs: readonly [{
|
|
1850
|
+
readonly components: readonly [{
|
|
1851
|
+
readonly internalType: "address";
|
|
1852
|
+
readonly name: "target";
|
|
1853
|
+
readonly type: "address";
|
|
1854
|
+
}, {
|
|
1855
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
1856
|
+
readonly name: "operation";
|
|
1857
|
+
readonly type: "uint8";
|
|
1858
|
+
}];
|
|
1859
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
1860
|
+
readonly name: "targetConfig";
|
|
1861
|
+
readonly type: "tuple";
|
|
1862
|
+
}];
|
|
1863
|
+
readonly name: "InvalidTargetConfig";
|
|
1864
|
+
readonly type: "error";
|
|
1865
|
+
}, {
|
|
1866
|
+
readonly inputs: readonly [{
|
|
1867
|
+
readonly internalType: "uint16";
|
|
1868
|
+
readonly name: "limit";
|
|
1869
|
+
readonly type: "uint16";
|
|
1870
|
+
}, {
|
|
1871
|
+
readonly internalType: "uint16";
|
|
1872
|
+
readonly name: "actual";
|
|
1873
|
+
readonly type: "uint16";
|
|
1874
|
+
}];
|
|
1875
|
+
readonly name: "MinApprovalsOutOfBounds";
|
|
1876
|
+
readonly type: "error";
|
|
1877
|
+
}, {
|
|
1878
|
+
readonly inputs: readonly [{
|
|
1879
|
+
readonly internalType: "uint256";
|
|
1880
|
+
readonly name: "proposalId";
|
|
1881
|
+
readonly type: "uint256";
|
|
1882
|
+
}];
|
|
1883
|
+
readonly name: "NonexistentProposal";
|
|
1884
|
+
readonly type: "error";
|
|
1885
|
+
}, {
|
|
1886
|
+
readonly inputs: readonly [{
|
|
1887
|
+
readonly internalType: "uint256";
|
|
1888
|
+
readonly name: "proposalId";
|
|
1889
|
+
readonly type: "uint256";
|
|
1890
|
+
}];
|
|
1891
|
+
readonly name: "ProposalAlreadyExists";
|
|
1892
|
+
readonly type: "error";
|
|
1893
|
+
}, {
|
|
1894
|
+
readonly inputs: readonly [{
|
|
1895
|
+
readonly internalType: "address";
|
|
1896
|
+
readonly name: "sender";
|
|
1897
|
+
readonly type: "address";
|
|
1898
|
+
}];
|
|
1899
|
+
readonly name: "ProposalCreationForbidden";
|
|
1900
|
+
readonly type: "error";
|
|
1901
|
+
}, {
|
|
1902
|
+
readonly inputs: readonly [{
|
|
1903
|
+
readonly internalType: "uint256";
|
|
1904
|
+
readonly name: "proposalId";
|
|
1905
|
+
readonly type: "uint256";
|
|
1906
|
+
}];
|
|
1907
|
+
readonly name: "ProposalExecutionForbidden";
|
|
1908
|
+
readonly type: "error";
|
|
1909
|
+
}, {
|
|
1910
|
+
readonly anonymous: false;
|
|
1911
|
+
readonly inputs: readonly [{
|
|
1912
|
+
readonly indexed: false;
|
|
1913
|
+
readonly internalType: "address";
|
|
1914
|
+
readonly name: "previousAdmin";
|
|
1915
|
+
readonly type: "address";
|
|
1916
|
+
}, {
|
|
1917
|
+
readonly indexed: false;
|
|
1918
|
+
readonly internalType: "address";
|
|
1919
|
+
readonly name: "newAdmin";
|
|
1920
|
+
readonly type: "address";
|
|
1921
|
+
}];
|
|
1922
|
+
readonly name: "AdminChanged";
|
|
1923
|
+
readonly type: "event";
|
|
1924
|
+
}, {
|
|
1925
|
+
readonly anonymous: false;
|
|
1926
|
+
readonly inputs: readonly [{
|
|
1927
|
+
readonly indexed: true;
|
|
1928
|
+
readonly internalType: "uint256";
|
|
1929
|
+
readonly name: "proposalId";
|
|
1930
|
+
readonly type: "uint256";
|
|
1931
|
+
}, {
|
|
1932
|
+
readonly indexed: true;
|
|
1933
|
+
readonly internalType: "address";
|
|
1934
|
+
readonly name: "approver";
|
|
1935
|
+
readonly type: "address";
|
|
1936
|
+
}];
|
|
1937
|
+
readonly name: "Approved";
|
|
1938
|
+
readonly type: "event";
|
|
1939
|
+
}, {
|
|
1940
|
+
readonly anonymous: false;
|
|
1941
|
+
readonly inputs: readonly [{
|
|
1942
|
+
readonly indexed: true;
|
|
1943
|
+
readonly internalType: "address";
|
|
1944
|
+
readonly name: "beacon";
|
|
1945
|
+
readonly type: "address";
|
|
1946
|
+
}];
|
|
1947
|
+
readonly name: "BeaconUpgraded";
|
|
1948
|
+
readonly type: "event";
|
|
1949
|
+
}, {
|
|
1950
|
+
readonly anonymous: false;
|
|
1951
|
+
readonly inputs: readonly [{
|
|
1952
|
+
readonly indexed: false;
|
|
1953
|
+
readonly internalType: "uint8";
|
|
1954
|
+
readonly name: "version";
|
|
1955
|
+
readonly type: "uint8";
|
|
1956
|
+
}];
|
|
1957
|
+
readonly name: "Initialized";
|
|
1958
|
+
readonly type: "event";
|
|
1959
|
+
}, {
|
|
1960
|
+
readonly anonymous: false;
|
|
1961
|
+
readonly inputs: readonly [{
|
|
1962
|
+
readonly indexed: false;
|
|
1963
|
+
readonly internalType: "address[]";
|
|
1964
|
+
readonly name: "members";
|
|
1965
|
+
readonly type: "address[]";
|
|
1966
|
+
}];
|
|
1967
|
+
readonly name: "MembersAdded";
|
|
1968
|
+
readonly type: "event";
|
|
1969
|
+
}, {
|
|
1970
|
+
readonly anonymous: false;
|
|
1971
|
+
readonly inputs: readonly [{
|
|
1972
|
+
readonly indexed: false;
|
|
1973
|
+
readonly internalType: "address[]";
|
|
1974
|
+
readonly name: "members";
|
|
1975
|
+
readonly type: "address[]";
|
|
1976
|
+
}];
|
|
1977
|
+
readonly name: "MembersRemoved";
|
|
1978
|
+
readonly type: "event";
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly anonymous: false;
|
|
1981
|
+
readonly inputs: readonly [{
|
|
1982
|
+
readonly indexed: true;
|
|
1983
|
+
readonly internalType: "address";
|
|
1984
|
+
readonly name: "definingContract";
|
|
1985
|
+
readonly type: "address";
|
|
1986
|
+
}];
|
|
1987
|
+
readonly name: "MembershipContractAnnounced";
|
|
1988
|
+
readonly type: "event";
|
|
1989
|
+
}, {
|
|
1990
|
+
readonly anonymous: false;
|
|
1991
|
+
readonly inputs: readonly [{
|
|
1992
|
+
readonly indexed: false;
|
|
1993
|
+
readonly internalType: "bytes";
|
|
1994
|
+
readonly name: "metadata";
|
|
1995
|
+
readonly type: "bytes";
|
|
1996
|
+
}];
|
|
1997
|
+
readonly name: "MetadataSet";
|
|
1998
|
+
readonly type: "event";
|
|
1999
|
+
}, {
|
|
2000
|
+
readonly anonymous: false;
|
|
2001
|
+
readonly inputs: readonly [{
|
|
2002
|
+
readonly indexed: false;
|
|
2003
|
+
readonly internalType: "bool";
|
|
2004
|
+
readonly name: "onlyListed";
|
|
2005
|
+
readonly type: "bool";
|
|
2006
|
+
}, {
|
|
2007
|
+
readonly indexed: true;
|
|
2008
|
+
readonly internalType: "uint16";
|
|
2009
|
+
readonly name: "minApprovals";
|
|
2010
|
+
readonly type: "uint16";
|
|
2011
|
+
}];
|
|
2012
|
+
readonly name: "MultisigSettingsUpdated";
|
|
2013
|
+
readonly type: "event";
|
|
2014
|
+
}, {
|
|
2015
|
+
readonly anonymous: false;
|
|
2016
|
+
readonly inputs: readonly [{
|
|
2017
|
+
readonly indexed: true;
|
|
2018
|
+
readonly internalType: "uint256";
|
|
2019
|
+
readonly name: "proposalId";
|
|
2020
|
+
readonly type: "uint256";
|
|
2021
|
+
}, {
|
|
2022
|
+
readonly indexed: true;
|
|
2023
|
+
readonly internalType: "address";
|
|
2024
|
+
readonly name: "creator";
|
|
2025
|
+
readonly type: "address";
|
|
2026
|
+
}, {
|
|
2027
|
+
readonly indexed: false;
|
|
2028
|
+
readonly internalType: "uint64";
|
|
2029
|
+
readonly name: "startDate";
|
|
2030
|
+
readonly type: "uint64";
|
|
2031
|
+
}, {
|
|
2032
|
+
readonly indexed: false;
|
|
2033
|
+
readonly internalType: "uint64";
|
|
2034
|
+
readonly name: "endDate";
|
|
2035
|
+
readonly type: "uint64";
|
|
2036
|
+
}, {
|
|
2037
|
+
readonly indexed: false;
|
|
2038
|
+
readonly internalType: "bytes";
|
|
2039
|
+
readonly name: "metadata";
|
|
2040
|
+
readonly type: "bytes";
|
|
2041
|
+
}, {
|
|
2042
|
+
readonly components: readonly [{
|
|
2043
|
+
readonly internalType: "address";
|
|
2044
|
+
readonly name: "to";
|
|
2045
|
+
readonly type: "address";
|
|
2046
|
+
}, {
|
|
2047
|
+
readonly internalType: "uint256";
|
|
2048
|
+
readonly name: "value";
|
|
2049
|
+
readonly type: "uint256";
|
|
2050
|
+
}, {
|
|
2051
|
+
readonly internalType: "bytes";
|
|
2052
|
+
readonly name: "data";
|
|
2053
|
+
readonly type: "bytes";
|
|
2054
|
+
}];
|
|
2055
|
+
readonly indexed: false;
|
|
2056
|
+
readonly internalType: "struct Action[]";
|
|
2057
|
+
readonly name: "actions";
|
|
2058
|
+
readonly type: "tuple[]";
|
|
2059
|
+
}, {
|
|
2060
|
+
readonly indexed: false;
|
|
2061
|
+
readonly internalType: "uint256";
|
|
2062
|
+
readonly name: "allowFailureMap";
|
|
2063
|
+
readonly type: "uint256";
|
|
2064
|
+
}];
|
|
2065
|
+
readonly name: "ProposalCreated";
|
|
2066
|
+
readonly type: "event";
|
|
2067
|
+
}, {
|
|
2068
|
+
readonly anonymous: false;
|
|
2069
|
+
readonly inputs: readonly [{
|
|
2070
|
+
readonly indexed: true;
|
|
2071
|
+
readonly internalType: "uint256";
|
|
2072
|
+
readonly name: "proposalId";
|
|
2073
|
+
readonly type: "uint256";
|
|
2074
|
+
}];
|
|
2075
|
+
readonly name: "ProposalExecuted";
|
|
2076
|
+
readonly type: "event";
|
|
2077
|
+
}, {
|
|
2078
|
+
readonly anonymous: false;
|
|
2079
|
+
readonly inputs: readonly [{
|
|
2080
|
+
readonly components: readonly [{
|
|
2081
|
+
readonly internalType: "address";
|
|
2082
|
+
readonly name: "target";
|
|
2083
|
+
readonly type: "address";
|
|
2084
|
+
}, {
|
|
2085
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2086
|
+
readonly name: "operation";
|
|
2087
|
+
readonly type: "uint8";
|
|
2088
|
+
}];
|
|
2089
|
+
readonly indexed: false;
|
|
2090
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2091
|
+
readonly name: "newTargetConfig";
|
|
2092
|
+
readonly type: "tuple";
|
|
2093
|
+
}];
|
|
2094
|
+
readonly name: "TargetSet";
|
|
2095
|
+
readonly type: "event";
|
|
2096
|
+
}, {
|
|
2097
|
+
readonly anonymous: false;
|
|
2098
|
+
readonly inputs: readonly [{
|
|
2099
|
+
readonly indexed: true;
|
|
2100
|
+
readonly internalType: "address";
|
|
2101
|
+
readonly name: "implementation";
|
|
2102
|
+
readonly type: "address";
|
|
2103
|
+
}];
|
|
2104
|
+
readonly name: "Upgraded";
|
|
2105
|
+
readonly type: "event";
|
|
2106
|
+
}, {
|
|
2107
|
+
readonly inputs: readonly [];
|
|
2108
|
+
readonly name: "CREATE_PROPOSAL_PERMISSION_ID";
|
|
2109
|
+
readonly outputs: readonly [{
|
|
2110
|
+
readonly internalType: "bytes32";
|
|
2111
|
+
readonly name: "";
|
|
2112
|
+
readonly type: "bytes32";
|
|
2113
|
+
}];
|
|
2114
|
+
readonly stateMutability: "view";
|
|
2115
|
+
readonly type: "function";
|
|
2116
|
+
}, {
|
|
2117
|
+
readonly inputs: readonly [];
|
|
2118
|
+
readonly name: "EXECUTE_PROPOSAL_PERMISSION_ID";
|
|
2119
|
+
readonly outputs: readonly [{
|
|
2120
|
+
readonly internalType: "bytes32";
|
|
2121
|
+
readonly name: "";
|
|
2122
|
+
readonly type: "bytes32";
|
|
2123
|
+
}];
|
|
2124
|
+
readonly stateMutability: "view";
|
|
2125
|
+
readonly type: "function";
|
|
2126
|
+
}, {
|
|
2127
|
+
readonly inputs: readonly [];
|
|
2128
|
+
readonly name: "SET_METADATA_PERMISSION_ID";
|
|
2129
|
+
readonly outputs: readonly [{
|
|
2130
|
+
readonly internalType: "bytes32";
|
|
2131
|
+
readonly name: "";
|
|
2132
|
+
readonly type: "bytes32";
|
|
2133
|
+
}];
|
|
2134
|
+
readonly stateMutability: "view";
|
|
2135
|
+
readonly type: "function";
|
|
2136
|
+
}, {
|
|
2137
|
+
readonly inputs: readonly [];
|
|
2138
|
+
readonly name: "SET_TARGET_CONFIG_PERMISSION_ID";
|
|
2139
|
+
readonly outputs: readonly [{
|
|
2140
|
+
readonly internalType: "bytes32";
|
|
2141
|
+
readonly name: "";
|
|
2142
|
+
readonly type: "bytes32";
|
|
2143
|
+
}];
|
|
2144
|
+
readonly stateMutability: "view";
|
|
2145
|
+
readonly type: "function";
|
|
2146
|
+
}, {
|
|
2147
|
+
readonly inputs: readonly [];
|
|
2148
|
+
readonly name: "UPDATE_MULTISIG_SETTINGS_PERMISSION_ID";
|
|
2149
|
+
readonly outputs: readonly [{
|
|
2150
|
+
readonly internalType: "bytes32";
|
|
2151
|
+
readonly name: "";
|
|
2152
|
+
readonly type: "bytes32";
|
|
2153
|
+
}];
|
|
2154
|
+
readonly stateMutability: "view";
|
|
2155
|
+
readonly type: "function";
|
|
2156
|
+
}, {
|
|
2157
|
+
readonly inputs: readonly [];
|
|
2158
|
+
readonly name: "UPGRADE_PLUGIN_PERMISSION_ID";
|
|
2159
|
+
readonly outputs: readonly [{
|
|
2160
|
+
readonly internalType: "bytes32";
|
|
2161
|
+
readonly name: "";
|
|
2162
|
+
readonly type: "bytes32";
|
|
2163
|
+
}];
|
|
2164
|
+
readonly stateMutability: "view";
|
|
2165
|
+
readonly type: "function";
|
|
2166
|
+
}, {
|
|
2167
|
+
readonly inputs: readonly [{
|
|
2168
|
+
readonly internalType: "address[]";
|
|
2169
|
+
readonly name: "_members";
|
|
2170
|
+
readonly type: "address[]";
|
|
2171
|
+
}];
|
|
2172
|
+
readonly name: "addAddresses";
|
|
2173
|
+
readonly outputs: readonly [];
|
|
2174
|
+
readonly stateMutability: "nonpayable";
|
|
2175
|
+
readonly type: "function";
|
|
2176
|
+
}, {
|
|
2177
|
+
readonly inputs: readonly [];
|
|
2178
|
+
readonly name: "addresslistLength";
|
|
2179
|
+
readonly outputs: readonly [{
|
|
2180
|
+
readonly internalType: "uint256";
|
|
2181
|
+
readonly name: "";
|
|
2182
|
+
readonly type: "uint256";
|
|
2183
|
+
}];
|
|
2184
|
+
readonly stateMutability: "view";
|
|
2185
|
+
readonly type: "function";
|
|
2186
|
+
}, {
|
|
2187
|
+
readonly inputs: readonly [{
|
|
2188
|
+
readonly internalType: "uint256";
|
|
2189
|
+
readonly name: "_blockNumber";
|
|
2190
|
+
readonly type: "uint256";
|
|
2191
|
+
}];
|
|
2192
|
+
readonly name: "addresslistLengthAtBlock";
|
|
2193
|
+
readonly outputs: readonly [{
|
|
2194
|
+
readonly internalType: "uint256";
|
|
2195
|
+
readonly name: "";
|
|
2196
|
+
readonly type: "uint256";
|
|
2197
|
+
}];
|
|
2198
|
+
readonly stateMutability: "view";
|
|
2199
|
+
readonly type: "function";
|
|
2200
|
+
}, {
|
|
2201
|
+
readonly inputs: readonly [{
|
|
2202
|
+
readonly internalType: "uint256";
|
|
2203
|
+
readonly name: "_proposalId";
|
|
2204
|
+
readonly type: "uint256";
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly internalType: "bool";
|
|
2207
|
+
readonly name: "_tryExecution";
|
|
2208
|
+
readonly type: "bool";
|
|
2209
|
+
}];
|
|
2210
|
+
readonly name: "approve";
|
|
2211
|
+
readonly outputs: readonly [];
|
|
2212
|
+
readonly stateMutability: "nonpayable";
|
|
2213
|
+
readonly type: "function";
|
|
2214
|
+
}, {
|
|
2215
|
+
readonly inputs: readonly [{
|
|
2216
|
+
readonly internalType: "uint256";
|
|
2217
|
+
readonly name: "_proposalId";
|
|
2218
|
+
readonly type: "uint256";
|
|
2219
|
+
}, {
|
|
2220
|
+
readonly internalType: "address";
|
|
2221
|
+
readonly name: "_account";
|
|
2222
|
+
readonly type: "address";
|
|
2223
|
+
}];
|
|
2224
|
+
readonly name: "canApprove";
|
|
2225
|
+
readonly outputs: readonly [{
|
|
2226
|
+
readonly internalType: "bool";
|
|
2227
|
+
readonly name: "";
|
|
2228
|
+
readonly type: "bool";
|
|
2229
|
+
}];
|
|
2230
|
+
readonly stateMutability: "view";
|
|
2231
|
+
readonly type: "function";
|
|
2232
|
+
}, {
|
|
2233
|
+
readonly inputs: readonly [{
|
|
2234
|
+
readonly internalType: "uint256";
|
|
2235
|
+
readonly name: "_proposalId";
|
|
2236
|
+
readonly type: "uint256";
|
|
2237
|
+
}];
|
|
2238
|
+
readonly name: "canExecute";
|
|
2239
|
+
readonly outputs: readonly [{
|
|
2240
|
+
readonly internalType: "bool";
|
|
2241
|
+
readonly name: "";
|
|
2242
|
+
readonly type: "bool";
|
|
2243
|
+
}];
|
|
2244
|
+
readonly stateMutability: "view";
|
|
2245
|
+
readonly type: "function";
|
|
2246
|
+
}, {
|
|
2247
|
+
readonly inputs: readonly [{
|
|
2248
|
+
readonly internalType: "bytes";
|
|
2249
|
+
readonly name: "_metadata";
|
|
2250
|
+
readonly type: "bytes";
|
|
2251
|
+
}, {
|
|
2252
|
+
readonly components: readonly [{
|
|
2253
|
+
readonly internalType: "address";
|
|
2254
|
+
readonly name: "to";
|
|
2255
|
+
readonly type: "address";
|
|
2256
|
+
}, {
|
|
2257
|
+
readonly internalType: "uint256";
|
|
2258
|
+
readonly name: "value";
|
|
2259
|
+
readonly type: "uint256";
|
|
2260
|
+
}, {
|
|
2261
|
+
readonly internalType: "bytes";
|
|
2262
|
+
readonly name: "data";
|
|
2263
|
+
readonly type: "bytes";
|
|
2264
|
+
}];
|
|
2265
|
+
readonly internalType: "struct Action[]";
|
|
2266
|
+
readonly name: "_actions";
|
|
2267
|
+
readonly type: "tuple[]";
|
|
2268
|
+
}, {
|
|
2269
|
+
readonly internalType: "uint64";
|
|
2270
|
+
readonly name: "_startDate";
|
|
2271
|
+
readonly type: "uint64";
|
|
2272
|
+
}, {
|
|
2273
|
+
readonly internalType: "uint64";
|
|
2274
|
+
readonly name: "_endDate";
|
|
2275
|
+
readonly type: "uint64";
|
|
2276
|
+
}, {
|
|
2277
|
+
readonly internalType: "bytes";
|
|
2278
|
+
readonly name: "_data";
|
|
2279
|
+
readonly type: "bytes";
|
|
2280
|
+
}];
|
|
2281
|
+
readonly name: "createProposal";
|
|
2282
|
+
readonly outputs: readonly [{
|
|
2283
|
+
readonly internalType: "uint256";
|
|
2284
|
+
readonly name: "proposalId";
|
|
2285
|
+
readonly type: "uint256";
|
|
2286
|
+
}];
|
|
2287
|
+
readonly stateMutability: "nonpayable";
|
|
2288
|
+
readonly type: "function";
|
|
2289
|
+
}, {
|
|
2290
|
+
readonly inputs: readonly [{
|
|
2291
|
+
readonly internalType: "bytes";
|
|
2292
|
+
readonly name: "_metadata";
|
|
2293
|
+
readonly type: "bytes";
|
|
2294
|
+
}, {
|
|
2295
|
+
readonly components: readonly [{
|
|
2296
|
+
readonly internalType: "address";
|
|
2297
|
+
readonly name: "to";
|
|
2298
|
+
readonly type: "address";
|
|
2299
|
+
}, {
|
|
2300
|
+
readonly internalType: "uint256";
|
|
2301
|
+
readonly name: "value";
|
|
2302
|
+
readonly type: "uint256";
|
|
2303
|
+
}, {
|
|
2304
|
+
readonly internalType: "bytes";
|
|
2305
|
+
readonly name: "data";
|
|
2306
|
+
readonly type: "bytes";
|
|
2307
|
+
}];
|
|
2308
|
+
readonly internalType: "struct Action[]";
|
|
2309
|
+
readonly name: "_actions";
|
|
2310
|
+
readonly type: "tuple[]";
|
|
2311
|
+
}, {
|
|
2312
|
+
readonly internalType: "uint256";
|
|
2313
|
+
readonly name: "_allowFailureMap";
|
|
2314
|
+
readonly type: "uint256";
|
|
2315
|
+
}, {
|
|
2316
|
+
readonly internalType: "bool";
|
|
2317
|
+
readonly name: "_approveProposal";
|
|
2318
|
+
readonly type: "bool";
|
|
2319
|
+
}, {
|
|
2320
|
+
readonly internalType: "bool";
|
|
2321
|
+
readonly name: "_tryExecution";
|
|
2322
|
+
readonly type: "bool";
|
|
2323
|
+
}, {
|
|
2324
|
+
readonly internalType: "uint64";
|
|
2325
|
+
readonly name: "_startDate";
|
|
2326
|
+
readonly type: "uint64";
|
|
2327
|
+
}, {
|
|
2328
|
+
readonly internalType: "uint64";
|
|
2329
|
+
readonly name: "_endDate";
|
|
2330
|
+
readonly type: "uint64";
|
|
2331
|
+
}];
|
|
2332
|
+
readonly name: "createProposal";
|
|
2333
|
+
readonly outputs: readonly [{
|
|
2334
|
+
readonly internalType: "uint256";
|
|
2335
|
+
readonly name: "proposalId";
|
|
2336
|
+
readonly type: "uint256";
|
|
2337
|
+
}];
|
|
2338
|
+
readonly stateMutability: "nonpayable";
|
|
2339
|
+
readonly type: "function";
|
|
2340
|
+
}, {
|
|
2341
|
+
readonly inputs: readonly [];
|
|
2342
|
+
readonly name: "customProposalParamsABI";
|
|
2343
|
+
readonly outputs: readonly [{
|
|
2344
|
+
readonly internalType: "string";
|
|
2345
|
+
readonly name: "";
|
|
2346
|
+
readonly type: "string";
|
|
2347
|
+
}];
|
|
2348
|
+
readonly stateMutability: "pure";
|
|
2349
|
+
readonly type: "function";
|
|
2350
|
+
}, {
|
|
2351
|
+
readonly inputs: readonly [];
|
|
2352
|
+
readonly name: "dao";
|
|
2353
|
+
readonly outputs: readonly [{
|
|
2354
|
+
readonly internalType: "contract IDAO";
|
|
2355
|
+
readonly name: "";
|
|
2356
|
+
readonly type: "address";
|
|
2357
|
+
}];
|
|
2358
|
+
readonly stateMutability: "view";
|
|
2359
|
+
readonly type: "function";
|
|
2360
|
+
}, {
|
|
2361
|
+
readonly inputs: readonly [{
|
|
2362
|
+
readonly internalType: "uint256";
|
|
2363
|
+
readonly name: "_proposalId";
|
|
2364
|
+
readonly type: "uint256";
|
|
2365
|
+
}];
|
|
2366
|
+
readonly name: "execute";
|
|
2367
|
+
readonly outputs: readonly [];
|
|
2368
|
+
readonly stateMutability: "nonpayable";
|
|
2369
|
+
readonly type: "function";
|
|
2370
|
+
}, {
|
|
2371
|
+
readonly inputs: readonly [];
|
|
2372
|
+
readonly name: "getCurrentTargetConfig";
|
|
2373
|
+
readonly outputs: readonly [{
|
|
2374
|
+
readonly components: readonly [{
|
|
2375
|
+
readonly internalType: "address";
|
|
2376
|
+
readonly name: "target";
|
|
2377
|
+
readonly type: "address";
|
|
2378
|
+
}, {
|
|
2379
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2380
|
+
readonly name: "operation";
|
|
2381
|
+
readonly type: "uint8";
|
|
2382
|
+
}];
|
|
2383
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2384
|
+
readonly name: "";
|
|
2385
|
+
readonly type: "tuple";
|
|
2386
|
+
}];
|
|
2387
|
+
readonly stateMutability: "view";
|
|
2388
|
+
readonly type: "function";
|
|
2389
|
+
}, {
|
|
2390
|
+
readonly inputs: readonly [];
|
|
2391
|
+
readonly name: "getMetadata";
|
|
2392
|
+
readonly outputs: readonly [{
|
|
2393
|
+
readonly internalType: "bytes";
|
|
2394
|
+
readonly name: "";
|
|
2395
|
+
readonly type: "bytes";
|
|
2396
|
+
}];
|
|
2397
|
+
readonly stateMutability: "view";
|
|
2398
|
+
readonly type: "function";
|
|
2399
|
+
}, {
|
|
2400
|
+
readonly inputs: readonly [{
|
|
2401
|
+
readonly internalType: "uint256";
|
|
2402
|
+
readonly name: "_proposalId";
|
|
2403
|
+
readonly type: "uint256";
|
|
2404
|
+
}];
|
|
2405
|
+
readonly name: "getProposal";
|
|
2406
|
+
readonly outputs: readonly [{
|
|
2407
|
+
readonly internalType: "bool";
|
|
2408
|
+
readonly name: "executed";
|
|
2409
|
+
readonly type: "bool";
|
|
2410
|
+
}, {
|
|
2411
|
+
readonly internalType: "uint16";
|
|
2412
|
+
readonly name: "approvals";
|
|
2413
|
+
readonly type: "uint16";
|
|
2414
|
+
}, {
|
|
2415
|
+
readonly components: readonly [{
|
|
2416
|
+
readonly internalType: "uint16";
|
|
2417
|
+
readonly name: "minApprovals";
|
|
2418
|
+
readonly type: "uint16";
|
|
2419
|
+
}, {
|
|
2420
|
+
readonly internalType: "uint64";
|
|
2421
|
+
readonly name: "snapshotBlock";
|
|
2422
|
+
readonly type: "uint64";
|
|
2423
|
+
}, {
|
|
2424
|
+
readonly internalType: "uint64";
|
|
2425
|
+
readonly name: "startDate";
|
|
2426
|
+
readonly type: "uint64";
|
|
2427
|
+
}, {
|
|
2428
|
+
readonly internalType: "uint64";
|
|
2429
|
+
readonly name: "endDate";
|
|
2430
|
+
readonly type: "uint64";
|
|
2431
|
+
}];
|
|
2432
|
+
readonly internalType: "struct Multisig.ProposalParameters";
|
|
2433
|
+
readonly name: "parameters";
|
|
2434
|
+
readonly type: "tuple";
|
|
2435
|
+
}, {
|
|
2436
|
+
readonly components: readonly [{
|
|
2437
|
+
readonly internalType: "address";
|
|
2438
|
+
readonly name: "to";
|
|
2439
|
+
readonly type: "address";
|
|
2440
|
+
}, {
|
|
2441
|
+
readonly internalType: "uint256";
|
|
2442
|
+
readonly name: "value";
|
|
2443
|
+
readonly type: "uint256";
|
|
2444
|
+
}, {
|
|
2445
|
+
readonly internalType: "bytes";
|
|
2446
|
+
readonly name: "data";
|
|
2447
|
+
readonly type: "bytes";
|
|
2448
|
+
}];
|
|
2449
|
+
readonly internalType: "struct Action[]";
|
|
2450
|
+
readonly name: "actions";
|
|
2451
|
+
readonly type: "tuple[]";
|
|
2452
|
+
}, {
|
|
2453
|
+
readonly internalType: "uint256";
|
|
2454
|
+
readonly name: "allowFailureMap";
|
|
2455
|
+
readonly type: "uint256";
|
|
2456
|
+
}, {
|
|
2457
|
+
readonly components: readonly [{
|
|
2458
|
+
readonly internalType: "address";
|
|
2459
|
+
readonly name: "target";
|
|
2460
|
+
readonly type: "address";
|
|
2461
|
+
}, {
|
|
2462
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2463
|
+
readonly name: "operation";
|
|
2464
|
+
readonly type: "uint8";
|
|
2465
|
+
}];
|
|
2466
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2467
|
+
readonly name: "targetConfig";
|
|
2468
|
+
readonly type: "tuple";
|
|
2469
|
+
}];
|
|
2470
|
+
readonly stateMutability: "view";
|
|
2471
|
+
readonly type: "function";
|
|
2472
|
+
}, {
|
|
2473
|
+
readonly inputs: readonly [];
|
|
2474
|
+
readonly name: "getTargetConfig";
|
|
2475
|
+
readonly outputs: readonly [{
|
|
2476
|
+
readonly components: readonly [{
|
|
2477
|
+
readonly internalType: "address";
|
|
2478
|
+
readonly name: "target";
|
|
2479
|
+
readonly type: "address";
|
|
2480
|
+
}, {
|
|
2481
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2482
|
+
readonly name: "operation";
|
|
2483
|
+
readonly type: "uint8";
|
|
2484
|
+
}];
|
|
2485
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2486
|
+
readonly name: "";
|
|
2487
|
+
readonly type: "tuple";
|
|
2488
|
+
}];
|
|
2489
|
+
readonly stateMutability: "view";
|
|
2490
|
+
readonly type: "function";
|
|
2491
|
+
}, {
|
|
2492
|
+
readonly inputs: readonly [{
|
|
2493
|
+
readonly internalType: "uint256";
|
|
2494
|
+
readonly name: "_proposalId";
|
|
2495
|
+
readonly type: "uint256";
|
|
2496
|
+
}, {
|
|
2497
|
+
readonly internalType: "address";
|
|
2498
|
+
readonly name: "_account";
|
|
2499
|
+
readonly type: "address";
|
|
2500
|
+
}];
|
|
2501
|
+
readonly name: "hasApproved";
|
|
2502
|
+
readonly outputs: readonly [{
|
|
2503
|
+
readonly internalType: "bool";
|
|
2504
|
+
readonly name: "";
|
|
2505
|
+
readonly type: "bool";
|
|
2506
|
+
}];
|
|
2507
|
+
readonly stateMutability: "view";
|
|
2508
|
+
readonly type: "function";
|
|
2509
|
+
}, {
|
|
2510
|
+
readonly inputs: readonly [{
|
|
2511
|
+
readonly internalType: "uint256";
|
|
2512
|
+
readonly name: "_proposalId";
|
|
2513
|
+
readonly type: "uint256";
|
|
2514
|
+
}];
|
|
2515
|
+
readonly name: "hasSucceeded";
|
|
2516
|
+
readonly outputs: readonly [{
|
|
2517
|
+
readonly internalType: "bool";
|
|
2518
|
+
readonly name: "";
|
|
2519
|
+
readonly type: "bool";
|
|
2520
|
+
}];
|
|
2521
|
+
readonly stateMutability: "view";
|
|
2522
|
+
readonly type: "function";
|
|
2523
|
+
}, {
|
|
2524
|
+
readonly inputs: readonly [];
|
|
2525
|
+
readonly name: "implementation";
|
|
2526
|
+
readonly outputs: readonly [{
|
|
2527
|
+
readonly internalType: "address";
|
|
2528
|
+
readonly name: "";
|
|
2529
|
+
readonly type: "address";
|
|
2530
|
+
}];
|
|
2531
|
+
readonly stateMutability: "view";
|
|
2532
|
+
readonly type: "function";
|
|
2533
|
+
}, {
|
|
2534
|
+
readonly inputs: readonly [{
|
|
2535
|
+
readonly internalType: "contract IDAO";
|
|
2536
|
+
readonly name: "_dao";
|
|
2537
|
+
readonly type: "address";
|
|
2538
|
+
}, {
|
|
2539
|
+
readonly internalType: "address[]";
|
|
2540
|
+
readonly name: "_members";
|
|
2541
|
+
readonly type: "address[]";
|
|
2542
|
+
}, {
|
|
2543
|
+
readonly components: readonly [{
|
|
2544
|
+
readonly internalType: "bool";
|
|
2545
|
+
readonly name: "onlyListed";
|
|
2546
|
+
readonly type: "bool";
|
|
2547
|
+
}, {
|
|
2548
|
+
readonly internalType: "uint16";
|
|
2549
|
+
readonly name: "minApprovals";
|
|
2550
|
+
readonly type: "uint16";
|
|
2551
|
+
}];
|
|
2552
|
+
readonly internalType: "struct Multisig.MultisigSettings";
|
|
2553
|
+
readonly name: "_multisigSettings";
|
|
2554
|
+
readonly type: "tuple";
|
|
2555
|
+
}, {
|
|
2556
|
+
readonly components: readonly [{
|
|
2557
|
+
readonly internalType: "address";
|
|
2558
|
+
readonly name: "target";
|
|
2559
|
+
readonly type: "address";
|
|
2560
|
+
}, {
|
|
2561
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2562
|
+
readonly name: "operation";
|
|
2563
|
+
readonly type: "uint8";
|
|
2564
|
+
}];
|
|
2565
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2566
|
+
readonly name: "_targetConfig";
|
|
2567
|
+
readonly type: "tuple";
|
|
2568
|
+
}, {
|
|
2569
|
+
readonly internalType: "bytes";
|
|
2570
|
+
readonly name: "_pluginMetadata";
|
|
2571
|
+
readonly type: "bytes";
|
|
2572
|
+
}];
|
|
2573
|
+
readonly name: "initialize";
|
|
2574
|
+
readonly outputs: readonly [];
|
|
2575
|
+
readonly stateMutability: "nonpayable";
|
|
2576
|
+
readonly type: "function";
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly inputs: readonly [{
|
|
2579
|
+
readonly internalType: "uint16";
|
|
2580
|
+
readonly name: "_fromBuild";
|
|
2581
|
+
readonly type: "uint16";
|
|
2582
|
+
}, {
|
|
2583
|
+
readonly internalType: "bytes";
|
|
2584
|
+
readonly name: "_initData";
|
|
2585
|
+
readonly type: "bytes";
|
|
2586
|
+
}];
|
|
2587
|
+
readonly name: "initializeFrom";
|
|
2588
|
+
readonly outputs: readonly [];
|
|
2589
|
+
readonly stateMutability: "nonpayable";
|
|
2590
|
+
readonly type: "function";
|
|
2591
|
+
}, {
|
|
2592
|
+
readonly inputs: readonly [{
|
|
2593
|
+
readonly internalType: "address";
|
|
2594
|
+
readonly name: "_account";
|
|
2595
|
+
readonly type: "address";
|
|
2596
|
+
}];
|
|
2597
|
+
readonly name: "isListed";
|
|
2598
|
+
readonly outputs: readonly [{
|
|
2599
|
+
readonly internalType: "bool";
|
|
2600
|
+
readonly name: "";
|
|
2601
|
+
readonly type: "bool";
|
|
2602
|
+
}];
|
|
2603
|
+
readonly stateMutability: "view";
|
|
2604
|
+
readonly type: "function";
|
|
2605
|
+
}, {
|
|
2606
|
+
readonly inputs: readonly [{
|
|
2607
|
+
readonly internalType: "address";
|
|
2608
|
+
readonly name: "_account";
|
|
2609
|
+
readonly type: "address";
|
|
2610
|
+
}, {
|
|
2611
|
+
readonly internalType: "uint256";
|
|
2612
|
+
readonly name: "_blockNumber";
|
|
2613
|
+
readonly type: "uint256";
|
|
2614
|
+
}];
|
|
2615
|
+
readonly name: "isListedAtBlock";
|
|
2616
|
+
readonly outputs: readonly [{
|
|
2617
|
+
readonly internalType: "bool";
|
|
2618
|
+
readonly name: "";
|
|
2619
|
+
readonly type: "bool";
|
|
2620
|
+
}];
|
|
2621
|
+
readonly stateMutability: "view";
|
|
2622
|
+
readonly type: "function";
|
|
2623
|
+
}, {
|
|
2624
|
+
readonly inputs: readonly [{
|
|
2625
|
+
readonly internalType: "address";
|
|
2626
|
+
readonly name: "_account";
|
|
2627
|
+
readonly type: "address";
|
|
2628
|
+
}];
|
|
2629
|
+
readonly name: "isMember";
|
|
2630
|
+
readonly outputs: readonly [{
|
|
2631
|
+
readonly internalType: "bool";
|
|
2632
|
+
readonly name: "";
|
|
2633
|
+
readonly type: "bool";
|
|
2634
|
+
}];
|
|
2635
|
+
readonly stateMutability: "view";
|
|
2636
|
+
readonly type: "function";
|
|
2637
|
+
}, {
|
|
2638
|
+
readonly inputs: readonly [];
|
|
2639
|
+
readonly name: "lastMultisigSettingsChange";
|
|
2640
|
+
readonly outputs: readonly [{
|
|
2641
|
+
readonly internalType: "uint64";
|
|
2642
|
+
readonly name: "";
|
|
2643
|
+
readonly type: "uint64";
|
|
2644
|
+
}];
|
|
2645
|
+
readonly stateMutability: "view";
|
|
2646
|
+
readonly type: "function";
|
|
2647
|
+
}, {
|
|
2648
|
+
readonly inputs: readonly [];
|
|
2649
|
+
readonly name: "multisigSettings";
|
|
2650
|
+
readonly outputs: readonly [{
|
|
2651
|
+
readonly internalType: "bool";
|
|
2652
|
+
readonly name: "onlyListed";
|
|
2653
|
+
readonly type: "bool";
|
|
2654
|
+
}, {
|
|
2655
|
+
readonly internalType: "uint16";
|
|
2656
|
+
readonly name: "minApprovals";
|
|
2657
|
+
readonly type: "uint16";
|
|
2658
|
+
}];
|
|
2659
|
+
readonly stateMutability: "view";
|
|
2660
|
+
readonly type: "function";
|
|
2661
|
+
}, {
|
|
2662
|
+
readonly inputs: readonly [];
|
|
2663
|
+
readonly name: "pluginType";
|
|
2664
|
+
readonly outputs: readonly [{
|
|
2665
|
+
readonly internalType: "enum IPlugin.PluginType";
|
|
2666
|
+
readonly name: "";
|
|
2667
|
+
readonly type: "uint8";
|
|
2668
|
+
}];
|
|
2669
|
+
readonly stateMutability: "pure";
|
|
2670
|
+
readonly type: "function";
|
|
2671
|
+
}, {
|
|
2672
|
+
readonly inputs: readonly [];
|
|
2673
|
+
readonly name: "proposalCount";
|
|
2674
|
+
readonly outputs: readonly [{
|
|
2675
|
+
readonly internalType: "uint256";
|
|
2676
|
+
readonly name: "";
|
|
2677
|
+
readonly type: "uint256";
|
|
2678
|
+
}];
|
|
2679
|
+
readonly stateMutability: "view";
|
|
2680
|
+
readonly type: "function";
|
|
2681
|
+
}, {
|
|
2682
|
+
readonly inputs: readonly [];
|
|
2683
|
+
readonly name: "protocolVersion";
|
|
2684
|
+
readonly outputs: readonly [{
|
|
2685
|
+
readonly internalType: "uint8[3]";
|
|
2686
|
+
readonly name: "";
|
|
2687
|
+
readonly type: "uint8[3]";
|
|
2688
|
+
}];
|
|
2689
|
+
readonly stateMutability: "pure";
|
|
2690
|
+
readonly type: "function";
|
|
2691
|
+
}, {
|
|
2692
|
+
readonly inputs: readonly [];
|
|
2693
|
+
readonly name: "proxiableUUID";
|
|
2694
|
+
readonly outputs: readonly [{
|
|
2695
|
+
readonly internalType: "bytes32";
|
|
2696
|
+
readonly name: "";
|
|
2697
|
+
readonly type: "bytes32";
|
|
2698
|
+
}];
|
|
2699
|
+
readonly stateMutability: "view";
|
|
2700
|
+
readonly type: "function";
|
|
2701
|
+
}, {
|
|
2702
|
+
readonly inputs: readonly [{
|
|
2703
|
+
readonly internalType: "address[]";
|
|
2704
|
+
readonly name: "_members";
|
|
2705
|
+
readonly type: "address[]";
|
|
2706
|
+
}];
|
|
2707
|
+
readonly name: "removeAddresses";
|
|
2708
|
+
readonly outputs: readonly [];
|
|
2709
|
+
readonly stateMutability: "nonpayable";
|
|
2710
|
+
readonly type: "function";
|
|
2711
|
+
}, {
|
|
2712
|
+
readonly inputs: readonly [{
|
|
2713
|
+
readonly internalType: "bytes";
|
|
2714
|
+
readonly name: "_metadata";
|
|
2715
|
+
readonly type: "bytes";
|
|
2716
|
+
}];
|
|
2717
|
+
readonly name: "setMetadata";
|
|
2718
|
+
readonly outputs: readonly [];
|
|
2719
|
+
readonly stateMutability: "nonpayable";
|
|
2720
|
+
readonly type: "function";
|
|
2721
|
+
}, {
|
|
2722
|
+
readonly inputs: readonly [{
|
|
2723
|
+
readonly components: readonly [{
|
|
2724
|
+
readonly internalType: "address";
|
|
2725
|
+
readonly name: "target";
|
|
2726
|
+
readonly type: "address";
|
|
2727
|
+
}, {
|
|
2728
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2729
|
+
readonly name: "operation";
|
|
2730
|
+
readonly type: "uint8";
|
|
2731
|
+
}];
|
|
2732
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2733
|
+
readonly name: "_targetConfig";
|
|
2734
|
+
readonly type: "tuple";
|
|
2735
|
+
}];
|
|
2736
|
+
readonly name: "setTargetConfig";
|
|
2737
|
+
readonly outputs: readonly [];
|
|
2738
|
+
readonly stateMutability: "nonpayable";
|
|
2739
|
+
readonly type: "function";
|
|
2740
|
+
}, {
|
|
2741
|
+
readonly inputs: readonly [{
|
|
2742
|
+
readonly internalType: "bytes4";
|
|
2743
|
+
readonly name: "_interfaceId";
|
|
2744
|
+
readonly type: "bytes4";
|
|
2745
|
+
}];
|
|
2746
|
+
readonly name: "supportsInterface";
|
|
2747
|
+
readonly outputs: readonly [{
|
|
2748
|
+
readonly internalType: "bool";
|
|
2749
|
+
readonly name: "";
|
|
2750
|
+
readonly type: "bool";
|
|
2751
|
+
}];
|
|
2752
|
+
readonly stateMutability: "view";
|
|
2753
|
+
readonly type: "function";
|
|
2754
|
+
}, {
|
|
2755
|
+
readonly inputs: readonly [{
|
|
2756
|
+
readonly components: readonly [{
|
|
2757
|
+
readonly internalType: "bool";
|
|
2758
|
+
readonly name: "onlyListed";
|
|
2759
|
+
readonly type: "bool";
|
|
2760
|
+
}, {
|
|
2761
|
+
readonly internalType: "uint16";
|
|
2762
|
+
readonly name: "minApprovals";
|
|
2763
|
+
readonly type: "uint16";
|
|
2764
|
+
}];
|
|
2765
|
+
readonly internalType: "struct Multisig.MultisigSettings";
|
|
2766
|
+
readonly name: "_multisigSettings";
|
|
2767
|
+
readonly type: "tuple";
|
|
2768
|
+
}];
|
|
2769
|
+
readonly name: "updateMultisigSettings";
|
|
2770
|
+
readonly outputs: readonly [];
|
|
2771
|
+
readonly stateMutability: "nonpayable";
|
|
2772
|
+
readonly type: "function";
|
|
2773
|
+
}, {
|
|
2774
|
+
readonly inputs: readonly [{
|
|
2775
|
+
readonly internalType: "address";
|
|
2776
|
+
readonly name: "newImplementation";
|
|
2777
|
+
readonly type: "address";
|
|
2778
|
+
}];
|
|
2779
|
+
readonly name: "upgradeTo";
|
|
2780
|
+
readonly outputs: readonly [];
|
|
2781
|
+
readonly stateMutability: "nonpayable";
|
|
2782
|
+
readonly type: "function";
|
|
2783
|
+
}, {
|
|
2784
|
+
readonly inputs: readonly [{
|
|
2785
|
+
readonly internalType: "address";
|
|
2786
|
+
readonly name: "newImplementation";
|
|
2787
|
+
readonly type: "address";
|
|
2788
|
+
}, {
|
|
2789
|
+
readonly internalType: "bytes";
|
|
2790
|
+
readonly name: "data";
|
|
2791
|
+
readonly type: "bytes";
|
|
2792
|
+
}];
|
|
2793
|
+
readonly name: "upgradeToAndCall";
|
|
2794
|
+
readonly outputs: readonly [];
|
|
2795
|
+
readonly stateMutability: "payable";
|
|
2796
|
+
readonly type: "function";
|
|
2797
|
+
}];
|
|
2798
|
+
|
|
2799
|
+
declare const AragonDelayedAction_ABI: readonly [{
|
|
2800
|
+
readonly inputs: readonly [];
|
|
2801
|
+
readonly name: "AlreadyInitialized";
|
|
2802
|
+
readonly type: "error";
|
|
2803
|
+
}, {
|
|
2804
|
+
readonly inputs: readonly [{
|
|
2805
|
+
readonly internalType: "address";
|
|
2806
|
+
readonly name: "body";
|
|
2807
|
+
readonly type: "address";
|
|
2808
|
+
}];
|
|
2809
|
+
readonly name: "BodyResultTypeNotSet";
|
|
2810
|
+
readonly type: "error";
|
|
2811
|
+
}, {
|
|
2812
|
+
readonly inputs: readonly [{
|
|
2813
|
+
readonly internalType: "address";
|
|
2814
|
+
readonly name: "dao";
|
|
2815
|
+
readonly type: "address";
|
|
2816
|
+
}, {
|
|
2817
|
+
readonly internalType: "address";
|
|
2818
|
+
readonly name: "where";
|
|
2819
|
+
readonly type: "address";
|
|
2820
|
+
}, {
|
|
2821
|
+
readonly internalType: "address";
|
|
2822
|
+
readonly name: "who";
|
|
2823
|
+
readonly type: "address";
|
|
2824
|
+
}, {
|
|
2825
|
+
readonly internalType: "bytes32";
|
|
2826
|
+
readonly name: "permissionId";
|
|
2827
|
+
readonly type: "bytes32";
|
|
2828
|
+
}];
|
|
2829
|
+
readonly name: "DaoUnauthorized";
|
|
2830
|
+
readonly type: "error";
|
|
2831
|
+
}, {
|
|
2832
|
+
readonly inputs: readonly [];
|
|
2833
|
+
readonly name: "DelegateCallFailed";
|
|
2834
|
+
readonly type: "error";
|
|
2835
|
+
}, {
|
|
2836
|
+
readonly inputs: readonly [{
|
|
2837
|
+
readonly internalType: "uint256";
|
|
2838
|
+
readonly name: "stageId";
|
|
2839
|
+
readonly type: "uint256";
|
|
2840
|
+
}, {
|
|
2841
|
+
readonly internalType: "address";
|
|
2842
|
+
readonly name: "body";
|
|
2843
|
+
readonly type: "address";
|
|
2844
|
+
}];
|
|
2845
|
+
readonly name: "DuplicateBodyAddress";
|
|
2846
|
+
readonly type: "error";
|
|
2847
|
+
}, {
|
|
2848
|
+
readonly inputs: readonly [];
|
|
2849
|
+
readonly name: "FunctionDeprecated";
|
|
2850
|
+
readonly type: "error";
|
|
2851
|
+
}, {
|
|
2852
|
+
readonly inputs: readonly [];
|
|
2853
|
+
readonly name: "InsufficientGas";
|
|
2854
|
+
readonly type: "error";
|
|
2855
|
+
}, {
|
|
2856
|
+
readonly inputs: readonly [];
|
|
2857
|
+
readonly name: "InterfaceNotSupported";
|
|
2858
|
+
readonly type: "error";
|
|
2859
|
+
}, {
|
|
2860
|
+
readonly inputs: readonly [{
|
|
2861
|
+
readonly components: readonly [{
|
|
2862
|
+
readonly internalType: "address";
|
|
2863
|
+
readonly name: "target";
|
|
2864
|
+
readonly type: "address";
|
|
2865
|
+
}, {
|
|
2866
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
2867
|
+
readonly name: "operation";
|
|
2868
|
+
readonly type: "uint8";
|
|
2869
|
+
}];
|
|
2870
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
2871
|
+
readonly name: "targetConfig";
|
|
2872
|
+
readonly type: "tuple";
|
|
2873
|
+
}];
|
|
2874
|
+
readonly name: "InvalidTargetConfig";
|
|
2875
|
+
readonly type: "error";
|
|
2876
|
+
}, {
|
|
2877
|
+
readonly inputs: readonly [{
|
|
2878
|
+
readonly internalType: "uint256";
|
|
2879
|
+
readonly name: "proposalId";
|
|
2880
|
+
readonly type: "uint256";
|
|
2881
|
+
}];
|
|
2882
|
+
readonly name: "NonexistentProposal";
|
|
2883
|
+
readonly type: "error";
|
|
2884
|
+
}, {
|
|
2885
|
+
readonly inputs: readonly [{
|
|
2886
|
+
readonly internalType: "uint256";
|
|
2887
|
+
readonly name: "proposalId";
|
|
2888
|
+
readonly type: "uint256";
|
|
2889
|
+
}];
|
|
2890
|
+
readonly name: "ProposalAdvanceForbidden";
|
|
2891
|
+
readonly type: "error";
|
|
2892
|
+
}, {
|
|
2893
|
+
readonly inputs: readonly [{
|
|
2894
|
+
readonly internalType: "uint256";
|
|
2895
|
+
readonly name: "proposalId";
|
|
2896
|
+
readonly type: "uint256";
|
|
2897
|
+
}];
|
|
2898
|
+
readonly name: "ProposalAlreadyExists";
|
|
2899
|
+
readonly type: "error";
|
|
2900
|
+
}, {
|
|
2901
|
+
readonly inputs: readonly [{
|
|
2902
|
+
readonly internalType: "uint256";
|
|
2903
|
+
readonly name: "proposalId";
|
|
2904
|
+
readonly type: "uint256";
|
|
2905
|
+
}, {
|
|
2906
|
+
readonly internalType: "uint16";
|
|
2907
|
+
readonly name: "stageId";
|
|
2908
|
+
readonly type: "uint16";
|
|
2909
|
+
}];
|
|
2910
|
+
readonly name: "ProposalCanNotBeCancelled";
|
|
2911
|
+
readonly type: "error";
|
|
2912
|
+
}, {
|
|
2913
|
+
readonly inputs: readonly [{
|
|
2914
|
+
readonly internalType: "uint256";
|
|
2915
|
+
readonly name: "proposalId";
|
|
2916
|
+
readonly type: "uint256";
|
|
2917
|
+
}, {
|
|
2918
|
+
readonly internalType: "uint16";
|
|
2919
|
+
readonly name: "stageId";
|
|
2920
|
+
readonly type: "uint16";
|
|
2921
|
+
}];
|
|
2922
|
+
readonly name: "ProposalCanNotBeEdited";
|
|
2923
|
+
readonly type: "error";
|
|
2924
|
+
}, {
|
|
2925
|
+
readonly inputs: readonly [{
|
|
2926
|
+
readonly internalType: "uint256";
|
|
2927
|
+
readonly name: "proposalId";
|
|
2928
|
+
readonly type: "uint256";
|
|
2929
|
+
}];
|
|
2930
|
+
readonly name: "ProposalExecutionForbidden";
|
|
2931
|
+
readonly type: "error";
|
|
2932
|
+
}, {
|
|
2933
|
+
readonly inputs: readonly [];
|
|
2934
|
+
readonly name: "StageCountZero";
|
|
2935
|
+
readonly type: "error";
|
|
2936
|
+
}, {
|
|
2937
|
+
readonly inputs: readonly [];
|
|
2938
|
+
readonly name: "StageDurationsInvalid";
|
|
2939
|
+
readonly type: "error";
|
|
2940
|
+
}, {
|
|
2941
|
+
readonly inputs: readonly [{
|
|
2942
|
+
readonly internalType: "uint64";
|
|
2943
|
+
readonly name: "currentStageId";
|
|
2944
|
+
readonly type: "uint64";
|
|
2945
|
+
}, {
|
|
2946
|
+
readonly internalType: "uint64";
|
|
2947
|
+
readonly name: "reportedStageId";
|
|
2948
|
+
readonly type: "uint64";
|
|
2949
|
+
}];
|
|
2950
|
+
readonly name: "StageIdInvalid";
|
|
2951
|
+
readonly type: "error";
|
|
2952
|
+
}, {
|
|
2953
|
+
readonly inputs: readonly [];
|
|
2954
|
+
readonly name: "StageThresholdsInvalid";
|
|
2955
|
+
readonly type: "error";
|
|
2956
|
+
}, {
|
|
2957
|
+
readonly inputs: readonly [{
|
|
2958
|
+
readonly internalType: "uint64";
|
|
2959
|
+
readonly name: "";
|
|
2960
|
+
readonly type: "uint64";
|
|
2961
|
+
}];
|
|
2962
|
+
readonly name: "StartDateInvalid";
|
|
2963
|
+
readonly type: "error";
|
|
2964
|
+
}, {
|
|
2965
|
+
readonly inputs: readonly [];
|
|
2966
|
+
readonly name: "Uint16MaxSizeExceeded";
|
|
2967
|
+
readonly type: "error";
|
|
2968
|
+
}, {
|
|
2969
|
+
readonly inputs: readonly [{
|
|
2970
|
+
readonly internalType: "uint256";
|
|
2971
|
+
readonly name: "proposalId";
|
|
2972
|
+
readonly type: "uint256";
|
|
2973
|
+
}, {
|
|
2974
|
+
readonly internalType: "uint8";
|
|
2975
|
+
readonly name: "currentState";
|
|
2976
|
+
readonly type: "uint8";
|
|
2977
|
+
}, {
|
|
2978
|
+
readonly internalType: "bytes32";
|
|
2979
|
+
readonly name: "allowedStates";
|
|
2980
|
+
readonly type: "bytes32";
|
|
2981
|
+
}];
|
|
2982
|
+
readonly name: "UnexpectedProposalState";
|
|
2983
|
+
readonly type: "error";
|
|
2984
|
+
}, {
|
|
2985
|
+
readonly anonymous: false;
|
|
2986
|
+
readonly inputs: readonly [{
|
|
2987
|
+
readonly indexed: false;
|
|
2988
|
+
readonly internalType: "address";
|
|
2989
|
+
readonly name: "previousAdmin";
|
|
2990
|
+
readonly type: "address";
|
|
2991
|
+
}, {
|
|
2992
|
+
readonly indexed: false;
|
|
2993
|
+
readonly internalType: "address";
|
|
2994
|
+
readonly name: "newAdmin";
|
|
2995
|
+
readonly type: "address";
|
|
2996
|
+
}];
|
|
2997
|
+
readonly name: "AdminChanged";
|
|
2998
|
+
readonly type: "event";
|
|
2999
|
+
}, {
|
|
3000
|
+
readonly anonymous: false;
|
|
3001
|
+
readonly inputs: readonly [{
|
|
3002
|
+
readonly indexed: true;
|
|
3003
|
+
readonly internalType: "address";
|
|
3004
|
+
readonly name: "beacon";
|
|
3005
|
+
readonly type: "address";
|
|
3006
|
+
}];
|
|
3007
|
+
readonly name: "BeaconUpgraded";
|
|
3008
|
+
readonly type: "event";
|
|
3009
|
+
}, {
|
|
3010
|
+
readonly anonymous: false;
|
|
3011
|
+
readonly inputs: readonly [{
|
|
3012
|
+
readonly indexed: false;
|
|
3013
|
+
readonly internalType: "uint8";
|
|
3014
|
+
readonly name: "version";
|
|
3015
|
+
readonly type: "uint8";
|
|
3016
|
+
}];
|
|
3017
|
+
readonly name: "Initialized";
|
|
3018
|
+
readonly type: "event";
|
|
3019
|
+
}, {
|
|
3020
|
+
readonly anonymous: false;
|
|
3021
|
+
readonly inputs: readonly [{
|
|
3022
|
+
readonly indexed: false;
|
|
3023
|
+
readonly internalType: "bytes";
|
|
3024
|
+
readonly name: "metadata";
|
|
3025
|
+
readonly type: "bytes";
|
|
3026
|
+
}];
|
|
3027
|
+
readonly name: "MetadataSet";
|
|
3028
|
+
readonly type: "event";
|
|
3029
|
+
}, {
|
|
3030
|
+
readonly anonymous: false;
|
|
3031
|
+
readonly inputs: readonly [{
|
|
3032
|
+
readonly indexed: true;
|
|
3033
|
+
readonly internalType: "uint256";
|
|
3034
|
+
readonly name: "proposalId";
|
|
3035
|
+
readonly type: "uint256";
|
|
3036
|
+
}, {
|
|
3037
|
+
readonly indexed: true;
|
|
3038
|
+
readonly internalType: "uint16";
|
|
3039
|
+
readonly name: "stageId";
|
|
3040
|
+
readonly type: "uint16";
|
|
3041
|
+
}, {
|
|
3042
|
+
readonly indexed: true;
|
|
3043
|
+
readonly internalType: "address";
|
|
3044
|
+
readonly name: "sender";
|
|
3045
|
+
readonly type: "address";
|
|
3046
|
+
}];
|
|
3047
|
+
readonly name: "ProposalAdvanced";
|
|
3048
|
+
readonly type: "event";
|
|
3049
|
+
}, {
|
|
3050
|
+
readonly anonymous: false;
|
|
3051
|
+
readonly inputs: readonly [{
|
|
3052
|
+
readonly indexed: true;
|
|
3053
|
+
readonly internalType: "uint256";
|
|
3054
|
+
readonly name: "proposalId";
|
|
3055
|
+
readonly type: "uint256";
|
|
3056
|
+
}, {
|
|
3057
|
+
readonly indexed: true;
|
|
3058
|
+
readonly internalType: "uint16";
|
|
3059
|
+
readonly name: "stageId";
|
|
3060
|
+
readonly type: "uint16";
|
|
3061
|
+
}, {
|
|
3062
|
+
readonly indexed: true;
|
|
3063
|
+
readonly internalType: "address";
|
|
3064
|
+
readonly name: "sender";
|
|
3065
|
+
readonly type: "address";
|
|
3066
|
+
}];
|
|
3067
|
+
readonly name: "ProposalCanceled";
|
|
3068
|
+
readonly type: "event";
|
|
3069
|
+
}, {
|
|
3070
|
+
readonly anonymous: false;
|
|
3071
|
+
readonly inputs: readonly [{
|
|
3072
|
+
readonly indexed: true;
|
|
3073
|
+
readonly internalType: "uint256";
|
|
3074
|
+
readonly name: "proposalId";
|
|
3075
|
+
readonly type: "uint256";
|
|
3076
|
+
}, {
|
|
3077
|
+
readonly indexed: true;
|
|
3078
|
+
readonly internalType: "address";
|
|
3079
|
+
readonly name: "creator";
|
|
3080
|
+
readonly type: "address";
|
|
3081
|
+
}, {
|
|
3082
|
+
readonly indexed: false;
|
|
3083
|
+
readonly internalType: "uint64";
|
|
3084
|
+
readonly name: "startDate";
|
|
3085
|
+
readonly type: "uint64";
|
|
3086
|
+
}, {
|
|
3087
|
+
readonly indexed: false;
|
|
3088
|
+
readonly internalType: "uint64";
|
|
3089
|
+
readonly name: "endDate";
|
|
3090
|
+
readonly type: "uint64";
|
|
3091
|
+
}, {
|
|
3092
|
+
readonly indexed: false;
|
|
3093
|
+
readonly internalType: "bytes";
|
|
3094
|
+
readonly name: "metadata";
|
|
3095
|
+
readonly type: "bytes";
|
|
3096
|
+
}, {
|
|
3097
|
+
readonly components: readonly [{
|
|
3098
|
+
readonly internalType: "address";
|
|
3099
|
+
readonly name: "to";
|
|
3100
|
+
readonly type: "address";
|
|
3101
|
+
}, {
|
|
3102
|
+
readonly internalType: "uint256";
|
|
3103
|
+
readonly name: "value";
|
|
3104
|
+
readonly type: "uint256";
|
|
3105
|
+
}, {
|
|
3106
|
+
readonly internalType: "bytes";
|
|
3107
|
+
readonly name: "data";
|
|
3108
|
+
readonly type: "bytes";
|
|
3109
|
+
}];
|
|
3110
|
+
readonly indexed: false;
|
|
3111
|
+
readonly internalType: "struct Action[]";
|
|
3112
|
+
readonly name: "actions";
|
|
3113
|
+
readonly type: "tuple[]";
|
|
3114
|
+
}, {
|
|
3115
|
+
readonly indexed: false;
|
|
3116
|
+
readonly internalType: "uint256";
|
|
3117
|
+
readonly name: "allowFailureMap";
|
|
3118
|
+
readonly type: "uint256";
|
|
3119
|
+
}];
|
|
3120
|
+
readonly name: "ProposalCreated";
|
|
3121
|
+
readonly type: "event";
|
|
3122
|
+
}, {
|
|
3123
|
+
readonly anonymous: false;
|
|
3124
|
+
readonly inputs: readonly [{
|
|
3125
|
+
readonly indexed: true;
|
|
3126
|
+
readonly internalType: "uint256";
|
|
3127
|
+
readonly name: "proposalId";
|
|
3128
|
+
readonly type: "uint256";
|
|
3129
|
+
}, {
|
|
3130
|
+
readonly indexed: true;
|
|
3131
|
+
readonly internalType: "uint16";
|
|
3132
|
+
readonly name: "stageId";
|
|
3133
|
+
readonly type: "uint16";
|
|
3134
|
+
}, {
|
|
3135
|
+
readonly indexed: true;
|
|
3136
|
+
readonly internalType: "address";
|
|
3137
|
+
readonly name: "sender";
|
|
3138
|
+
readonly type: "address";
|
|
3139
|
+
}, {
|
|
3140
|
+
readonly indexed: false;
|
|
3141
|
+
readonly internalType: "bytes";
|
|
3142
|
+
readonly name: "metadata";
|
|
3143
|
+
readonly type: "bytes";
|
|
3144
|
+
}, {
|
|
3145
|
+
readonly components: readonly [{
|
|
3146
|
+
readonly internalType: "address";
|
|
3147
|
+
readonly name: "to";
|
|
3148
|
+
readonly type: "address";
|
|
3149
|
+
}, {
|
|
3150
|
+
readonly internalType: "uint256";
|
|
3151
|
+
readonly name: "value";
|
|
3152
|
+
readonly type: "uint256";
|
|
3153
|
+
}, {
|
|
3154
|
+
readonly internalType: "bytes";
|
|
3155
|
+
readonly name: "data";
|
|
3156
|
+
readonly type: "bytes";
|
|
3157
|
+
}];
|
|
3158
|
+
readonly indexed: false;
|
|
3159
|
+
readonly internalType: "struct Action[]";
|
|
3160
|
+
readonly name: "actions";
|
|
3161
|
+
readonly type: "tuple[]";
|
|
3162
|
+
}];
|
|
3163
|
+
readonly name: "ProposalEdited";
|
|
3164
|
+
readonly type: "event";
|
|
3165
|
+
}, {
|
|
3166
|
+
readonly anonymous: false;
|
|
3167
|
+
readonly inputs: readonly [{
|
|
3168
|
+
readonly indexed: true;
|
|
3169
|
+
readonly internalType: "uint256";
|
|
3170
|
+
readonly name: "proposalId";
|
|
3171
|
+
readonly type: "uint256";
|
|
3172
|
+
}];
|
|
3173
|
+
readonly name: "ProposalExecuted";
|
|
3174
|
+
readonly type: "event";
|
|
3175
|
+
}, {
|
|
3176
|
+
readonly anonymous: false;
|
|
3177
|
+
readonly inputs: readonly [{
|
|
3178
|
+
readonly indexed: true;
|
|
3179
|
+
readonly internalType: "uint256";
|
|
3180
|
+
readonly name: "proposalId";
|
|
3181
|
+
readonly type: "uint256";
|
|
3182
|
+
}, {
|
|
3183
|
+
readonly indexed: true;
|
|
3184
|
+
readonly internalType: "uint16";
|
|
3185
|
+
readonly name: "stageId";
|
|
3186
|
+
readonly type: "uint16";
|
|
3187
|
+
}, {
|
|
3188
|
+
readonly indexed: true;
|
|
3189
|
+
readonly internalType: "address";
|
|
3190
|
+
readonly name: "body";
|
|
3191
|
+
readonly type: "address";
|
|
3192
|
+
}];
|
|
3193
|
+
readonly name: "ProposalResultReported";
|
|
3194
|
+
readonly type: "event";
|
|
3195
|
+
}, {
|
|
3196
|
+
readonly anonymous: false;
|
|
3197
|
+
readonly inputs: readonly [{
|
|
3198
|
+
readonly components: readonly [{
|
|
3199
|
+
readonly components: readonly [{
|
|
3200
|
+
readonly internalType: "address";
|
|
3201
|
+
readonly name: "addr";
|
|
3202
|
+
readonly type: "address";
|
|
3203
|
+
}, {
|
|
3204
|
+
readonly internalType: "bool";
|
|
3205
|
+
readonly name: "isManual";
|
|
3206
|
+
readonly type: "bool";
|
|
3207
|
+
}, {
|
|
3208
|
+
readonly internalType: "bool";
|
|
3209
|
+
readonly name: "tryAdvance";
|
|
3210
|
+
readonly type: "bool";
|
|
3211
|
+
}, {
|
|
3212
|
+
readonly internalType: "enum StagedProposalProcessor.ResultType";
|
|
3213
|
+
readonly name: "resultType";
|
|
3214
|
+
readonly type: "uint8";
|
|
3215
|
+
}];
|
|
3216
|
+
readonly internalType: "struct StagedProposalProcessor.Body[]";
|
|
3217
|
+
readonly name: "bodies";
|
|
3218
|
+
readonly type: "tuple[]";
|
|
3219
|
+
}, {
|
|
3220
|
+
readonly internalType: "uint64";
|
|
3221
|
+
readonly name: "maxAdvance";
|
|
3222
|
+
readonly type: "uint64";
|
|
3223
|
+
}, {
|
|
3224
|
+
readonly internalType: "uint64";
|
|
3225
|
+
readonly name: "minAdvance";
|
|
3226
|
+
readonly type: "uint64";
|
|
3227
|
+
}, {
|
|
3228
|
+
readonly internalType: "uint64";
|
|
3229
|
+
readonly name: "voteDuration";
|
|
3230
|
+
readonly type: "uint64";
|
|
3231
|
+
}, {
|
|
3232
|
+
readonly internalType: "uint16";
|
|
3233
|
+
readonly name: "approvalThreshold";
|
|
3234
|
+
readonly type: "uint16";
|
|
3235
|
+
}, {
|
|
3236
|
+
readonly internalType: "uint16";
|
|
3237
|
+
readonly name: "vetoThreshold";
|
|
3238
|
+
readonly type: "uint16";
|
|
3239
|
+
}, {
|
|
3240
|
+
readonly internalType: "bool";
|
|
3241
|
+
readonly name: "cancelable";
|
|
3242
|
+
readonly type: "bool";
|
|
3243
|
+
}, {
|
|
3244
|
+
readonly internalType: "bool";
|
|
3245
|
+
readonly name: "editable";
|
|
3246
|
+
readonly type: "bool";
|
|
3247
|
+
}];
|
|
3248
|
+
readonly indexed: false;
|
|
3249
|
+
readonly internalType: "struct StagedProposalProcessor.Stage[]";
|
|
3250
|
+
readonly name: "stages";
|
|
3251
|
+
readonly type: "tuple[]";
|
|
3252
|
+
}];
|
|
3253
|
+
readonly name: "StagesUpdated";
|
|
3254
|
+
readonly type: "event";
|
|
3255
|
+
}, {
|
|
3256
|
+
readonly anonymous: false;
|
|
3257
|
+
readonly inputs: readonly [{
|
|
3258
|
+
readonly indexed: true;
|
|
3259
|
+
readonly internalType: "uint256";
|
|
3260
|
+
readonly name: "proposalId";
|
|
3261
|
+
readonly type: "uint256";
|
|
3262
|
+
}, {
|
|
3263
|
+
readonly indexed: true;
|
|
3264
|
+
readonly internalType: "uint16";
|
|
3265
|
+
readonly name: "stageId";
|
|
3266
|
+
readonly type: "uint16";
|
|
3267
|
+
}, {
|
|
3268
|
+
readonly indexed: true;
|
|
3269
|
+
readonly internalType: "address";
|
|
3270
|
+
readonly name: "body";
|
|
3271
|
+
readonly type: "address";
|
|
3272
|
+
}, {
|
|
3273
|
+
readonly indexed: false;
|
|
3274
|
+
readonly internalType: "uint256";
|
|
3275
|
+
readonly name: "bodyProposalId";
|
|
3276
|
+
readonly type: "uint256";
|
|
3277
|
+
}];
|
|
3278
|
+
readonly name: "SubProposalCreated";
|
|
3279
|
+
readonly type: "event";
|
|
3280
|
+
}, {
|
|
3281
|
+
readonly anonymous: false;
|
|
3282
|
+
readonly inputs: readonly [{
|
|
3283
|
+
readonly indexed: true;
|
|
3284
|
+
readonly internalType: "uint256";
|
|
3285
|
+
readonly name: "proposalId";
|
|
3286
|
+
readonly type: "uint256";
|
|
3287
|
+
}, {
|
|
3288
|
+
readonly indexed: true;
|
|
3289
|
+
readonly internalType: "uint16";
|
|
3290
|
+
readonly name: "stageId";
|
|
3291
|
+
readonly type: "uint16";
|
|
3292
|
+
}, {
|
|
3293
|
+
readonly indexed: true;
|
|
3294
|
+
readonly internalType: "address";
|
|
3295
|
+
readonly name: "body";
|
|
3296
|
+
readonly type: "address";
|
|
3297
|
+
}, {
|
|
3298
|
+
readonly indexed: false;
|
|
3299
|
+
readonly internalType: "bytes";
|
|
3300
|
+
readonly name: "reason";
|
|
3301
|
+
readonly type: "bytes";
|
|
3302
|
+
}];
|
|
3303
|
+
readonly name: "SubProposalNotCreated";
|
|
3304
|
+
readonly type: "event";
|
|
3305
|
+
}, {
|
|
3306
|
+
readonly anonymous: false;
|
|
3307
|
+
readonly inputs: readonly [{
|
|
3308
|
+
readonly components: readonly [{
|
|
3309
|
+
readonly internalType: "address";
|
|
3310
|
+
readonly name: "target";
|
|
3311
|
+
readonly type: "address";
|
|
3312
|
+
}, {
|
|
3313
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
3314
|
+
readonly name: "operation";
|
|
3315
|
+
readonly type: "uint8";
|
|
3316
|
+
}];
|
|
3317
|
+
readonly indexed: false;
|
|
3318
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
3319
|
+
readonly name: "newTargetConfig";
|
|
3320
|
+
readonly type: "tuple";
|
|
3321
|
+
}];
|
|
3322
|
+
readonly name: "TargetSet";
|
|
3323
|
+
readonly type: "event";
|
|
3324
|
+
}, {
|
|
3325
|
+
readonly anonymous: false;
|
|
3326
|
+
readonly inputs: readonly [{
|
|
3327
|
+
readonly indexed: true;
|
|
3328
|
+
readonly internalType: "address";
|
|
3329
|
+
readonly name: "forwarder";
|
|
3330
|
+
readonly type: "address";
|
|
3331
|
+
}];
|
|
3332
|
+
readonly name: "TrustedForwarderUpdated";
|
|
3333
|
+
readonly type: "event";
|
|
3334
|
+
}, {
|
|
3335
|
+
readonly anonymous: false;
|
|
3336
|
+
readonly inputs: readonly [{
|
|
3337
|
+
readonly indexed: true;
|
|
3338
|
+
readonly internalType: "address";
|
|
3339
|
+
readonly name: "implementation";
|
|
3340
|
+
readonly type: "address";
|
|
3341
|
+
}];
|
|
3342
|
+
readonly name: "Upgraded";
|
|
3343
|
+
readonly type: "event";
|
|
3344
|
+
}, {
|
|
3345
|
+
readonly inputs: readonly [];
|
|
3346
|
+
readonly name: "SET_METADATA_PERMISSION_ID";
|
|
3347
|
+
readonly outputs: readonly [{
|
|
3348
|
+
readonly internalType: "bytes32";
|
|
3349
|
+
readonly name: "";
|
|
3350
|
+
readonly type: "bytes32";
|
|
3351
|
+
}];
|
|
3352
|
+
readonly stateMutability: "view";
|
|
3353
|
+
readonly type: "function";
|
|
3354
|
+
}, {
|
|
3355
|
+
readonly inputs: readonly [];
|
|
3356
|
+
readonly name: "SET_TARGET_CONFIG_PERMISSION_ID";
|
|
3357
|
+
readonly outputs: readonly [{
|
|
3358
|
+
readonly internalType: "bytes32";
|
|
3359
|
+
readonly name: "";
|
|
3360
|
+
readonly type: "bytes32";
|
|
3361
|
+
}];
|
|
3362
|
+
readonly stateMutability: "view";
|
|
3363
|
+
readonly type: "function";
|
|
3364
|
+
}, {
|
|
3365
|
+
readonly inputs: readonly [];
|
|
3366
|
+
readonly name: "UPGRADE_PLUGIN_PERMISSION_ID";
|
|
3367
|
+
readonly outputs: readonly [{
|
|
3368
|
+
readonly internalType: "bytes32";
|
|
3369
|
+
readonly name: "";
|
|
3370
|
+
readonly type: "bytes32";
|
|
3371
|
+
}];
|
|
3372
|
+
readonly stateMutability: "view";
|
|
3373
|
+
readonly type: "function";
|
|
3374
|
+
}, {
|
|
3375
|
+
readonly inputs: readonly [{
|
|
3376
|
+
readonly internalType: "uint256";
|
|
3377
|
+
readonly name: "_proposalId";
|
|
3378
|
+
readonly type: "uint256";
|
|
3379
|
+
}];
|
|
3380
|
+
readonly name: "advanceProposal";
|
|
3381
|
+
readonly outputs: readonly [];
|
|
3382
|
+
readonly stateMutability: "nonpayable";
|
|
3383
|
+
readonly type: "function";
|
|
3384
|
+
}, {
|
|
3385
|
+
readonly inputs: readonly [{
|
|
3386
|
+
readonly internalType: "uint256";
|
|
3387
|
+
readonly name: "_proposalId";
|
|
3388
|
+
readonly type: "uint256";
|
|
3389
|
+
}];
|
|
3390
|
+
readonly name: "canExecute";
|
|
3391
|
+
readonly outputs: readonly [{
|
|
3392
|
+
readonly internalType: "bool";
|
|
3393
|
+
readonly name: "";
|
|
3394
|
+
readonly type: "bool";
|
|
3395
|
+
}];
|
|
3396
|
+
readonly stateMutability: "view";
|
|
3397
|
+
readonly type: "function";
|
|
3398
|
+
}, {
|
|
3399
|
+
readonly inputs: readonly [{
|
|
3400
|
+
readonly internalType: "uint256";
|
|
3401
|
+
readonly name: "_proposalId";
|
|
3402
|
+
readonly type: "uint256";
|
|
3403
|
+
}];
|
|
3404
|
+
readonly name: "canProposalAdvance";
|
|
3405
|
+
readonly outputs: readonly [{
|
|
3406
|
+
readonly internalType: "bool";
|
|
3407
|
+
readonly name: "";
|
|
3408
|
+
readonly type: "bool";
|
|
3409
|
+
}];
|
|
3410
|
+
readonly stateMutability: "view";
|
|
3411
|
+
readonly type: "function";
|
|
3412
|
+
}, {
|
|
3413
|
+
readonly inputs: readonly [{
|
|
3414
|
+
readonly internalType: "uint256";
|
|
3415
|
+
readonly name: "_proposalId";
|
|
3416
|
+
readonly type: "uint256";
|
|
3417
|
+
}];
|
|
3418
|
+
readonly name: "cancel";
|
|
3419
|
+
readonly outputs: readonly [];
|
|
3420
|
+
readonly stateMutability: "nonpayable";
|
|
3421
|
+
readonly type: "function";
|
|
3422
|
+
}, {
|
|
3423
|
+
readonly inputs: readonly [{
|
|
3424
|
+
readonly internalType: "bytes";
|
|
3425
|
+
readonly name: "_metadata";
|
|
3426
|
+
readonly type: "bytes";
|
|
3427
|
+
}, {
|
|
3428
|
+
readonly components: readonly [{
|
|
3429
|
+
readonly internalType: "address";
|
|
3430
|
+
readonly name: "to";
|
|
3431
|
+
readonly type: "address";
|
|
3432
|
+
}, {
|
|
3433
|
+
readonly internalType: "uint256";
|
|
3434
|
+
readonly name: "value";
|
|
3435
|
+
readonly type: "uint256";
|
|
3436
|
+
}, {
|
|
3437
|
+
readonly internalType: "bytes";
|
|
3438
|
+
readonly name: "data";
|
|
3439
|
+
readonly type: "bytes";
|
|
3440
|
+
}];
|
|
3441
|
+
readonly internalType: "struct Action[]";
|
|
3442
|
+
readonly name: "_actions";
|
|
3443
|
+
readonly type: "tuple[]";
|
|
3444
|
+
}, {
|
|
3445
|
+
readonly internalType: "uint128";
|
|
3446
|
+
readonly name: "_allowFailureMap";
|
|
3447
|
+
readonly type: "uint128";
|
|
3448
|
+
}, {
|
|
3449
|
+
readonly internalType: "uint64";
|
|
3450
|
+
readonly name: "_startDate";
|
|
3451
|
+
readonly type: "uint64";
|
|
3452
|
+
}, {
|
|
3453
|
+
readonly internalType: "bytes[][]";
|
|
3454
|
+
readonly name: "_proposalParams";
|
|
3455
|
+
readonly type: "bytes[][]";
|
|
3456
|
+
}];
|
|
3457
|
+
readonly name: "createProposal";
|
|
3458
|
+
readonly outputs: readonly [{
|
|
3459
|
+
readonly internalType: "uint256";
|
|
3460
|
+
readonly name: "proposalId";
|
|
3461
|
+
readonly type: "uint256";
|
|
3462
|
+
}];
|
|
3463
|
+
readonly stateMutability: "nonpayable";
|
|
3464
|
+
readonly type: "function";
|
|
3465
|
+
}, {
|
|
3466
|
+
readonly inputs: readonly [{
|
|
3467
|
+
readonly internalType: "bytes";
|
|
3468
|
+
readonly name: "_metadata";
|
|
3469
|
+
readonly type: "bytes";
|
|
3470
|
+
}, {
|
|
3471
|
+
readonly components: readonly [{
|
|
3472
|
+
readonly internalType: "address";
|
|
3473
|
+
readonly name: "to";
|
|
3474
|
+
readonly type: "address";
|
|
3475
|
+
}, {
|
|
3476
|
+
readonly internalType: "uint256";
|
|
3477
|
+
readonly name: "value";
|
|
3478
|
+
readonly type: "uint256";
|
|
3479
|
+
}, {
|
|
3480
|
+
readonly internalType: "bytes";
|
|
3481
|
+
readonly name: "data";
|
|
3482
|
+
readonly type: "bytes";
|
|
3483
|
+
}];
|
|
3484
|
+
readonly internalType: "struct Action[]";
|
|
3485
|
+
readonly name: "_actions";
|
|
3486
|
+
readonly type: "tuple[]";
|
|
3487
|
+
}, {
|
|
3488
|
+
readonly internalType: "uint64";
|
|
3489
|
+
readonly name: "_startDate";
|
|
3490
|
+
readonly type: "uint64";
|
|
3491
|
+
}, {
|
|
3492
|
+
readonly internalType: "uint64";
|
|
3493
|
+
readonly name: "";
|
|
3494
|
+
readonly type: "uint64";
|
|
3495
|
+
}, {
|
|
3496
|
+
readonly internalType: "bytes";
|
|
3497
|
+
readonly name: "_data";
|
|
3498
|
+
readonly type: "bytes";
|
|
3499
|
+
}];
|
|
3500
|
+
readonly name: "createProposal";
|
|
3501
|
+
readonly outputs: readonly [{
|
|
3502
|
+
readonly internalType: "uint256";
|
|
3503
|
+
readonly name: "proposalId";
|
|
3504
|
+
readonly type: "uint256";
|
|
3505
|
+
}];
|
|
3506
|
+
readonly stateMutability: "nonpayable";
|
|
3507
|
+
readonly type: "function";
|
|
3508
|
+
}, {
|
|
3509
|
+
readonly inputs: readonly [];
|
|
3510
|
+
readonly name: "customProposalParamsABI";
|
|
3511
|
+
readonly outputs: readonly [{
|
|
3512
|
+
readonly internalType: "string";
|
|
3513
|
+
readonly name: "";
|
|
3514
|
+
readonly type: "string";
|
|
3515
|
+
}];
|
|
3516
|
+
readonly stateMutability: "pure";
|
|
3517
|
+
readonly type: "function";
|
|
3518
|
+
}, {
|
|
3519
|
+
readonly inputs: readonly [];
|
|
3520
|
+
readonly name: "dao";
|
|
3521
|
+
readonly outputs: readonly [{
|
|
3522
|
+
readonly internalType: "contract IDAO";
|
|
3523
|
+
readonly name: "";
|
|
3524
|
+
readonly type: "address";
|
|
3525
|
+
}];
|
|
3526
|
+
readonly stateMutability: "view";
|
|
3527
|
+
readonly type: "function";
|
|
3528
|
+
}, {
|
|
3529
|
+
readonly inputs: readonly [{
|
|
3530
|
+
readonly internalType: "uint256";
|
|
3531
|
+
readonly name: "_proposalId";
|
|
3532
|
+
readonly type: "uint256";
|
|
3533
|
+
}, {
|
|
3534
|
+
readonly internalType: "bytes";
|
|
3535
|
+
readonly name: "_metadata";
|
|
3536
|
+
readonly type: "bytes";
|
|
3537
|
+
}, {
|
|
3538
|
+
readonly components: readonly [{
|
|
3539
|
+
readonly internalType: "address";
|
|
3540
|
+
readonly name: "to";
|
|
3541
|
+
readonly type: "address";
|
|
3542
|
+
}, {
|
|
3543
|
+
readonly internalType: "uint256";
|
|
3544
|
+
readonly name: "value";
|
|
3545
|
+
readonly type: "uint256";
|
|
3546
|
+
}, {
|
|
3547
|
+
readonly internalType: "bytes";
|
|
3548
|
+
readonly name: "data";
|
|
3549
|
+
readonly type: "bytes";
|
|
3550
|
+
}];
|
|
3551
|
+
readonly internalType: "struct Action[]";
|
|
3552
|
+
readonly name: "_actions";
|
|
3553
|
+
readonly type: "tuple[]";
|
|
3554
|
+
}];
|
|
3555
|
+
readonly name: "edit";
|
|
3556
|
+
readonly outputs: readonly [];
|
|
3557
|
+
readonly stateMutability: "nonpayable";
|
|
3558
|
+
readonly type: "function";
|
|
3559
|
+
}, {
|
|
3560
|
+
readonly inputs: readonly [{
|
|
3561
|
+
readonly internalType: "uint256";
|
|
3562
|
+
readonly name: "_proposalId";
|
|
3563
|
+
readonly type: "uint256";
|
|
3564
|
+
}];
|
|
3565
|
+
readonly name: "execute";
|
|
3566
|
+
readonly outputs: readonly [];
|
|
3567
|
+
readonly stateMutability: "nonpayable";
|
|
3568
|
+
readonly type: "function";
|
|
3569
|
+
}, {
|
|
3570
|
+
readonly inputs: readonly [{
|
|
3571
|
+
readonly internalType: "uint256";
|
|
3572
|
+
readonly name: "_proposalId";
|
|
3573
|
+
readonly type: "uint256";
|
|
3574
|
+
}, {
|
|
3575
|
+
readonly internalType: "uint16";
|
|
3576
|
+
readonly name: "_stageId";
|
|
3577
|
+
readonly type: "uint16";
|
|
3578
|
+
}, {
|
|
3579
|
+
readonly internalType: "address";
|
|
3580
|
+
readonly name: "_body";
|
|
3581
|
+
readonly type: "address";
|
|
3582
|
+
}];
|
|
3583
|
+
readonly name: "getBodyProposalId";
|
|
3584
|
+
readonly outputs: readonly [{
|
|
3585
|
+
readonly internalType: "uint256";
|
|
3586
|
+
readonly name: "";
|
|
3587
|
+
readonly type: "uint256";
|
|
3588
|
+
}];
|
|
3589
|
+
readonly stateMutability: "view";
|
|
3590
|
+
readonly type: "function";
|
|
3591
|
+
}, {
|
|
3592
|
+
readonly inputs: readonly [{
|
|
3593
|
+
readonly internalType: "uint256";
|
|
3594
|
+
readonly name: "_proposalId";
|
|
3595
|
+
readonly type: "uint256";
|
|
3596
|
+
}, {
|
|
3597
|
+
readonly internalType: "uint16";
|
|
3598
|
+
readonly name: "_stageId";
|
|
3599
|
+
readonly type: "uint16";
|
|
3600
|
+
}, {
|
|
3601
|
+
readonly internalType: "address";
|
|
3602
|
+
readonly name: "_body";
|
|
3603
|
+
readonly type: "address";
|
|
3604
|
+
}];
|
|
3605
|
+
readonly name: "getBodyResult";
|
|
3606
|
+
readonly outputs: readonly [{
|
|
3607
|
+
readonly internalType: "enum StagedProposalProcessor.ResultType";
|
|
3608
|
+
readonly name: "";
|
|
3609
|
+
readonly type: "uint8";
|
|
3610
|
+
}];
|
|
3611
|
+
readonly stateMutability: "view";
|
|
3612
|
+
readonly type: "function";
|
|
3613
|
+
}, {
|
|
3614
|
+
readonly inputs: readonly [{
|
|
3615
|
+
readonly internalType: "uint256";
|
|
3616
|
+
readonly name: "_proposalId";
|
|
3617
|
+
readonly type: "uint256";
|
|
3618
|
+
}, {
|
|
3619
|
+
readonly internalType: "uint16";
|
|
3620
|
+
readonly name: "_stageId";
|
|
3621
|
+
readonly type: "uint16";
|
|
3622
|
+
}, {
|
|
3623
|
+
readonly internalType: "uint256";
|
|
3624
|
+
readonly name: "_index";
|
|
3625
|
+
readonly type: "uint256";
|
|
3626
|
+
}];
|
|
3627
|
+
readonly name: "getCreateProposalParams";
|
|
3628
|
+
readonly outputs: readonly [{
|
|
3629
|
+
readonly internalType: "bytes";
|
|
3630
|
+
readonly name: "";
|
|
3631
|
+
readonly type: "bytes";
|
|
3632
|
+
}];
|
|
3633
|
+
readonly stateMutability: "view";
|
|
3634
|
+
readonly type: "function";
|
|
3635
|
+
}, {
|
|
3636
|
+
readonly inputs: readonly [];
|
|
3637
|
+
readonly name: "getCurrentConfigIndex";
|
|
3638
|
+
readonly outputs: readonly [{
|
|
3639
|
+
readonly internalType: "uint16";
|
|
3640
|
+
readonly name: "";
|
|
3641
|
+
readonly type: "uint16";
|
|
3642
|
+
}];
|
|
3643
|
+
readonly stateMutability: "view";
|
|
3644
|
+
readonly type: "function";
|
|
3645
|
+
}, {
|
|
3646
|
+
readonly inputs: readonly [];
|
|
3647
|
+
readonly name: "getCurrentTargetConfig";
|
|
3648
|
+
readonly outputs: readonly [{
|
|
3649
|
+
readonly components: readonly [{
|
|
3650
|
+
readonly internalType: "address";
|
|
3651
|
+
readonly name: "target";
|
|
3652
|
+
readonly type: "address";
|
|
3653
|
+
}, {
|
|
3654
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
3655
|
+
readonly name: "operation";
|
|
3656
|
+
readonly type: "uint8";
|
|
3657
|
+
}];
|
|
3658
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
3659
|
+
readonly name: "";
|
|
3660
|
+
readonly type: "tuple";
|
|
3661
|
+
}];
|
|
3662
|
+
readonly stateMutability: "view";
|
|
3663
|
+
readonly type: "function";
|
|
3664
|
+
}, {
|
|
3665
|
+
readonly inputs: readonly [];
|
|
3666
|
+
readonly name: "getMetadata";
|
|
3667
|
+
readonly outputs: readonly [{
|
|
3668
|
+
readonly internalType: "bytes";
|
|
3669
|
+
readonly name: "";
|
|
3670
|
+
readonly type: "bytes";
|
|
3671
|
+
}];
|
|
3672
|
+
readonly stateMutability: "view";
|
|
3673
|
+
readonly type: "function";
|
|
3674
|
+
}, {
|
|
3675
|
+
readonly inputs: readonly [{
|
|
3676
|
+
readonly internalType: "uint256";
|
|
3677
|
+
readonly name: "_proposalId";
|
|
3678
|
+
readonly type: "uint256";
|
|
3679
|
+
}];
|
|
3680
|
+
readonly name: "getProposal";
|
|
3681
|
+
readonly outputs: readonly [{
|
|
3682
|
+
readonly components: readonly [{
|
|
3683
|
+
readonly internalType: "uint128";
|
|
3684
|
+
readonly name: "allowFailureMap";
|
|
3685
|
+
readonly type: "uint128";
|
|
3686
|
+
}, {
|
|
3687
|
+
readonly internalType: "uint64";
|
|
3688
|
+
readonly name: "lastStageTransition";
|
|
3689
|
+
readonly type: "uint64";
|
|
3690
|
+
}, {
|
|
3691
|
+
readonly internalType: "uint16";
|
|
3692
|
+
readonly name: "currentStage";
|
|
3693
|
+
readonly type: "uint16";
|
|
3694
|
+
}, {
|
|
3695
|
+
readonly internalType: "uint16";
|
|
3696
|
+
readonly name: "stageConfigIndex";
|
|
3697
|
+
readonly type: "uint16";
|
|
3698
|
+
}, {
|
|
3699
|
+
readonly internalType: "bool";
|
|
3700
|
+
readonly name: "executed";
|
|
3701
|
+
readonly type: "bool";
|
|
3702
|
+
}, {
|
|
3703
|
+
readonly internalType: "bool";
|
|
3704
|
+
readonly name: "canceled";
|
|
3705
|
+
readonly type: "bool";
|
|
3706
|
+
}, {
|
|
3707
|
+
readonly internalType: "address";
|
|
3708
|
+
readonly name: "creator";
|
|
3709
|
+
readonly type: "address";
|
|
3710
|
+
}, {
|
|
3711
|
+
readonly components: readonly [{
|
|
3712
|
+
readonly internalType: "address";
|
|
3713
|
+
readonly name: "to";
|
|
3714
|
+
readonly type: "address";
|
|
3715
|
+
}, {
|
|
3716
|
+
readonly internalType: "uint256";
|
|
3717
|
+
readonly name: "value";
|
|
3718
|
+
readonly type: "uint256";
|
|
3719
|
+
}, {
|
|
3720
|
+
readonly internalType: "bytes";
|
|
3721
|
+
readonly name: "data";
|
|
3722
|
+
readonly type: "bytes";
|
|
3723
|
+
}];
|
|
3724
|
+
readonly internalType: "struct Action[]";
|
|
3725
|
+
readonly name: "actions";
|
|
3726
|
+
readonly type: "tuple[]";
|
|
3727
|
+
}, {
|
|
3728
|
+
readonly components: readonly [{
|
|
3729
|
+
readonly internalType: "address";
|
|
3730
|
+
readonly name: "target";
|
|
3731
|
+
readonly type: "address";
|
|
3732
|
+
}, {
|
|
3733
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
3734
|
+
readonly name: "operation";
|
|
3735
|
+
readonly type: "uint8";
|
|
3736
|
+
}];
|
|
3737
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
3738
|
+
readonly name: "targetConfig";
|
|
3739
|
+
readonly type: "tuple";
|
|
3740
|
+
}];
|
|
3741
|
+
readonly internalType: "struct StagedProposalProcessor.Proposal";
|
|
3742
|
+
readonly name: "";
|
|
3743
|
+
readonly type: "tuple";
|
|
3744
|
+
}];
|
|
3745
|
+
readonly stateMutability: "view";
|
|
3746
|
+
readonly type: "function";
|
|
3747
|
+
}, {
|
|
3748
|
+
readonly inputs: readonly [{
|
|
3749
|
+
readonly internalType: "uint256";
|
|
3750
|
+
readonly name: "_proposalId";
|
|
3751
|
+
readonly type: "uint256";
|
|
3752
|
+
}, {
|
|
3753
|
+
readonly internalType: "uint16";
|
|
3754
|
+
readonly name: "_stageId";
|
|
3755
|
+
readonly type: "uint16";
|
|
3756
|
+
}];
|
|
3757
|
+
readonly name: "getProposalTally";
|
|
3758
|
+
readonly outputs: readonly [{
|
|
3759
|
+
readonly internalType: "uint256";
|
|
3760
|
+
readonly name: "approvals";
|
|
3761
|
+
readonly type: "uint256";
|
|
3762
|
+
}, {
|
|
3763
|
+
readonly internalType: "uint256";
|
|
3764
|
+
readonly name: "vetoes";
|
|
3765
|
+
readonly type: "uint256";
|
|
3766
|
+
}];
|
|
3767
|
+
readonly stateMutability: "view";
|
|
3768
|
+
readonly type: "function";
|
|
3769
|
+
}, {
|
|
3770
|
+
readonly inputs: readonly [{
|
|
3771
|
+
readonly internalType: "uint256";
|
|
3772
|
+
readonly name: "_index";
|
|
3773
|
+
readonly type: "uint256";
|
|
3774
|
+
}];
|
|
3775
|
+
readonly name: "getStages";
|
|
3776
|
+
readonly outputs: readonly [{
|
|
3777
|
+
readonly components: readonly [{
|
|
3778
|
+
readonly components: readonly [{
|
|
3779
|
+
readonly internalType: "address";
|
|
3780
|
+
readonly name: "addr";
|
|
3781
|
+
readonly type: "address";
|
|
3782
|
+
}, {
|
|
3783
|
+
readonly internalType: "bool";
|
|
3784
|
+
readonly name: "isManual";
|
|
3785
|
+
readonly type: "bool";
|
|
3786
|
+
}, {
|
|
3787
|
+
readonly internalType: "bool";
|
|
3788
|
+
readonly name: "tryAdvance";
|
|
3789
|
+
readonly type: "bool";
|
|
3790
|
+
}, {
|
|
3791
|
+
readonly internalType: "enum StagedProposalProcessor.ResultType";
|
|
3792
|
+
readonly name: "resultType";
|
|
3793
|
+
readonly type: "uint8";
|
|
3794
|
+
}];
|
|
3795
|
+
readonly internalType: "struct StagedProposalProcessor.Body[]";
|
|
3796
|
+
readonly name: "bodies";
|
|
3797
|
+
readonly type: "tuple[]";
|
|
3798
|
+
}, {
|
|
3799
|
+
readonly internalType: "uint64";
|
|
3800
|
+
readonly name: "maxAdvance";
|
|
3801
|
+
readonly type: "uint64";
|
|
3802
|
+
}, {
|
|
3803
|
+
readonly internalType: "uint64";
|
|
3804
|
+
readonly name: "minAdvance";
|
|
3805
|
+
readonly type: "uint64";
|
|
3806
|
+
}, {
|
|
3807
|
+
readonly internalType: "uint64";
|
|
3808
|
+
readonly name: "voteDuration";
|
|
3809
|
+
readonly type: "uint64";
|
|
3810
|
+
}, {
|
|
3811
|
+
readonly internalType: "uint16";
|
|
3812
|
+
readonly name: "approvalThreshold";
|
|
3813
|
+
readonly type: "uint16";
|
|
3814
|
+
}, {
|
|
3815
|
+
readonly internalType: "uint16";
|
|
3816
|
+
readonly name: "vetoThreshold";
|
|
3817
|
+
readonly type: "uint16";
|
|
3818
|
+
}, {
|
|
3819
|
+
readonly internalType: "bool";
|
|
3820
|
+
readonly name: "cancelable";
|
|
3821
|
+
readonly type: "bool";
|
|
3822
|
+
}, {
|
|
3823
|
+
readonly internalType: "bool";
|
|
3824
|
+
readonly name: "editable";
|
|
3825
|
+
readonly type: "bool";
|
|
3826
|
+
}];
|
|
3827
|
+
readonly internalType: "struct StagedProposalProcessor.Stage[]";
|
|
3828
|
+
readonly name: "";
|
|
3829
|
+
readonly type: "tuple[]";
|
|
3830
|
+
}];
|
|
3831
|
+
readonly stateMutability: "view";
|
|
3832
|
+
readonly type: "function";
|
|
3833
|
+
}, {
|
|
3834
|
+
readonly inputs: readonly [];
|
|
3835
|
+
readonly name: "getTargetConfig";
|
|
3836
|
+
readonly outputs: readonly [{
|
|
3837
|
+
readonly components: readonly [{
|
|
3838
|
+
readonly internalType: "address";
|
|
3839
|
+
readonly name: "target";
|
|
3840
|
+
readonly type: "address";
|
|
3841
|
+
}, {
|
|
3842
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
3843
|
+
readonly name: "operation";
|
|
3844
|
+
readonly type: "uint8";
|
|
3845
|
+
}];
|
|
3846
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
3847
|
+
readonly name: "";
|
|
3848
|
+
readonly type: "tuple";
|
|
3849
|
+
}];
|
|
3850
|
+
readonly stateMutability: "view";
|
|
3851
|
+
readonly type: "function";
|
|
3852
|
+
}, {
|
|
3853
|
+
readonly inputs: readonly [];
|
|
3854
|
+
readonly name: "getTrustedForwarder";
|
|
3855
|
+
readonly outputs: readonly [{
|
|
3856
|
+
readonly internalType: "address";
|
|
3857
|
+
readonly name: "";
|
|
3858
|
+
readonly type: "address";
|
|
3859
|
+
}];
|
|
3860
|
+
readonly stateMutability: "view";
|
|
3861
|
+
readonly type: "function";
|
|
3862
|
+
}, {
|
|
3863
|
+
readonly inputs: readonly [{
|
|
3864
|
+
readonly internalType: "address";
|
|
3865
|
+
readonly name: "_account";
|
|
3866
|
+
readonly type: "address";
|
|
3867
|
+
}];
|
|
3868
|
+
readonly name: "hasAdvancePermission";
|
|
3869
|
+
readonly outputs: readonly [{
|
|
3870
|
+
readonly internalType: "bool";
|
|
3871
|
+
readonly name: "";
|
|
3872
|
+
readonly type: "bool";
|
|
3873
|
+
}];
|
|
3874
|
+
readonly stateMutability: "view";
|
|
3875
|
+
readonly type: "function";
|
|
3876
|
+
}, {
|
|
3877
|
+
readonly inputs: readonly [{
|
|
3878
|
+
readonly internalType: "address";
|
|
3879
|
+
readonly name: "_account";
|
|
3880
|
+
readonly type: "address";
|
|
3881
|
+
}];
|
|
3882
|
+
readonly name: "hasExecutePermission";
|
|
3883
|
+
readonly outputs: readonly [{
|
|
3884
|
+
readonly internalType: "bool";
|
|
3885
|
+
readonly name: "";
|
|
3886
|
+
readonly type: "bool";
|
|
3887
|
+
}];
|
|
3888
|
+
readonly stateMutability: "view";
|
|
3889
|
+
readonly type: "function";
|
|
3890
|
+
}, {
|
|
3891
|
+
readonly inputs: readonly [{
|
|
3892
|
+
readonly internalType: "uint256";
|
|
3893
|
+
readonly name: "_proposalId";
|
|
3894
|
+
readonly type: "uint256";
|
|
3895
|
+
}];
|
|
3896
|
+
readonly name: "hasSucceeded";
|
|
3897
|
+
readonly outputs: readonly [{
|
|
3898
|
+
readonly internalType: "bool";
|
|
3899
|
+
readonly name: "";
|
|
3900
|
+
readonly type: "bool";
|
|
3901
|
+
}];
|
|
3902
|
+
readonly stateMutability: "view";
|
|
3903
|
+
readonly type: "function";
|
|
3904
|
+
}, {
|
|
3905
|
+
readonly inputs: readonly [];
|
|
3906
|
+
readonly name: "implementation";
|
|
3907
|
+
readonly outputs: readonly [{
|
|
3908
|
+
readonly internalType: "address";
|
|
3909
|
+
readonly name: "";
|
|
3910
|
+
readonly type: "address";
|
|
3911
|
+
}];
|
|
3912
|
+
readonly stateMutability: "view";
|
|
3913
|
+
readonly type: "function";
|
|
3914
|
+
}, {
|
|
3915
|
+
readonly inputs: readonly [{
|
|
3916
|
+
readonly internalType: "contract IDAO";
|
|
3917
|
+
readonly name: "_dao";
|
|
3918
|
+
readonly type: "address";
|
|
3919
|
+
}, {
|
|
3920
|
+
readonly internalType: "address";
|
|
3921
|
+
readonly name: "_trustedForwarder";
|
|
3922
|
+
readonly type: "address";
|
|
3923
|
+
}, {
|
|
3924
|
+
readonly components: readonly [{
|
|
3925
|
+
readonly components: readonly [{
|
|
3926
|
+
readonly internalType: "address";
|
|
3927
|
+
readonly name: "addr";
|
|
3928
|
+
readonly type: "address";
|
|
3929
|
+
}, {
|
|
3930
|
+
readonly internalType: "bool";
|
|
3931
|
+
readonly name: "isManual";
|
|
3932
|
+
readonly type: "bool";
|
|
3933
|
+
}, {
|
|
3934
|
+
readonly internalType: "bool";
|
|
3935
|
+
readonly name: "tryAdvance";
|
|
3936
|
+
readonly type: "bool";
|
|
3937
|
+
}, {
|
|
3938
|
+
readonly internalType: "enum StagedProposalProcessor.ResultType";
|
|
3939
|
+
readonly name: "resultType";
|
|
3940
|
+
readonly type: "uint8";
|
|
3941
|
+
}];
|
|
3942
|
+
readonly internalType: "struct StagedProposalProcessor.Body[]";
|
|
3943
|
+
readonly name: "bodies";
|
|
3944
|
+
readonly type: "tuple[]";
|
|
3945
|
+
}, {
|
|
3946
|
+
readonly internalType: "uint64";
|
|
3947
|
+
readonly name: "maxAdvance";
|
|
3948
|
+
readonly type: "uint64";
|
|
3949
|
+
}, {
|
|
3950
|
+
readonly internalType: "uint64";
|
|
3951
|
+
readonly name: "minAdvance";
|
|
3952
|
+
readonly type: "uint64";
|
|
3953
|
+
}, {
|
|
3954
|
+
readonly internalType: "uint64";
|
|
3955
|
+
readonly name: "voteDuration";
|
|
3956
|
+
readonly type: "uint64";
|
|
3957
|
+
}, {
|
|
3958
|
+
readonly internalType: "uint16";
|
|
3959
|
+
readonly name: "approvalThreshold";
|
|
3960
|
+
readonly type: "uint16";
|
|
3961
|
+
}, {
|
|
3962
|
+
readonly internalType: "uint16";
|
|
3963
|
+
readonly name: "vetoThreshold";
|
|
3964
|
+
readonly type: "uint16";
|
|
3965
|
+
}, {
|
|
3966
|
+
readonly internalType: "bool";
|
|
3967
|
+
readonly name: "cancelable";
|
|
3968
|
+
readonly type: "bool";
|
|
3969
|
+
}, {
|
|
3970
|
+
readonly internalType: "bool";
|
|
3971
|
+
readonly name: "editable";
|
|
3972
|
+
readonly type: "bool";
|
|
3973
|
+
}];
|
|
3974
|
+
readonly internalType: "struct StagedProposalProcessor.Stage[]";
|
|
3975
|
+
readonly name: "_stages";
|
|
3976
|
+
readonly type: "tuple[]";
|
|
3977
|
+
}, {
|
|
3978
|
+
readonly internalType: "bytes";
|
|
3979
|
+
readonly name: "_pluginMetadata";
|
|
3980
|
+
readonly type: "bytes";
|
|
3981
|
+
}, {
|
|
3982
|
+
readonly components: readonly [{
|
|
3983
|
+
readonly internalType: "address";
|
|
3984
|
+
readonly name: "target";
|
|
3985
|
+
readonly type: "address";
|
|
3986
|
+
}, {
|
|
3987
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
3988
|
+
readonly name: "operation";
|
|
3989
|
+
readonly type: "uint8";
|
|
3990
|
+
}];
|
|
3991
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
3992
|
+
readonly name: "_targetConfig";
|
|
3993
|
+
readonly type: "tuple";
|
|
3994
|
+
}];
|
|
3995
|
+
readonly name: "initialize";
|
|
3996
|
+
readonly outputs: readonly [];
|
|
3997
|
+
readonly stateMutability: "nonpayable";
|
|
3998
|
+
readonly type: "function";
|
|
3999
|
+
}, {
|
|
4000
|
+
readonly inputs: readonly [{
|
|
4001
|
+
readonly internalType: "address";
|
|
4002
|
+
readonly name: "_forwarder";
|
|
4003
|
+
readonly type: "address";
|
|
4004
|
+
}];
|
|
4005
|
+
readonly name: "isTrustedForwarder";
|
|
4006
|
+
readonly outputs: readonly [{
|
|
4007
|
+
readonly internalType: "bool";
|
|
4008
|
+
readonly name: "";
|
|
4009
|
+
readonly type: "bool";
|
|
4010
|
+
}];
|
|
4011
|
+
readonly stateMutability: "view";
|
|
4012
|
+
readonly type: "function";
|
|
4013
|
+
}, {
|
|
4014
|
+
readonly inputs: readonly [];
|
|
4015
|
+
readonly name: "pluginType";
|
|
4016
|
+
readonly outputs: readonly [{
|
|
4017
|
+
readonly internalType: "enum IPlugin.PluginType";
|
|
4018
|
+
readonly name: "";
|
|
4019
|
+
readonly type: "uint8";
|
|
4020
|
+
}];
|
|
4021
|
+
readonly stateMutability: "pure";
|
|
4022
|
+
readonly type: "function";
|
|
4023
|
+
}, {
|
|
4024
|
+
readonly inputs: readonly [];
|
|
4025
|
+
readonly name: "proposalCount";
|
|
4026
|
+
readonly outputs: readonly [{
|
|
4027
|
+
readonly internalType: "uint256";
|
|
4028
|
+
readonly name: "";
|
|
4029
|
+
readonly type: "uint256";
|
|
4030
|
+
}];
|
|
4031
|
+
readonly stateMutability: "view";
|
|
4032
|
+
readonly type: "function";
|
|
4033
|
+
}, {
|
|
4034
|
+
readonly inputs: readonly [];
|
|
4035
|
+
readonly name: "protocolVersion";
|
|
4036
|
+
readonly outputs: readonly [{
|
|
4037
|
+
readonly internalType: "uint8[3]";
|
|
4038
|
+
readonly name: "";
|
|
4039
|
+
readonly type: "uint8[3]";
|
|
4040
|
+
}];
|
|
4041
|
+
readonly stateMutability: "pure";
|
|
4042
|
+
readonly type: "function";
|
|
4043
|
+
}, {
|
|
4044
|
+
readonly inputs: readonly [];
|
|
4045
|
+
readonly name: "proxiableUUID";
|
|
4046
|
+
readonly outputs: readonly [{
|
|
4047
|
+
readonly internalType: "bytes32";
|
|
4048
|
+
readonly name: "";
|
|
4049
|
+
readonly type: "bytes32";
|
|
4050
|
+
}];
|
|
4051
|
+
readonly stateMutability: "view";
|
|
4052
|
+
readonly type: "function";
|
|
4053
|
+
}, {
|
|
4054
|
+
readonly inputs: readonly [{
|
|
4055
|
+
readonly internalType: "uint256";
|
|
4056
|
+
readonly name: "_proposalId";
|
|
4057
|
+
readonly type: "uint256";
|
|
4058
|
+
}, {
|
|
4059
|
+
readonly internalType: "uint16";
|
|
4060
|
+
readonly name: "_stageId";
|
|
4061
|
+
readonly type: "uint16";
|
|
4062
|
+
}, {
|
|
4063
|
+
readonly internalType: "enum StagedProposalProcessor.ResultType";
|
|
4064
|
+
readonly name: "_resultType";
|
|
4065
|
+
readonly type: "uint8";
|
|
4066
|
+
}, {
|
|
4067
|
+
readonly internalType: "bool";
|
|
4068
|
+
readonly name: "_tryAdvance";
|
|
4069
|
+
readonly type: "bool";
|
|
4070
|
+
}];
|
|
4071
|
+
readonly name: "reportProposalResult";
|
|
4072
|
+
readonly outputs: readonly [];
|
|
4073
|
+
readonly stateMutability: "nonpayable";
|
|
4074
|
+
readonly type: "function";
|
|
4075
|
+
}, {
|
|
4076
|
+
readonly inputs: readonly [{
|
|
4077
|
+
readonly internalType: "bytes";
|
|
4078
|
+
readonly name: "_metadata";
|
|
4079
|
+
readonly type: "bytes";
|
|
4080
|
+
}];
|
|
4081
|
+
readonly name: "setMetadata";
|
|
4082
|
+
readonly outputs: readonly [];
|
|
4083
|
+
readonly stateMutability: "nonpayable";
|
|
4084
|
+
readonly type: "function";
|
|
4085
|
+
}, {
|
|
4086
|
+
readonly inputs: readonly [{
|
|
4087
|
+
readonly components: readonly [{
|
|
4088
|
+
readonly internalType: "address";
|
|
4089
|
+
readonly name: "target";
|
|
4090
|
+
readonly type: "address";
|
|
4091
|
+
}, {
|
|
4092
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
4093
|
+
readonly name: "operation";
|
|
4094
|
+
readonly type: "uint8";
|
|
4095
|
+
}];
|
|
4096
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
4097
|
+
readonly name: "_targetConfig";
|
|
4098
|
+
readonly type: "tuple";
|
|
4099
|
+
}];
|
|
4100
|
+
readonly name: "setTargetConfig";
|
|
4101
|
+
readonly outputs: readonly [];
|
|
4102
|
+
readonly stateMutability: "nonpayable";
|
|
4103
|
+
readonly type: "function";
|
|
4104
|
+
}, {
|
|
4105
|
+
readonly inputs: readonly [{
|
|
4106
|
+
readonly internalType: "address";
|
|
4107
|
+
readonly name: "_forwarder";
|
|
4108
|
+
readonly type: "address";
|
|
4109
|
+
}];
|
|
4110
|
+
readonly name: "setTrustedForwarder";
|
|
4111
|
+
readonly outputs: readonly [];
|
|
4112
|
+
readonly stateMutability: "nonpayable";
|
|
4113
|
+
readonly type: "function";
|
|
4114
|
+
}, {
|
|
4115
|
+
readonly inputs: readonly [{
|
|
4116
|
+
readonly internalType: "uint256";
|
|
4117
|
+
readonly name: "_proposalId";
|
|
4118
|
+
readonly type: "uint256";
|
|
4119
|
+
}];
|
|
4120
|
+
readonly name: "state";
|
|
4121
|
+
readonly outputs: readonly [{
|
|
4122
|
+
readonly internalType: "enum StagedProposalProcessor.ProposalState";
|
|
4123
|
+
readonly name: "";
|
|
4124
|
+
readonly type: "uint8";
|
|
4125
|
+
}];
|
|
4126
|
+
readonly stateMutability: "view";
|
|
4127
|
+
readonly type: "function";
|
|
4128
|
+
}, {
|
|
4129
|
+
readonly inputs: readonly [{
|
|
4130
|
+
readonly internalType: "bytes4";
|
|
4131
|
+
readonly name: "_interfaceId";
|
|
4132
|
+
readonly type: "bytes4";
|
|
4133
|
+
}];
|
|
4134
|
+
readonly name: "supportsInterface";
|
|
4135
|
+
readonly outputs: readonly [{
|
|
4136
|
+
readonly internalType: "bool";
|
|
4137
|
+
readonly name: "";
|
|
4138
|
+
readonly type: "bool";
|
|
4139
|
+
}];
|
|
4140
|
+
readonly stateMutability: "view";
|
|
4141
|
+
readonly type: "function";
|
|
4142
|
+
}, {
|
|
4143
|
+
readonly inputs: readonly [{
|
|
4144
|
+
readonly components: readonly [{
|
|
4145
|
+
readonly components: readonly [{
|
|
4146
|
+
readonly internalType: "address";
|
|
4147
|
+
readonly name: "addr";
|
|
4148
|
+
readonly type: "address";
|
|
4149
|
+
}, {
|
|
4150
|
+
readonly internalType: "bool";
|
|
4151
|
+
readonly name: "isManual";
|
|
4152
|
+
readonly type: "bool";
|
|
4153
|
+
}, {
|
|
4154
|
+
readonly internalType: "bool";
|
|
4155
|
+
readonly name: "tryAdvance";
|
|
4156
|
+
readonly type: "bool";
|
|
4157
|
+
}, {
|
|
4158
|
+
readonly internalType: "enum StagedProposalProcessor.ResultType";
|
|
4159
|
+
readonly name: "resultType";
|
|
4160
|
+
readonly type: "uint8";
|
|
4161
|
+
}];
|
|
4162
|
+
readonly internalType: "struct StagedProposalProcessor.Body[]";
|
|
4163
|
+
readonly name: "bodies";
|
|
4164
|
+
readonly type: "tuple[]";
|
|
4165
|
+
}, {
|
|
4166
|
+
readonly internalType: "uint64";
|
|
4167
|
+
readonly name: "maxAdvance";
|
|
4168
|
+
readonly type: "uint64";
|
|
4169
|
+
}, {
|
|
4170
|
+
readonly internalType: "uint64";
|
|
4171
|
+
readonly name: "minAdvance";
|
|
4172
|
+
readonly type: "uint64";
|
|
4173
|
+
}, {
|
|
4174
|
+
readonly internalType: "uint64";
|
|
4175
|
+
readonly name: "voteDuration";
|
|
4176
|
+
readonly type: "uint64";
|
|
4177
|
+
}, {
|
|
4178
|
+
readonly internalType: "uint16";
|
|
4179
|
+
readonly name: "approvalThreshold";
|
|
4180
|
+
readonly type: "uint16";
|
|
4181
|
+
}, {
|
|
4182
|
+
readonly internalType: "uint16";
|
|
4183
|
+
readonly name: "vetoThreshold";
|
|
4184
|
+
readonly type: "uint16";
|
|
4185
|
+
}, {
|
|
4186
|
+
readonly internalType: "bool";
|
|
4187
|
+
readonly name: "cancelable";
|
|
4188
|
+
readonly type: "bool";
|
|
4189
|
+
}, {
|
|
4190
|
+
readonly internalType: "bool";
|
|
4191
|
+
readonly name: "editable";
|
|
4192
|
+
readonly type: "bool";
|
|
4193
|
+
}];
|
|
4194
|
+
readonly internalType: "struct StagedProposalProcessor.Stage[]";
|
|
4195
|
+
readonly name: "_stages";
|
|
4196
|
+
readonly type: "tuple[]";
|
|
4197
|
+
}];
|
|
4198
|
+
readonly name: "updateStages";
|
|
4199
|
+
readonly outputs: readonly [];
|
|
4200
|
+
readonly stateMutability: "nonpayable";
|
|
4201
|
+
readonly type: "function";
|
|
4202
|
+
}, {
|
|
4203
|
+
readonly inputs: readonly [{
|
|
4204
|
+
readonly internalType: "address";
|
|
4205
|
+
readonly name: "newImplementation";
|
|
4206
|
+
readonly type: "address";
|
|
4207
|
+
}];
|
|
4208
|
+
readonly name: "upgradeTo";
|
|
4209
|
+
readonly outputs: readonly [];
|
|
4210
|
+
readonly stateMutability: "nonpayable";
|
|
4211
|
+
readonly type: "function";
|
|
4212
|
+
}, {
|
|
4213
|
+
readonly inputs: readonly [{
|
|
4214
|
+
readonly internalType: "address";
|
|
4215
|
+
readonly name: "newImplementation";
|
|
4216
|
+
readonly type: "address";
|
|
4217
|
+
}, {
|
|
4218
|
+
readonly internalType: "bytes";
|
|
4219
|
+
readonly name: "data";
|
|
4220
|
+
readonly type: "bytes";
|
|
4221
|
+
}];
|
|
4222
|
+
readonly name: "upgradeToAndCall";
|
|
4223
|
+
readonly outputs: readonly [];
|
|
4224
|
+
readonly stateMutability: "payable";
|
|
4225
|
+
readonly type: "function";
|
|
4226
|
+
}];
|
|
4227
|
+
|
|
4228
|
+
declare const AragonVetoMultiSig_ABI: readonly [{
|
|
4229
|
+
readonly inputs: readonly [{
|
|
4230
|
+
readonly internalType: "uint16";
|
|
4231
|
+
readonly name: "limit";
|
|
4232
|
+
readonly type: "uint16";
|
|
4233
|
+
}, {
|
|
4234
|
+
readonly internalType: "uint256";
|
|
4235
|
+
readonly name: "actual";
|
|
4236
|
+
readonly type: "uint256";
|
|
4237
|
+
}];
|
|
4238
|
+
readonly name: "AddresslistLengthOutOfBounds";
|
|
4239
|
+
readonly type: "error";
|
|
4240
|
+
}, {
|
|
4241
|
+
readonly inputs: readonly [];
|
|
4242
|
+
readonly name: "AlreadyInitialized";
|
|
4243
|
+
readonly type: "error";
|
|
4244
|
+
}, {
|
|
4245
|
+
readonly inputs: readonly [{
|
|
4246
|
+
readonly internalType: "uint256";
|
|
4247
|
+
readonly name: "proposalId";
|
|
4248
|
+
readonly type: "uint256";
|
|
4249
|
+
}, {
|
|
4250
|
+
readonly internalType: "address";
|
|
4251
|
+
readonly name: "sender";
|
|
4252
|
+
readonly type: "address";
|
|
4253
|
+
}];
|
|
4254
|
+
readonly name: "ApprovalCastForbidden";
|
|
4255
|
+
readonly type: "error";
|
|
4256
|
+
}, {
|
|
4257
|
+
readonly inputs: readonly [{
|
|
4258
|
+
readonly internalType: "address";
|
|
4259
|
+
readonly name: "dao";
|
|
4260
|
+
readonly type: "address";
|
|
4261
|
+
}, {
|
|
4262
|
+
readonly internalType: "address";
|
|
4263
|
+
readonly name: "where";
|
|
4264
|
+
readonly type: "address";
|
|
4265
|
+
}, {
|
|
4266
|
+
readonly internalType: "address";
|
|
4267
|
+
readonly name: "who";
|
|
4268
|
+
readonly type: "address";
|
|
4269
|
+
}, {
|
|
4270
|
+
readonly internalType: "bytes32";
|
|
4271
|
+
readonly name: "permissionId";
|
|
4272
|
+
readonly type: "bytes32";
|
|
4273
|
+
}];
|
|
4274
|
+
readonly name: "DaoUnauthorized";
|
|
4275
|
+
readonly type: "error";
|
|
4276
|
+
}, {
|
|
4277
|
+
readonly inputs: readonly [{
|
|
4278
|
+
readonly internalType: "uint64";
|
|
4279
|
+
readonly name: "limit";
|
|
4280
|
+
readonly type: "uint64";
|
|
4281
|
+
}, {
|
|
4282
|
+
readonly internalType: "uint64";
|
|
4283
|
+
readonly name: "actual";
|
|
4284
|
+
readonly type: "uint64";
|
|
4285
|
+
}];
|
|
4286
|
+
readonly name: "DateOutOfBounds";
|
|
4287
|
+
readonly type: "error";
|
|
4288
|
+
}, {
|
|
4289
|
+
readonly inputs: readonly [];
|
|
4290
|
+
readonly name: "DelegateCallFailed";
|
|
4291
|
+
readonly type: "error";
|
|
4292
|
+
}, {
|
|
4293
|
+
readonly inputs: readonly [];
|
|
4294
|
+
readonly name: "FunctionDeprecated";
|
|
4295
|
+
readonly type: "error";
|
|
4296
|
+
}, {
|
|
4297
|
+
readonly inputs: readonly [{
|
|
4298
|
+
readonly internalType: "address";
|
|
4299
|
+
readonly name: "member";
|
|
4300
|
+
readonly type: "address";
|
|
4301
|
+
}];
|
|
4302
|
+
readonly name: "InvalidAddresslistUpdate";
|
|
4303
|
+
readonly type: "error";
|
|
4304
|
+
}, {
|
|
4305
|
+
readonly inputs: readonly [{
|
|
4306
|
+
readonly components: readonly [{
|
|
4307
|
+
readonly internalType: "address";
|
|
4308
|
+
readonly name: "target";
|
|
4309
|
+
readonly type: "address";
|
|
4310
|
+
}, {
|
|
4311
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
4312
|
+
readonly name: "operation";
|
|
4313
|
+
readonly type: "uint8";
|
|
4314
|
+
}];
|
|
4315
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
4316
|
+
readonly name: "targetConfig";
|
|
4317
|
+
readonly type: "tuple";
|
|
4318
|
+
}];
|
|
4319
|
+
readonly name: "InvalidTargetConfig";
|
|
4320
|
+
readonly type: "error";
|
|
4321
|
+
}, {
|
|
4322
|
+
readonly inputs: readonly [{
|
|
4323
|
+
readonly internalType: "uint16";
|
|
4324
|
+
readonly name: "limit";
|
|
4325
|
+
readonly type: "uint16";
|
|
4326
|
+
}, {
|
|
4327
|
+
readonly internalType: "uint16";
|
|
4328
|
+
readonly name: "actual";
|
|
4329
|
+
readonly type: "uint16";
|
|
4330
|
+
}];
|
|
4331
|
+
readonly name: "MinApprovalsOutOfBounds";
|
|
4332
|
+
readonly type: "error";
|
|
4333
|
+
}, {
|
|
4334
|
+
readonly inputs: readonly [{
|
|
4335
|
+
readonly internalType: "uint256";
|
|
4336
|
+
readonly name: "proposalId";
|
|
4337
|
+
readonly type: "uint256";
|
|
4338
|
+
}];
|
|
4339
|
+
readonly name: "NonexistentProposal";
|
|
4340
|
+
readonly type: "error";
|
|
4341
|
+
}, {
|
|
4342
|
+
readonly inputs: readonly [{
|
|
4343
|
+
readonly internalType: "uint256";
|
|
4344
|
+
readonly name: "proposalId";
|
|
4345
|
+
readonly type: "uint256";
|
|
4346
|
+
}];
|
|
4347
|
+
readonly name: "ProposalAlreadyExists";
|
|
4348
|
+
readonly type: "error";
|
|
4349
|
+
}, {
|
|
4350
|
+
readonly inputs: readonly [{
|
|
4351
|
+
readonly internalType: "address";
|
|
4352
|
+
readonly name: "sender";
|
|
4353
|
+
readonly type: "address";
|
|
4354
|
+
}];
|
|
4355
|
+
readonly name: "ProposalCreationForbidden";
|
|
4356
|
+
readonly type: "error";
|
|
4357
|
+
}, {
|
|
4358
|
+
readonly inputs: readonly [{
|
|
4359
|
+
readonly internalType: "uint256";
|
|
4360
|
+
readonly name: "proposalId";
|
|
4361
|
+
readonly type: "uint256";
|
|
4362
|
+
}];
|
|
4363
|
+
readonly name: "ProposalExecutionForbidden";
|
|
4364
|
+
readonly type: "error";
|
|
4365
|
+
}, {
|
|
4366
|
+
readonly anonymous: false;
|
|
4367
|
+
readonly inputs: readonly [{
|
|
4368
|
+
readonly indexed: false;
|
|
4369
|
+
readonly internalType: "address";
|
|
4370
|
+
readonly name: "previousAdmin";
|
|
4371
|
+
readonly type: "address";
|
|
4372
|
+
}, {
|
|
4373
|
+
readonly indexed: false;
|
|
4374
|
+
readonly internalType: "address";
|
|
4375
|
+
readonly name: "newAdmin";
|
|
4376
|
+
readonly type: "address";
|
|
4377
|
+
}];
|
|
4378
|
+
readonly name: "AdminChanged";
|
|
4379
|
+
readonly type: "event";
|
|
4380
|
+
}, {
|
|
4381
|
+
readonly anonymous: false;
|
|
4382
|
+
readonly inputs: readonly [{
|
|
4383
|
+
readonly indexed: true;
|
|
4384
|
+
readonly internalType: "uint256";
|
|
4385
|
+
readonly name: "proposalId";
|
|
4386
|
+
readonly type: "uint256";
|
|
4387
|
+
}, {
|
|
4388
|
+
readonly indexed: true;
|
|
4389
|
+
readonly internalType: "address";
|
|
4390
|
+
readonly name: "approver";
|
|
4391
|
+
readonly type: "address";
|
|
4392
|
+
}];
|
|
4393
|
+
readonly name: "Approved";
|
|
4394
|
+
readonly type: "event";
|
|
4395
|
+
}, {
|
|
4396
|
+
readonly anonymous: false;
|
|
4397
|
+
readonly inputs: readonly [{
|
|
4398
|
+
readonly indexed: true;
|
|
4399
|
+
readonly internalType: "address";
|
|
4400
|
+
readonly name: "beacon";
|
|
4401
|
+
readonly type: "address";
|
|
4402
|
+
}];
|
|
4403
|
+
readonly name: "BeaconUpgraded";
|
|
4404
|
+
readonly type: "event";
|
|
4405
|
+
}, {
|
|
4406
|
+
readonly anonymous: false;
|
|
4407
|
+
readonly inputs: readonly [{
|
|
4408
|
+
readonly indexed: false;
|
|
4409
|
+
readonly internalType: "uint8";
|
|
4410
|
+
readonly name: "version";
|
|
4411
|
+
readonly type: "uint8";
|
|
4412
|
+
}];
|
|
4413
|
+
readonly name: "Initialized";
|
|
4414
|
+
readonly type: "event";
|
|
4415
|
+
}, {
|
|
4416
|
+
readonly anonymous: false;
|
|
4417
|
+
readonly inputs: readonly [{
|
|
4418
|
+
readonly indexed: false;
|
|
4419
|
+
readonly internalType: "address[]";
|
|
4420
|
+
readonly name: "members";
|
|
4421
|
+
readonly type: "address[]";
|
|
4422
|
+
}];
|
|
4423
|
+
readonly name: "MembersAdded";
|
|
4424
|
+
readonly type: "event";
|
|
4425
|
+
}, {
|
|
4426
|
+
readonly anonymous: false;
|
|
4427
|
+
readonly inputs: readonly [{
|
|
4428
|
+
readonly indexed: false;
|
|
4429
|
+
readonly internalType: "address[]";
|
|
4430
|
+
readonly name: "members";
|
|
4431
|
+
readonly type: "address[]";
|
|
4432
|
+
}];
|
|
4433
|
+
readonly name: "MembersRemoved";
|
|
4434
|
+
readonly type: "event";
|
|
4435
|
+
}, {
|
|
4436
|
+
readonly anonymous: false;
|
|
4437
|
+
readonly inputs: readonly [{
|
|
4438
|
+
readonly indexed: true;
|
|
4439
|
+
readonly internalType: "address";
|
|
4440
|
+
readonly name: "definingContract";
|
|
4441
|
+
readonly type: "address";
|
|
4442
|
+
}];
|
|
4443
|
+
readonly name: "MembershipContractAnnounced";
|
|
4444
|
+
readonly type: "event";
|
|
4445
|
+
}, {
|
|
4446
|
+
readonly anonymous: false;
|
|
4447
|
+
readonly inputs: readonly [{
|
|
4448
|
+
readonly indexed: false;
|
|
4449
|
+
readonly internalType: "bytes";
|
|
4450
|
+
readonly name: "metadata";
|
|
4451
|
+
readonly type: "bytes";
|
|
4452
|
+
}];
|
|
4453
|
+
readonly name: "MetadataSet";
|
|
4454
|
+
readonly type: "event";
|
|
4455
|
+
}, {
|
|
4456
|
+
readonly anonymous: false;
|
|
4457
|
+
readonly inputs: readonly [{
|
|
4458
|
+
readonly indexed: false;
|
|
4459
|
+
readonly internalType: "bool";
|
|
4460
|
+
readonly name: "onlyListed";
|
|
4461
|
+
readonly type: "bool";
|
|
4462
|
+
}, {
|
|
4463
|
+
readonly indexed: true;
|
|
4464
|
+
readonly internalType: "uint16";
|
|
4465
|
+
readonly name: "minApprovals";
|
|
4466
|
+
readonly type: "uint16";
|
|
4467
|
+
}];
|
|
4468
|
+
readonly name: "MultisigSettingsUpdated";
|
|
4469
|
+
readonly type: "event";
|
|
4470
|
+
}, {
|
|
4471
|
+
readonly anonymous: false;
|
|
4472
|
+
readonly inputs: readonly [{
|
|
4473
|
+
readonly indexed: true;
|
|
4474
|
+
readonly internalType: "uint256";
|
|
4475
|
+
readonly name: "proposalId";
|
|
4476
|
+
readonly type: "uint256";
|
|
4477
|
+
}, {
|
|
4478
|
+
readonly indexed: true;
|
|
4479
|
+
readonly internalType: "address";
|
|
4480
|
+
readonly name: "creator";
|
|
4481
|
+
readonly type: "address";
|
|
4482
|
+
}, {
|
|
4483
|
+
readonly indexed: false;
|
|
4484
|
+
readonly internalType: "uint64";
|
|
4485
|
+
readonly name: "startDate";
|
|
4486
|
+
readonly type: "uint64";
|
|
4487
|
+
}, {
|
|
4488
|
+
readonly indexed: false;
|
|
4489
|
+
readonly internalType: "uint64";
|
|
4490
|
+
readonly name: "endDate";
|
|
4491
|
+
readonly type: "uint64";
|
|
4492
|
+
}, {
|
|
4493
|
+
readonly indexed: false;
|
|
4494
|
+
readonly internalType: "bytes";
|
|
4495
|
+
readonly name: "metadata";
|
|
4496
|
+
readonly type: "bytes";
|
|
4497
|
+
}, {
|
|
4498
|
+
readonly components: readonly [{
|
|
4499
|
+
readonly internalType: "address";
|
|
4500
|
+
readonly name: "to";
|
|
4501
|
+
readonly type: "address";
|
|
4502
|
+
}, {
|
|
4503
|
+
readonly internalType: "uint256";
|
|
4504
|
+
readonly name: "value";
|
|
4505
|
+
readonly type: "uint256";
|
|
4506
|
+
}, {
|
|
4507
|
+
readonly internalType: "bytes";
|
|
4508
|
+
readonly name: "data";
|
|
4509
|
+
readonly type: "bytes";
|
|
4510
|
+
}];
|
|
4511
|
+
readonly indexed: false;
|
|
4512
|
+
readonly internalType: "struct Action[]";
|
|
4513
|
+
readonly name: "actions";
|
|
4514
|
+
readonly type: "tuple[]";
|
|
4515
|
+
}, {
|
|
4516
|
+
readonly indexed: false;
|
|
4517
|
+
readonly internalType: "uint256";
|
|
4518
|
+
readonly name: "allowFailureMap";
|
|
4519
|
+
readonly type: "uint256";
|
|
4520
|
+
}];
|
|
4521
|
+
readonly name: "ProposalCreated";
|
|
4522
|
+
readonly type: "event";
|
|
4523
|
+
}, {
|
|
4524
|
+
readonly anonymous: false;
|
|
4525
|
+
readonly inputs: readonly [{
|
|
4526
|
+
readonly indexed: true;
|
|
4527
|
+
readonly internalType: "uint256";
|
|
4528
|
+
readonly name: "proposalId";
|
|
4529
|
+
readonly type: "uint256";
|
|
4530
|
+
}];
|
|
4531
|
+
readonly name: "ProposalExecuted";
|
|
4532
|
+
readonly type: "event";
|
|
4533
|
+
}, {
|
|
4534
|
+
readonly anonymous: false;
|
|
4535
|
+
readonly inputs: readonly [{
|
|
4536
|
+
readonly components: readonly [{
|
|
4537
|
+
readonly internalType: "address";
|
|
4538
|
+
readonly name: "target";
|
|
4539
|
+
readonly type: "address";
|
|
4540
|
+
}, {
|
|
4541
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
4542
|
+
readonly name: "operation";
|
|
4543
|
+
readonly type: "uint8";
|
|
4544
|
+
}];
|
|
4545
|
+
readonly indexed: false;
|
|
4546
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
4547
|
+
readonly name: "newTargetConfig";
|
|
4548
|
+
readonly type: "tuple";
|
|
4549
|
+
}];
|
|
4550
|
+
readonly name: "TargetSet";
|
|
4551
|
+
readonly type: "event";
|
|
4552
|
+
}, {
|
|
4553
|
+
readonly anonymous: false;
|
|
4554
|
+
readonly inputs: readonly [{
|
|
4555
|
+
readonly indexed: true;
|
|
4556
|
+
readonly internalType: "address";
|
|
4557
|
+
readonly name: "implementation";
|
|
4558
|
+
readonly type: "address";
|
|
4559
|
+
}];
|
|
4560
|
+
readonly name: "Upgraded";
|
|
4561
|
+
readonly type: "event";
|
|
4562
|
+
}, {
|
|
4563
|
+
readonly inputs: readonly [];
|
|
4564
|
+
readonly name: "CREATE_PROPOSAL_PERMISSION_ID";
|
|
4565
|
+
readonly outputs: readonly [{
|
|
4566
|
+
readonly internalType: "bytes32";
|
|
4567
|
+
readonly name: "";
|
|
4568
|
+
readonly type: "bytes32";
|
|
4569
|
+
}];
|
|
4570
|
+
readonly stateMutability: "view";
|
|
4571
|
+
readonly type: "function";
|
|
4572
|
+
}, {
|
|
4573
|
+
readonly inputs: readonly [];
|
|
4574
|
+
readonly name: "EXECUTE_PROPOSAL_PERMISSION_ID";
|
|
4575
|
+
readonly outputs: readonly [{
|
|
4576
|
+
readonly internalType: "bytes32";
|
|
4577
|
+
readonly name: "";
|
|
4578
|
+
readonly type: "bytes32";
|
|
4579
|
+
}];
|
|
4580
|
+
readonly stateMutability: "view";
|
|
4581
|
+
readonly type: "function";
|
|
4582
|
+
}, {
|
|
4583
|
+
readonly inputs: readonly [];
|
|
4584
|
+
readonly name: "SET_METADATA_PERMISSION_ID";
|
|
4585
|
+
readonly outputs: readonly [{
|
|
4586
|
+
readonly internalType: "bytes32";
|
|
4587
|
+
readonly name: "";
|
|
4588
|
+
readonly type: "bytes32";
|
|
4589
|
+
}];
|
|
4590
|
+
readonly stateMutability: "view";
|
|
4591
|
+
readonly type: "function";
|
|
4592
|
+
}, {
|
|
4593
|
+
readonly inputs: readonly [];
|
|
4594
|
+
readonly name: "SET_TARGET_CONFIG_PERMISSION_ID";
|
|
4595
|
+
readonly outputs: readonly [{
|
|
4596
|
+
readonly internalType: "bytes32";
|
|
4597
|
+
readonly name: "";
|
|
4598
|
+
readonly type: "bytes32";
|
|
4599
|
+
}];
|
|
4600
|
+
readonly stateMutability: "view";
|
|
4601
|
+
readonly type: "function";
|
|
4602
|
+
}, {
|
|
4603
|
+
readonly inputs: readonly [];
|
|
4604
|
+
readonly name: "UPDATE_MULTISIG_SETTINGS_PERMISSION_ID";
|
|
4605
|
+
readonly outputs: readonly [{
|
|
4606
|
+
readonly internalType: "bytes32";
|
|
4607
|
+
readonly name: "";
|
|
4608
|
+
readonly type: "bytes32";
|
|
4609
|
+
}];
|
|
4610
|
+
readonly stateMutability: "view";
|
|
4611
|
+
readonly type: "function";
|
|
4612
|
+
}, {
|
|
4613
|
+
readonly inputs: readonly [];
|
|
4614
|
+
readonly name: "UPGRADE_PLUGIN_PERMISSION_ID";
|
|
4615
|
+
readonly outputs: readonly [{
|
|
4616
|
+
readonly internalType: "bytes32";
|
|
4617
|
+
readonly name: "";
|
|
4618
|
+
readonly type: "bytes32";
|
|
4619
|
+
}];
|
|
4620
|
+
readonly stateMutability: "view";
|
|
4621
|
+
readonly type: "function";
|
|
4622
|
+
}, {
|
|
4623
|
+
readonly inputs: readonly [{
|
|
4624
|
+
readonly internalType: "address[]";
|
|
4625
|
+
readonly name: "_members";
|
|
4626
|
+
readonly type: "address[]";
|
|
4627
|
+
}];
|
|
4628
|
+
readonly name: "addAddresses";
|
|
4629
|
+
readonly outputs: readonly [];
|
|
4630
|
+
readonly stateMutability: "nonpayable";
|
|
4631
|
+
readonly type: "function";
|
|
4632
|
+
}, {
|
|
4633
|
+
readonly inputs: readonly [];
|
|
4634
|
+
readonly name: "addresslistLength";
|
|
4635
|
+
readonly outputs: readonly [{
|
|
4636
|
+
readonly internalType: "uint256";
|
|
4637
|
+
readonly name: "";
|
|
4638
|
+
readonly type: "uint256";
|
|
4639
|
+
}];
|
|
4640
|
+
readonly stateMutability: "view";
|
|
4641
|
+
readonly type: "function";
|
|
4642
|
+
}, {
|
|
4643
|
+
readonly inputs: readonly [{
|
|
4644
|
+
readonly internalType: "uint256";
|
|
4645
|
+
readonly name: "_blockNumber";
|
|
4646
|
+
readonly type: "uint256";
|
|
4647
|
+
}];
|
|
4648
|
+
readonly name: "addresslistLengthAtBlock";
|
|
4649
|
+
readonly outputs: readonly [{
|
|
4650
|
+
readonly internalType: "uint256";
|
|
4651
|
+
readonly name: "";
|
|
4652
|
+
readonly type: "uint256";
|
|
4653
|
+
}];
|
|
4654
|
+
readonly stateMutability: "view";
|
|
4655
|
+
readonly type: "function";
|
|
4656
|
+
}, {
|
|
4657
|
+
readonly inputs: readonly [{
|
|
4658
|
+
readonly internalType: "uint256";
|
|
4659
|
+
readonly name: "_proposalId";
|
|
4660
|
+
readonly type: "uint256";
|
|
4661
|
+
}, {
|
|
4662
|
+
readonly internalType: "bool";
|
|
4663
|
+
readonly name: "_tryExecution";
|
|
4664
|
+
readonly type: "bool";
|
|
4665
|
+
}];
|
|
4666
|
+
readonly name: "approve";
|
|
4667
|
+
readonly outputs: readonly [];
|
|
4668
|
+
readonly stateMutability: "nonpayable";
|
|
4669
|
+
readonly type: "function";
|
|
4670
|
+
}, {
|
|
4671
|
+
readonly inputs: readonly [{
|
|
4672
|
+
readonly internalType: "uint256";
|
|
4673
|
+
readonly name: "_proposalId";
|
|
4674
|
+
readonly type: "uint256";
|
|
4675
|
+
}, {
|
|
4676
|
+
readonly internalType: "address";
|
|
4677
|
+
readonly name: "_account";
|
|
4678
|
+
readonly type: "address";
|
|
4679
|
+
}];
|
|
4680
|
+
readonly name: "canApprove";
|
|
4681
|
+
readonly outputs: readonly [{
|
|
4682
|
+
readonly internalType: "bool";
|
|
4683
|
+
readonly name: "";
|
|
4684
|
+
readonly type: "bool";
|
|
4685
|
+
}];
|
|
4686
|
+
readonly stateMutability: "view";
|
|
4687
|
+
readonly type: "function";
|
|
4688
|
+
}, {
|
|
4689
|
+
readonly inputs: readonly [{
|
|
4690
|
+
readonly internalType: "uint256";
|
|
4691
|
+
readonly name: "_proposalId";
|
|
4692
|
+
readonly type: "uint256";
|
|
4693
|
+
}];
|
|
4694
|
+
readonly name: "canExecute";
|
|
4695
|
+
readonly outputs: readonly [{
|
|
4696
|
+
readonly internalType: "bool";
|
|
4697
|
+
readonly name: "";
|
|
4698
|
+
readonly type: "bool";
|
|
4699
|
+
}];
|
|
4700
|
+
readonly stateMutability: "view";
|
|
4701
|
+
readonly type: "function";
|
|
4702
|
+
}, {
|
|
4703
|
+
readonly inputs: readonly [{
|
|
4704
|
+
readonly internalType: "bytes";
|
|
4705
|
+
readonly name: "_metadata";
|
|
4706
|
+
readonly type: "bytes";
|
|
4707
|
+
}, {
|
|
4708
|
+
readonly components: readonly [{
|
|
4709
|
+
readonly internalType: "address";
|
|
4710
|
+
readonly name: "to";
|
|
4711
|
+
readonly type: "address";
|
|
4712
|
+
}, {
|
|
4713
|
+
readonly internalType: "uint256";
|
|
4714
|
+
readonly name: "value";
|
|
4715
|
+
readonly type: "uint256";
|
|
4716
|
+
}, {
|
|
4717
|
+
readonly internalType: "bytes";
|
|
4718
|
+
readonly name: "data";
|
|
4719
|
+
readonly type: "bytes";
|
|
4720
|
+
}];
|
|
4721
|
+
readonly internalType: "struct Action[]";
|
|
4722
|
+
readonly name: "_actions";
|
|
4723
|
+
readonly type: "tuple[]";
|
|
4724
|
+
}, {
|
|
4725
|
+
readonly internalType: "uint64";
|
|
4726
|
+
readonly name: "_startDate";
|
|
4727
|
+
readonly type: "uint64";
|
|
4728
|
+
}, {
|
|
4729
|
+
readonly internalType: "uint64";
|
|
4730
|
+
readonly name: "_endDate";
|
|
4731
|
+
readonly type: "uint64";
|
|
4732
|
+
}, {
|
|
4733
|
+
readonly internalType: "bytes";
|
|
4734
|
+
readonly name: "_data";
|
|
4735
|
+
readonly type: "bytes";
|
|
4736
|
+
}];
|
|
4737
|
+
readonly name: "createProposal";
|
|
4738
|
+
readonly outputs: readonly [{
|
|
4739
|
+
readonly internalType: "uint256";
|
|
4740
|
+
readonly name: "proposalId";
|
|
4741
|
+
readonly type: "uint256";
|
|
4742
|
+
}];
|
|
4743
|
+
readonly stateMutability: "nonpayable";
|
|
4744
|
+
readonly type: "function";
|
|
4745
|
+
}, {
|
|
4746
|
+
readonly inputs: readonly [{
|
|
4747
|
+
readonly internalType: "bytes";
|
|
4748
|
+
readonly name: "_metadata";
|
|
4749
|
+
readonly type: "bytes";
|
|
4750
|
+
}, {
|
|
4751
|
+
readonly components: readonly [{
|
|
4752
|
+
readonly internalType: "address";
|
|
4753
|
+
readonly name: "to";
|
|
4754
|
+
readonly type: "address";
|
|
4755
|
+
}, {
|
|
4756
|
+
readonly internalType: "uint256";
|
|
4757
|
+
readonly name: "value";
|
|
4758
|
+
readonly type: "uint256";
|
|
4759
|
+
}, {
|
|
4760
|
+
readonly internalType: "bytes";
|
|
4761
|
+
readonly name: "data";
|
|
4762
|
+
readonly type: "bytes";
|
|
4763
|
+
}];
|
|
4764
|
+
readonly internalType: "struct Action[]";
|
|
4765
|
+
readonly name: "_actions";
|
|
4766
|
+
readonly type: "tuple[]";
|
|
4767
|
+
}, {
|
|
4768
|
+
readonly internalType: "uint256";
|
|
4769
|
+
readonly name: "_allowFailureMap";
|
|
4770
|
+
readonly type: "uint256";
|
|
4771
|
+
}, {
|
|
4772
|
+
readonly internalType: "bool";
|
|
4773
|
+
readonly name: "_approveProposal";
|
|
4774
|
+
readonly type: "bool";
|
|
4775
|
+
}, {
|
|
4776
|
+
readonly internalType: "bool";
|
|
4777
|
+
readonly name: "_tryExecution";
|
|
4778
|
+
readonly type: "bool";
|
|
4779
|
+
}, {
|
|
4780
|
+
readonly internalType: "uint64";
|
|
4781
|
+
readonly name: "_startDate";
|
|
4782
|
+
readonly type: "uint64";
|
|
4783
|
+
}, {
|
|
4784
|
+
readonly internalType: "uint64";
|
|
4785
|
+
readonly name: "_endDate";
|
|
4786
|
+
readonly type: "uint64";
|
|
4787
|
+
}];
|
|
4788
|
+
readonly name: "createProposal";
|
|
4789
|
+
readonly outputs: readonly [{
|
|
4790
|
+
readonly internalType: "uint256";
|
|
4791
|
+
readonly name: "proposalId";
|
|
4792
|
+
readonly type: "uint256";
|
|
4793
|
+
}];
|
|
4794
|
+
readonly stateMutability: "nonpayable";
|
|
4795
|
+
readonly type: "function";
|
|
4796
|
+
}, {
|
|
4797
|
+
readonly inputs: readonly [];
|
|
4798
|
+
readonly name: "customProposalParamsABI";
|
|
4799
|
+
readonly outputs: readonly [{
|
|
4800
|
+
readonly internalType: "string";
|
|
4801
|
+
readonly name: "";
|
|
4802
|
+
readonly type: "string";
|
|
4803
|
+
}];
|
|
4804
|
+
readonly stateMutability: "pure";
|
|
4805
|
+
readonly type: "function";
|
|
4806
|
+
}, {
|
|
4807
|
+
readonly inputs: readonly [];
|
|
4808
|
+
readonly name: "dao";
|
|
4809
|
+
readonly outputs: readonly [{
|
|
4810
|
+
readonly internalType: "contract IDAO";
|
|
4811
|
+
readonly name: "";
|
|
4812
|
+
readonly type: "address";
|
|
4813
|
+
}];
|
|
4814
|
+
readonly stateMutability: "view";
|
|
4815
|
+
readonly type: "function";
|
|
4816
|
+
}, {
|
|
4817
|
+
readonly inputs: readonly [{
|
|
4818
|
+
readonly internalType: "uint256";
|
|
4819
|
+
readonly name: "_proposalId";
|
|
4820
|
+
readonly type: "uint256";
|
|
4821
|
+
}];
|
|
4822
|
+
readonly name: "execute";
|
|
4823
|
+
readonly outputs: readonly [];
|
|
4824
|
+
readonly stateMutability: "nonpayable";
|
|
4825
|
+
readonly type: "function";
|
|
4826
|
+
}, {
|
|
4827
|
+
readonly inputs: readonly [];
|
|
4828
|
+
readonly name: "getCurrentTargetConfig";
|
|
4829
|
+
readonly outputs: readonly [{
|
|
4830
|
+
readonly components: readonly [{
|
|
4831
|
+
readonly internalType: "address";
|
|
4832
|
+
readonly name: "target";
|
|
4833
|
+
readonly type: "address";
|
|
4834
|
+
}, {
|
|
4835
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
4836
|
+
readonly name: "operation";
|
|
4837
|
+
readonly type: "uint8";
|
|
4838
|
+
}];
|
|
4839
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
4840
|
+
readonly name: "";
|
|
4841
|
+
readonly type: "tuple";
|
|
4842
|
+
}];
|
|
4843
|
+
readonly stateMutability: "view";
|
|
4844
|
+
readonly type: "function";
|
|
4845
|
+
}, {
|
|
4846
|
+
readonly inputs: readonly [];
|
|
4847
|
+
readonly name: "getMetadata";
|
|
4848
|
+
readonly outputs: readonly [{
|
|
4849
|
+
readonly internalType: "bytes";
|
|
4850
|
+
readonly name: "";
|
|
4851
|
+
readonly type: "bytes";
|
|
4852
|
+
}];
|
|
4853
|
+
readonly stateMutability: "view";
|
|
4854
|
+
readonly type: "function";
|
|
4855
|
+
}, {
|
|
4856
|
+
readonly inputs: readonly [{
|
|
4857
|
+
readonly internalType: "uint256";
|
|
4858
|
+
readonly name: "_proposalId";
|
|
4859
|
+
readonly type: "uint256";
|
|
4860
|
+
}];
|
|
4861
|
+
readonly name: "getProposal";
|
|
4862
|
+
readonly outputs: readonly [{
|
|
4863
|
+
readonly internalType: "bool";
|
|
4864
|
+
readonly name: "executed";
|
|
4865
|
+
readonly type: "bool";
|
|
4866
|
+
}, {
|
|
4867
|
+
readonly internalType: "uint16";
|
|
4868
|
+
readonly name: "approvals";
|
|
4869
|
+
readonly type: "uint16";
|
|
4870
|
+
}, {
|
|
4871
|
+
readonly components: readonly [{
|
|
4872
|
+
readonly internalType: "uint16";
|
|
4873
|
+
readonly name: "minApprovals";
|
|
4874
|
+
readonly type: "uint16";
|
|
4875
|
+
}, {
|
|
4876
|
+
readonly internalType: "uint64";
|
|
4877
|
+
readonly name: "snapshotBlock";
|
|
4878
|
+
readonly type: "uint64";
|
|
4879
|
+
}, {
|
|
4880
|
+
readonly internalType: "uint64";
|
|
4881
|
+
readonly name: "startDate";
|
|
4882
|
+
readonly type: "uint64";
|
|
4883
|
+
}, {
|
|
4884
|
+
readonly internalType: "uint64";
|
|
4885
|
+
readonly name: "endDate";
|
|
4886
|
+
readonly type: "uint64";
|
|
4887
|
+
}];
|
|
4888
|
+
readonly internalType: "struct Multisig.ProposalParameters";
|
|
4889
|
+
readonly name: "parameters";
|
|
4890
|
+
readonly type: "tuple";
|
|
4891
|
+
}, {
|
|
4892
|
+
readonly components: readonly [{
|
|
4893
|
+
readonly internalType: "address";
|
|
4894
|
+
readonly name: "to";
|
|
4895
|
+
readonly type: "address";
|
|
4896
|
+
}, {
|
|
4897
|
+
readonly internalType: "uint256";
|
|
4898
|
+
readonly name: "value";
|
|
4899
|
+
readonly type: "uint256";
|
|
4900
|
+
}, {
|
|
4901
|
+
readonly internalType: "bytes";
|
|
4902
|
+
readonly name: "data";
|
|
4903
|
+
readonly type: "bytes";
|
|
4904
|
+
}];
|
|
4905
|
+
readonly internalType: "struct Action[]";
|
|
4906
|
+
readonly name: "actions";
|
|
4907
|
+
readonly type: "tuple[]";
|
|
4908
|
+
}, {
|
|
4909
|
+
readonly internalType: "uint256";
|
|
4910
|
+
readonly name: "allowFailureMap";
|
|
4911
|
+
readonly type: "uint256";
|
|
4912
|
+
}, {
|
|
4913
|
+
readonly components: readonly [{
|
|
4914
|
+
readonly internalType: "address";
|
|
4915
|
+
readonly name: "target";
|
|
4916
|
+
readonly type: "address";
|
|
4917
|
+
}, {
|
|
4918
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
4919
|
+
readonly name: "operation";
|
|
4920
|
+
readonly type: "uint8";
|
|
4921
|
+
}];
|
|
4922
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
4923
|
+
readonly name: "targetConfig";
|
|
4924
|
+
readonly type: "tuple";
|
|
4925
|
+
}];
|
|
4926
|
+
readonly stateMutability: "view";
|
|
4927
|
+
readonly type: "function";
|
|
4928
|
+
}, {
|
|
4929
|
+
readonly inputs: readonly [];
|
|
4930
|
+
readonly name: "getTargetConfig";
|
|
4931
|
+
readonly outputs: readonly [{
|
|
4932
|
+
readonly components: readonly [{
|
|
4933
|
+
readonly internalType: "address";
|
|
4934
|
+
readonly name: "target";
|
|
4935
|
+
readonly type: "address";
|
|
4936
|
+
}, {
|
|
4937
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
4938
|
+
readonly name: "operation";
|
|
4939
|
+
readonly type: "uint8";
|
|
4940
|
+
}];
|
|
4941
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
4942
|
+
readonly name: "";
|
|
4943
|
+
readonly type: "tuple";
|
|
4944
|
+
}];
|
|
4945
|
+
readonly stateMutability: "view";
|
|
4946
|
+
readonly type: "function";
|
|
4947
|
+
}, {
|
|
4948
|
+
readonly inputs: readonly [{
|
|
4949
|
+
readonly internalType: "uint256";
|
|
4950
|
+
readonly name: "_proposalId";
|
|
4951
|
+
readonly type: "uint256";
|
|
4952
|
+
}, {
|
|
4953
|
+
readonly internalType: "address";
|
|
4954
|
+
readonly name: "_account";
|
|
4955
|
+
readonly type: "address";
|
|
4956
|
+
}];
|
|
4957
|
+
readonly name: "hasApproved";
|
|
4958
|
+
readonly outputs: readonly [{
|
|
4959
|
+
readonly internalType: "bool";
|
|
4960
|
+
readonly name: "";
|
|
4961
|
+
readonly type: "bool";
|
|
4962
|
+
}];
|
|
4963
|
+
readonly stateMutability: "view";
|
|
4964
|
+
readonly type: "function";
|
|
4965
|
+
}, {
|
|
4966
|
+
readonly inputs: readonly [{
|
|
4967
|
+
readonly internalType: "uint256";
|
|
4968
|
+
readonly name: "_proposalId";
|
|
4969
|
+
readonly type: "uint256";
|
|
4970
|
+
}];
|
|
4971
|
+
readonly name: "hasSucceeded";
|
|
4972
|
+
readonly outputs: readonly [{
|
|
4973
|
+
readonly internalType: "bool";
|
|
4974
|
+
readonly name: "";
|
|
4975
|
+
readonly type: "bool";
|
|
4976
|
+
}];
|
|
4977
|
+
readonly stateMutability: "view";
|
|
4978
|
+
readonly type: "function";
|
|
4979
|
+
}, {
|
|
4980
|
+
readonly inputs: readonly [];
|
|
4981
|
+
readonly name: "implementation";
|
|
4982
|
+
readonly outputs: readonly [{
|
|
4983
|
+
readonly internalType: "address";
|
|
4984
|
+
readonly name: "";
|
|
4985
|
+
readonly type: "address";
|
|
4986
|
+
}];
|
|
4987
|
+
readonly stateMutability: "view";
|
|
4988
|
+
readonly type: "function";
|
|
4989
|
+
}, {
|
|
4990
|
+
readonly inputs: readonly [{
|
|
4991
|
+
readonly internalType: "contract IDAO";
|
|
4992
|
+
readonly name: "_dao";
|
|
4993
|
+
readonly type: "address";
|
|
4994
|
+
}, {
|
|
4995
|
+
readonly internalType: "address[]";
|
|
4996
|
+
readonly name: "_members";
|
|
4997
|
+
readonly type: "address[]";
|
|
4998
|
+
}, {
|
|
4999
|
+
readonly components: readonly [{
|
|
5000
|
+
readonly internalType: "bool";
|
|
5001
|
+
readonly name: "onlyListed";
|
|
5002
|
+
readonly type: "bool";
|
|
5003
|
+
}, {
|
|
5004
|
+
readonly internalType: "uint16";
|
|
5005
|
+
readonly name: "minApprovals";
|
|
5006
|
+
readonly type: "uint16";
|
|
5007
|
+
}];
|
|
5008
|
+
readonly internalType: "struct Multisig.MultisigSettings";
|
|
5009
|
+
readonly name: "_multisigSettings";
|
|
5010
|
+
readonly type: "tuple";
|
|
5011
|
+
}, {
|
|
5012
|
+
readonly components: readonly [{
|
|
5013
|
+
readonly internalType: "address";
|
|
5014
|
+
readonly name: "target";
|
|
5015
|
+
readonly type: "address";
|
|
5016
|
+
}, {
|
|
5017
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
5018
|
+
readonly name: "operation";
|
|
5019
|
+
readonly type: "uint8";
|
|
5020
|
+
}];
|
|
5021
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
5022
|
+
readonly name: "_targetConfig";
|
|
5023
|
+
readonly type: "tuple";
|
|
5024
|
+
}, {
|
|
5025
|
+
readonly internalType: "bytes";
|
|
5026
|
+
readonly name: "_pluginMetadata";
|
|
5027
|
+
readonly type: "bytes";
|
|
5028
|
+
}];
|
|
5029
|
+
readonly name: "initialize";
|
|
5030
|
+
readonly outputs: readonly [];
|
|
5031
|
+
readonly stateMutability: "nonpayable";
|
|
5032
|
+
readonly type: "function";
|
|
5033
|
+
}, {
|
|
5034
|
+
readonly inputs: readonly [{
|
|
5035
|
+
readonly internalType: "uint16";
|
|
5036
|
+
readonly name: "_fromBuild";
|
|
5037
|
+
readonly type: "uint16";
|
|
5038
|
+
}, {
|
|
5039
|
+
readonly internalType: "bytes";
|
|
5040
|
+
readonly name: "_initData";
|
|
5041
|
+
readonly type: "bytes";
|
|
5042
|
+
}];
|
|
5043
|
+
readonly name: "initializeFrom";
|
|
5044
|
+
readonly outputs: readonly [];
|
|
5045
|
+
readonly stateMutability: "nonpayable";
|
|
5046
|
+
readonly type: "function";
|
|
5047
|
+
}, {
|
|
5048
|
+
readonly inputs: readonly [{
|
|
5049
|
+
readonly internalType: "address";
|
|
5050
|
+
readonly name: "_account";
|
|
5051
|
+
readonly type: "address";
|
|
5052
|
+
}];
|
|
5053
|
+
readonly name: "isListed";
|
|
5054
|
+
readonly outputs: readonly [{
|
|
5055
|
+
readonly internalType: "bool";
|
|
5056
|
+
readonly name: "";
|
|
5057
|
+
readonly type: "bool";
|
|
5058
|
+
}];
|
|
5059
|
+
readonly stateMutability: "view";
|
|
5060
|
+
readonly type: "function";
|
|
5061
|
+
}, {
|
|
5062
|
+
readonly inputs: readonly [{
|
|
5063
|
+
readonly internalType: "address";
|
|
5064
|
+
readonly name: "_account";
|
|
5065
|
+
readonly type: "address";
|
|
5066
|
+
}, {
|
|
5067
|
+
readonly internalType: "uint256";
|
|
5068
|
+
readonly name: "_blockNumber";
|
|
5069
|
+
readonly type: "uint256";
|
|
5070
|
+
}];
|
|
5071
|
+
readonly name: "isListedAtBlock";
|
|
5072
|
+
readonly outputs: readonly [{
|
|
5073
|
+
readonly internalType: "bool";
|
|
5074
|
+
readonly name: "";
|
|
5075
|
+
readonly type: "bool";
|
|
5076
|
+
}];
|
|
5077
|
+
readonly stateMutability: "view";
|
|
5078
|
+
readonly type: "function";
|
|
5079
|
+
}, {
|
|
5080
|
+
readonly inputs: readonly [{
|
|
5081
|
+
readonly internalType: "address";
|
|
5082
|
+
readonly name: "_account";
|
|
5083
|
+
readonly type: "address";
|
|
5084
|
+
}];
|
|
5085
|
+
readonly name: "isMember";
|
|
5086
|
+
readonly outputs: readonly [{
|
|
5087
|
+
readonly internalType: "bool";
|
|
5088
|
+
readonly name: "";
|
|
5089
|
+
readonly type: "bool";
|
|
5090
|
+
}];
|
|
5091
|
+
readonly stateMutability: "view";
|
|
5092
|
+
readonly type: "function";
|
|
5093
|
+
}, {
|
|
5094
|
+
readonly inputs: readonly [];
|
|
5095
|
+
readonly name: "lastMultisigSettingsChange";
|
|
5096
|
+
readonly outputs: readonly [{
|
|
5097
|
+
readonly internalType: "uint64";
|
|
5098
|
+
readonly name: "";
|
|
5099
|
+
readonly type: "uint64";
|
|
5100
|
+
}];
|
|
5101
|
+
readonly stateMutability: "view";
|
|
5102
|
+
readonly type: "function";
|
|
5103
|
+
}, {
|
|
5104
|
+
readonly inputs: readonly [];
|
|
5105
|
+
readonly name: "multisigSettings";
|
|
5106
|
+
readonly outputs: readonly [{
|
|
5107
|
+
readonly internalType: "bool";
|
|
5108
|
+
readonly name: "onlyListed";
|
|
5109
|
+
readonly type: "bool";
|
|
5110
|
+
}, {
|
|
5111
|
+
readonly internalType: "uint16";
|
|
5112
|
+
readonly name: "minApprovals";
|
|
5113
|
+
readonly type: "uint16";
|
|
5114
|
+
}];
|
|
5115
|
+
readonly stateMutability: "view";
|
|
5116
|
+
readonly type: "function";
|
|
5117
|
+
}, {
|
|
5118
|
+
readonly inputs: readonly [];
|
|
5119
|
+
readonly name: "pluginType";
|
|
5120
|
+
readonly outputs: readonly [{
|
|
5121
|
+
readonly internalType: "enum IPlugin.PluginType";
|
|
5122
|
+
readonly name: "";
|
|
5123
|
+
readonly type: "uint8";
|
|
5124
|
+
}];
|
|
5125
|
+
readonly stateMutability: "pure";
|
|
5126
|
+
readonly type: "function";
|
|
5127
|
+
}, {
|
|
5128
|
+
readonly inputs: readonly [];
|
|
5129
|
+
readonly name: "proposalCount";
|
|
5130
|
+
readonly outputs: readonly [{
|
|
5131
|
+
readonly internalType: "uint256";
|
|
5132
|
+
readonly name: "";
|
|
5133
|
+
readonly type: "uint256";
|
|
5134
|
+
}];
|
|
5135
|
+
readonly stateMutability: "view";
|
|
5136
|
+
readonly type: "function";
|
|
5137
|
+
}, {
|
|
5138
|
+
readonly inputs: readonly [];
|
|
5139
|
+
readonly name: "protocolVersion";
|
|
5140
|
+
readonly outputs: readonly [{
|
|
5141
|
+
readonly internalType: "uint8[3]";
|
|
5142
|
+
readonly name: "";
|
|
5143
|
+
readonly type: "uint8[3]";
|
|
5144
|
+
}];
|
|
5145
|
+
readonly stateMutability: "pure";
|
|
5146
|
+
readonly type: "function";
|
|
5147
|
+
}, {
|
|
5148
|
+
readonly inputs: readonly [];
|
|
5149
|
+
readonly name: "proxiableUUID";
|
|
5150
|
+
readonly outputs: readonly [{
|
|
5151
|
+
readonly internalType: "bytes32";
|
|
5152
|
+
readonly name: "";
|
|
5153
|
+
readonly type: "bytes32";
|
|
5154
|
+
}];
|
|
5155
|
+
readonly stateMutability: "view";
|
|
5156
|
+
readonly type: "function";
|
|
5157
|
+
}, {
|
|
5158
|
+
readonly inputs: readonly [{
|
|
5159
|
+
readonly internalType: "address[]";
|
|
5160
|
+
readonly name: "_members";
|
|
5161
|
+
readonly type: "address[]";
|
|
5162
|
+
}];
|
|
5163
|
+
readonly name: "removeAddresses";
|
|
5164
|
+
readonly outputs: readonly [];
|
|
5165
|
+
readonly stateMutability: "nonpayable";
|
|
5166
|
+
readonly type: "function";
|
|
5167
|
+
}, {
|
|
5168
|
+
readonly inputs: readonly [{
|
|
5169
|
+
readonly internalType: "bytes";
|
|
5170
|
+
readonly name: "_metadata";
|
|
5171
|
+
readonly type: "bytes";
|
|
5172
|
+
}];
|
|
5173
|
+
readonly name: "setMetadata";
|
|
5174
|
+
readonly outputs: readonly [];
|
|
5175
|
+
readonly stateMutability: "nonpayable";
|
|
5176
|
+
readonly type: "function";
|
|
5177
|
+
}, {
|
|
5178
|
+
readonly inputs: readonly [{
|
|
5179
|
+
readonly components: readonly [{
|
|
5180
|
+
readonly internalType: "address";
|
|
5181
|
+
readonly name: "target";
|
|
5182
|
+
readonly type: "address";
|
|
5183
|
+
}, {
|
|
5184
|
+
readonly internalType: "enum IPlugin.Operation";
|
|
5185
|
+
readonly name: "operation";
|
|
5186
|
+
readonly type: "uint8";
|
|
5187
|
+
}];
|
|
5188
|
+
readonly internalType: "struct IPlugin.TargetConfig";
|
|
5189
|
+
readonly name: "_targetConfig";
|
|
5190
|
+
readonly type: "tuple";
|
|
5191
|
+
}];
|
|
5192
|
+
readonly name: "setTargetConfig";
|
|
5193
|
+
readonly outputs: readonly [];
|
|
5194
|
+
readonly stateMutability: "nonpayable";
|
|
5195
|
+
readonly type: "function";
|
|
5196
|
+
}, {
|
|
5197
|
+
readonly inputs: readonly [{
|
|
5198
|
+
readonly internalType: "bytes4";
|
|
5199
|
+
readonly name: "_interfaceId";
|
|
5200
|
+
readonly type: "bytes4";
|
|
5201
|
+
}];
|
|
5202
|
+
readonly name: "supportsInterface";
|
|
5203
|
+
readonly outputs: readonly [{
|
|
5204
|
+
readonly internalType: "bool";
|
|
5205
|
+
readonly name: "";
|
|
5206
|
+
readonly type: "bool";
|
|
5207
|
+
}];
|
|
5208
|
+
readonly stateMutability: "view";
|
|
5209
|
+
readonly type: "function";
|
|
5210
|
+
}, {
|
|
5211
|
+
readonly inputs: readonly [{
|
|
5212
|
+
readonly components: readonly [{
|
|
5213
|
+
readonly internalType: "bool";
|
|
5214
|
+
readonly name: "onlyListed";
|
|
5215
|
+
readonly type: "bool";
|
|
5216
|
+
}, {
|
|
5217
|
+
readonly internalType: "uint16";
|
|
5218
|
+
readonly name: "minApprovals";
|
|
5219
|
+
readonly type: "uint16";
|
|
5220
|
+
}];
|
|
5221
|
+
readonly internalType: "struct Multisig.MultisigSettings";
|
|
5222
|
+
readonly name: "_multisigSettings";
|
|
5223
|
+
readonly type: "tuple";
|
|
5224
|
+
}];
|
|
5225
|
+
readonly name: "updateMultisigSettings";
|
|
5226
|
+
readonly outputs: readonly [];
|
|
5227
|
+
readonly stateMutability: "nonpayable";
|
|
5228
|
+
readonly type: "function";
|
|
5229
|
+
}, {
|
|
5230
|
+
readonly inputs: readonly [{
|
|
5231
|
+
readonly internalType: "address";
|
|
5232
|
+
readonly name: "newImplementation";
|
|
5233
|
+
readonly type: "address";
|
|
5234
|
+
}];
|
|
5235
|
+
readonly name: "upgradeTo";
|
|
5236
|
+
readonly outputs: readonly [];
|
|
5237
|
+
readonly stateMutability: "nonpayable";
|
|
5238
|
+
readonly type: "function";
|
|
5239
|
+
}, {
|
|
5240
|
+
readonly inputs: readonly [{
|
|
5241
|
+
readonly internalType: "address";
|
|
5242
|
+
readonly name: "newImplementation";
|
|
5243
|
+
readonly type: "address";
|
|
5244
|
+
}, {
|
|
5245
|
+
readonly internalType: "bytes";
|
|
5246
|
+
readonly name: "data";
|
|
5247
|
+
readonly type: "bytes";
|
|
5248
|
+
}];
|
|
5249
|
+
readonly name: "upgradeToAndCall";
|
|
5250
|
+
readonly outputs: readonly [];
|
|
5251
|
+
readonly stateMutability: "payable";
|
|
5252
|
+
readonly type: "function";
|
|
5253
|
+
}];
|
|
5254
|
+
|
|
1769
5255
|
declare const CurveAdapterV1_ABI: readonly [{
|
|
1770
5256
|
readonly inputs: readonly [{
|
|
1771
5257
|
readonly internalType: "contract ICurveStableSwapNG";
|
|
@@ -17823,4 +21309,4 @@ declare const VaultAdapterV1_ABI: readonly [{
|
|
|
17823
21309
|
readonly type: "function";
|
|
17824
21310
|
}];
|
|
17825
21311
|
|
|
17826
|
-
export { ADDRESS, AggregatorV3Interface_ABI, type ChainAddressArbitrum, type ChainAddressAvalanche, type ChainAddressBase, type ChainAddressGnosis, type ChainAddressMainnet, type ChainAddressMap, type ChainAddressOptimism, type ChainAddressPolygon, type ChainAddressSonic, type ChainId, type ChainIdMain, type ChainIdSide, ChainMain, ChainSide, CurveAdapterV1_1_ABI, CurveAdapterV1_2_ABI, CurveAdapterV1_ABI, ERC20Permit_ABI, ERC20_ABI, ErrorsLib_ABI, EventsLib_ABI, ICurveStableSwapNG_ABI, IERC20Metadata_ABI, IERC20Permit_ABI, IERC20_ABI, IERC4626ABI, IMetaMorphoV1_1Base_ABI, IMetaMorphoV1_1StaticTyping_ABI, IMetaMorphoV1_1_ABI, IMorphoBase_ABI, IMorphoChainlinkOracleV2Factory_ABI, IMorphoChainlinkOracleV2_ABI, IMorphoFlashLoanCallback_ABI, IMorphoLiquidateCallback_ABI, IMorphoRepayCallback_ABI, IMorphoStaticTyping_ABI, IMorphoSupplyCallback_ABI, IMorphoSupplyCollateralCallback_ABI, IMorpho_ABI, IMulticall_ABI, IOracle_ABI, IOwnable_ABI, IStablecoinMetadata_ABI, IStablecoinModifier_ABI, IStablecoin_ABI, ITermMaxVault_ABI, MorphoAdapterV1_1_ABI, MorphoAdapterV1_2_ABI, MorphoAdapterV1_ABI, MorphoChainlinkOracleV2_ABI, RewardDistributionV1_ABI, Stablecoin_ABI, type SupportedChain, SupportedChainIds, SupportedChains, SupportedChainsMap, VaultAdapterRecoverV1_ABI, VaultAdapterV1_ABI, getAddressFromChildIndex, getChildFromSeed, getPrivateKeyFromChildIndex, getPublicKeyFromChildIndex, getWalletInto };
|
|
21312
|
+
export { ADDRESS, AggregatorV3Interface_ABI, AragonDelayedAction_ABI, AragonMultiSig_ABI, AragonVetoMultiSig_ABI, type ChainAddressArbitrum, type ChainAddressAvalanche, type ChainAddressBase, type ChainAddressGnosis, type ChainAddressMainnet, type ChainAddressMap, type ChainAddressOptimism, type ChainAddressPolygon, type ChainAddressSonic, type ChainId, type ChainIdMain, type ChainIdSide, ChainMain, ChainSide, CurveAdapterV1_1_ABI, CurveAdapterV1_2_ABI, CurveAdapterV1_ABI, ERC20Permit_ABI, ERC20_ABI, ErrorsLib_ABI, EventsLib_ABI, ICurveStableSwapNG_ABI, IERC20Metadata_ABI, IERC20Permit_ABI, IERC20_ABI, IERC4626ABI, IMetaMorphoV1_1Base_ABI, IMetaMorphoV1_1StaticTyping_ABI, IMetaMorphoV1_1_ABI, IMorphoBase_ABI, IMorphoChainlinkOracleV2Factory_ABI, IMorphoChainlinkOracleV2_ABI, IMorphoFlashLoanCallback_ABI, IMorphoLiquidateCallback_ABI, IMorphoRepayCallback_ABI, IMorphoStaticTyping_ABI, IMorphoSupplyCallback_ABI, IMorphoSupplyCollateralCallback_ABI, IMorpho_ABI, IMulticall_ABI, IOracle_ABI, IOwnable_ABI, IStablecoinMetadata_ABI, IStablecoinModifier_ABI, IStablecoin_ABI, ITermMaxVault_ABI, MorphoAdapterV1_1_ABI, MorphoAdapterV1_2_ABI, MorphoAdapterV1_ABI, MorphoChainlinkOracleV2_ABI, RewardDistributionV1_ABI, Stablecoin_ABI, type SupportedChain, SupportedChainIds, SupportedChains, SupportedChainsMap, VaultAdapterRecoverV1_ABI, VaultAdapterV1_ABI, getAddressFromChildIndex, getChildFromSeed, getPrivateKeyFromChildIndex, getPublicKeyFromChildIndex, getWalletInto };
|