@gzeoneth/gov-tracker 0.4.0 → 0.5.0
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/README.md +95 -11
- package/dist/abis-json.d.ts +2315 -0
- package/dist/abis-json.d.ts.map +1 -0
- package/dist/abis-json.js +3207 -0
- package/dist/abis-json.js.map +1 -0
- package/dist/abis.d.ts +12 -7
- package/dist/abis.d.ts.map +1 -1
- package/dist/abis.js +32 -1
- package/dist/abis.js.map +1 -1
- package/dist/calldata/decoder.d.ts.map +1 -1
- package/dist/calldata/decoder.js +33 -28
- package/dist/calldata/decoder.js.map +1 -1
- package/dist/calldata/parameter-decoder.d.ts.map +1 -1
- package/dist/calldata/parameter-decoder.js +19 -25
- package/dist/calldata/parameter-decoder.js.map +1 -1
- package/dist/calldata/retryable-ticket.d.ts +2 -2
- package/dist/calldata/retryable-ticket.d.ts.map +1 -1
- package/dist/calldata/retryable-ticket.js +17 -12
- package/dist/calldata/retryable-ticket.js.map +1 -1
- package/dist/calldata/signature-lookup.js +5 -4
- package/dist/calldata/signature-lookup.js.map +1 -1
- package/dist/cli/cli.js +112 -20
- package/dist/cli/cli.js.map +1 -1
- package/dist/cli/lib/cli.d.ts +4 -2
- package/dist/cli/lib/cli.d.ts.map +1 -1
- package/dist/cli/lib/cli.js +34 -18
- package/dist/cli/lib/cli.js.map +1 -1
- package/dist/cli/lib/election-check.d.ts.map +1 -1
- package/dist/cli/lib/election-check.js +2 -1
- package/dist/cli/lib/election-check.js.map +1 -1
- package/dist/cli/lib/json-state.js +1 -1
- package/dist/cli/lib/json-state.js.map +1 -1
- package/dist/cli/tui/components/StageProgress.js +1 -1
- package/dist/cli/tui/components/StageProgress.js.map +1 -1
- package/dist/cli/tui/components/StageRow.d.ts.map +1 -1
- package/dist/cli/tui/components/StageRow.js +15 -20
- package/dist/cli/tui/components/StageRow.js.map +1 -1
- package/dist/cli/tui/components/VotingStats.d.ts.map +1 -1
- package/dist/cli/tui/components/VotingStats.js +2 -1
- package/dist/cli/tui/components/VotingStats.js.map +1 -1
- package/dist/cli/tui/hooks/useCache.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useCache.js +2 -1
- package/dist/cli/tui/hooks/useCache.js.map +1 -1
- package/dist/cli/tui/hooks/useElectionData.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useElectionData.js +3 -2
- package/dist/cli/tui/hooks/useElectionData.js.map +1 -1
- package/dist/cli/tui/hooks/useNavigation.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useNavigation.js +2 -3
- package/dist/cli/tui/hooks/useNavigation.js.map +1 -1
- package/dist/cli/tui/hooks/useProposals.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useProposals.js +26 -36
- package/dist/cli/tui/hooks/useProposals.js.map +1 -1
- package/dist/cli/tui/hooks/useStageCalldata.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useStageCalldata.js +2 -1
- package/dist/cli/tui/hooks/useStageCalldata.js.map +1 -1
- package/dist/cli/tui/utils/index.d.ts +7 -7
- package/dist/cli/tui/utils/index.d.ts.map +1 -1
- package/dist/cli/tui/utils/index.js +18 -13
- package/dist/cli/tui/utils/index.js.map +1 -1
- package/dist/cli/tui/utils/markdown-parser.d.ts +5 -0
- package/dist/cli/tui/utils/markdown-parser.d.ts.map +1 -1
- package/dist/cli/tui/utils/markdown-parser.js +16 -0
- package/dist/cli/tui/utils/markdown-parser.js.map +1 -1
- package/dist/cli/tui/utils/navigation.d.ts +1 -0
- package/dist/cli/tui/utils/navigation.d.ts.map +1 -1
- package/dist/cli/tui/utils/navigation.js +9 -5
- package/dist/cli/tui/utils/navigation.js.map +1 -1
- package/dist/cli/tui/utils/proposal-detail-helpers.js +6 -6
- package/dist/cli/tui/utils/proposal-detail-helpers.js.map +1 -1
- package/dist/cli/tui/utils/stage-status.d.ts +4 -0
- package/dist/cli/tui/utils/stage-status.d.ts.map +1 -1
- package/dist/cli/tui/utils/stage-status.js +47 -1
- package/dist/cli/tui/utils/stage-status.js.map +1 -1
- package/dist/cli/tui/utils/time.d.ts +4 -4
- package/dist/cli/tui/utils/time.d.ts.map +1 -1
- package/dist/cli/tui/utils/time.js +13 -11
- package/dist/cli/tui/utils/time.js.map +1 -1
- package/dist/cli/tui/views/CalldataView.d.ts.map +1 -1
- package/dist/cli/tui/views/CalldataView.js +3 -2
- package/dist/cli/tui/views/CalldataView.js.map +1 -1
- package/dist/cli/tui/views/DescriptionView.d.ts.map +1 -1
- package/dist/cli/tui/views/DescriptionView.js +4 -2
- package/dist/cli/tui/views/DescriptionView.js.map +1 -1
- package/dist/cli/tui/views/ElectionView.d.ts.map +1 -1
- package/dist/cli/tui/views/ElectionView.js +4 -9
- package/dist/cli/tui/views/ElectionView.js.map +1 -1
- package/dist/constants.d.ts +54 -23
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +78 -21
- package/dist/constants.js.map +1 -1
- package/dist/data/bundled-cache.json +393 -20
- package/dist/data/delegate-cache.json +118014 -0
- package/dist/deduplication.d.ts.map +1 -1
- package/dist/deduplication.js +34 -54
- package/dist/deduplication.js.map +1 -1
- package/dist/delegates/cache.d.ts +44 -0
- package/dist/delegates/cache.d.ts.map +1 -0
- package/dist/delegates/cache.js +202 -0
- package/dist/delegates/cache.js.map +1 -0
- package/dist/delegates/index.d.ts +13 -0
- package/dist/delegates/index.d.ts.map +1 -0
- package/dist/delegates/index.js +32 -0
- package/dist/delegates/index.js.map +1 -0
- package/dist/delegates/indexer.d.ts +32 -0
- package/dist/delegates/indexer.d.ts.map +1 -0
- package/dist/delegates/indexer.js +191 -0
- package/dist/delegates/indexer.js.map +1 -0
- package/dist/delegates/queries.d.ts +30 -0
- package/dist/delegates/queries.d.ts.map +1 -0
- package/dist/delegates/queries.js +79 -0
- package/dist/delegates/queries.js.map +1 -0
- package/dist/discovery/governor-discovery.d.ts +21 -1
- package/dist/discovery/governor-discovery.d.ts.map +1 -1
- package/dist/discovery/governor-discovery.js +47 -13
- package/dist/discovery/governor-discovery.js.map +1 -1
- package/dist/discovery/timelock-discovery.d.ts.map +1 -1
- package/dist/discovery/timelock-discovery.js +27 -30
- package/dist/discovery/timelock-discovery.js.map +1 -1
- package/dist/election/contracts.d.ts.map +1 -1
- package/dist/election/contracts.js +4 -1
- package/dist/election/contracts.js.map +1 -1
- package/dist/election/details.d.ts.map +1 -1
- package/dist/election/details.js +7 -3
- package/dist/election/details.js.map +1 -1
- package/dist/election/index.d.ts +3 -1
- package/dist/election/index.d.ts.map +1 -1
- package/dist/election/index.js +12 -1
- package/dist/election/index.js.map +1 -1
- package/dist/election/params.d.ts.map +1 -1
- package/dist/election/params.js +14 -28
- package/dist/election/params.js.map +1 -1
- package/dist/election/participants.d.ts.map +1 -1
- package/dist/election/participants.js +21 -26
- package/dist/election/participants.js.map +1 -1
- package/dist/election/proposal-ids.js +19 -22
- package/dist/election/proposal-ids.js.map +1 -1
- package/dist/election/status.d.ts +28 -1
- package/dist/election/status.d.ts.map +1 -1
- package/dist/election/status.js +116 -3
- package/dist/election/status.js.map +1 -1
- package/dist/election/write.d.ts +132 -0
- package/dist/election/write.d.ts.map +1 -0
- package/dist/election/write.js +184 -0
- package/dist/election/write.js.map +1 -0
- package/dist/governance/index.d.ts +5 -0
- package/dist/governance/index.d.ts.map +1 -0
- package/dist/governance/index.js +28 -0
- package/dist/governance/index.js.map +1 -0
- package/dist/governance/read.d.ts +50 -0
- package/dist/governance/read.d.ts.map +1 -0
- package/dist/governance/read.js +194 -0
- package/dist/governance/read.js.map +1 -0
- package/dist/governance/write.d.ts +54 -0
- package/dist/governance/write.d.ts.map +1 -0
- package/dist/governance/write.js +132 -0
- package/dist/governance/write.js.map +1 -0
- package/dist/index.d.ts +40 -21
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +149 -15
- package/dist/index.js.map +1 -1
- package/dist/simulation/index.d.ts +4 -1
- package/dist/simulation/index.d.ts.map +1 -1
- package/dist/simulation/index.js +5 -1
- package/dist/simulation/index.js.map +1 -1
- package/dist/simulation/simulation-data.d.ts +33 -2
- package/dist/simulation/simulation-data.d.ts.map +1 -1
- package/dist/simulation/simulation-data.js +68 -24
- package/dist/simulation/simulation-data.js.map +1 -1
- package/dist/simulation/tenderly-payloads.d.ts +107 -0
- package/dist/simulation/tenderly-payloads.d.ts.map +1 -0
- package/dist/simulation/tenderly-payloads.js +103 -0
- package/dist/simulation/tenderly-payloads.js.map +1 -0
- package/dist/stages/l2-to-l1-message.d.ts.map +1 -1
- package/dist/stages/l2-to-l1-message.js +43 -63
- package/dist/stages/l2-to-l1-message.js.map +1 -1
- package/dist/stages/proposal-queued.js.map +1 -1
- package/dist/stages/retryables.d.ts.map +1 -1
- package/dist/stages/retryables.js +10 -9
- package/dist/stages/retryables.js.map +1 -1
- package/dist/stages/timelock.d.ts +43 -3
- package/dist/stages/timelock.d.ts.map +1 -1
- package/dist/stages/timelock.js +170 -53
- package/dist/stages/timelock.js.map +1 -1
- package/dist/stages/utils.d.ts +56 -1
- package/dist/stages/utils.d.ts.map +1 -1
- package/dist/stages/utils.js +146 -30
- package/dist/stages/utils.js.map +1 -1
- package/dist/tracker/bundled-cache.d.ts +136 -0
- package/dist/tracker/bundled-cache.d.ts.map +1 -0
- package/dist/tracker/bundled-cache.js +207 -0
- package/dist/tracker/bundled-cache.js.map +1 -0
- package/dist/tracker/checkpoint-helpers.d.ts +20 -1
- package/dist/tracker/checkpoint-helpers.d.ts.map +1 -1
- package/dist/tracker/checkpoint-helpers.js +41 -7
- package/dist/tracker/checkpoint-helpers.js.map +1 -1
- package/dist/tracker/discovery.d.ts +3 -0
- package/dist/tracker/discovery.d.ts.map +1 -1
- package/dist/tracker/discovery.js +59 -34
- package/dist/tracker/discovery.js.map +1 -1
- package/dist/tracker/pipeline.d.ts +3 -10
- package/dist/tracker/pipeline.d.ts.map +1 -1
- package/dist/tracker/pipeline.js +18 -32
- package/dist/tracker/pipeline.js.map +1 -1
- package/dist/tracker/query.d.ts +1 -0
- package/dist/tracker/query.d.ts.map +1 -1
- package/dist/tracker/query.js +28 -36
- package/dist/tracker/query.js.map +1 -1
- package/dist/tracker/state.d.ts +3 -2
- package/dist/tracker/state.d.ts.map +1 -1
- package/dist/tracker/state.js +5 -4
- package/dist/tracker/state.js.map +1 -1
- package/dist/tracker.d.ts +33 -11
- package/dist/tracker.d.ts.map +1 -1
- package/dist/tracker.js +76 -43
- package/dist/tracker.js.map +1 -1
- package/dist/types/config.d.ts +39 -3
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/delegates.d.ts +55 -0
- package/dist/types/delegates.d.ts.map +1 -0
- package/dist/types/delegates.js +9 -0
- package/dist/types/delegates.js.map +1 -0
- package/dist/types/election.d.ts +23 -0
- package/dist/types/election.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/simulation.d.ts +2 -2
- package/dist/types/simulation.d.ts.map +1 -1
- package/dist/types/tracking.d.ts +2 -2
- package/dist/types/tracking.d.ts.map +1 -1
- package/dist/utils/chain.d.ts +5 -1
- package/dist/utils/chain.d.ts.map +1 -1
- package/dist/utils/chain.js +7 -0
- package/dist/utils/chain.js.map +1 -1
- package/dist/utils/formatters.d.ts +2 -6
- package/dist/utils/formatters.d.ts.map +1 -1
- package/dist/utils/formatters.js +9 -12
- package/dist/utils/formatters.js.map +1 -1
- package/dist/utils/log-filters.js +1 -1
- package/dist/utils/log-filters.js.map +1 -1
- package/dist/utils/logger.d.ts +2 -0
- package/dist/utils/logger.d.ts.map +1 -1
- package/dist/utils/logger.js +2 -0
- package/dist/utils/logger.js.map +1 -1
- package/dist/utils/multicall.d.ts +0 -1
- package/dist/utils/multicall.d.ts.map +1 -1
- package/dist/utils/rpc-utils.d.ts +5 -0
- package/dist/utils/rpc-utils.d.ts.map +1 -1
- package/dist/utils/rpc-utils.js +9 -1
- package/dist/utils/rpc-utils.js.map +1 -1
- package/dist/utils/stage-metadata.d.ts +19 -0
- package/dist/utils/stage-metadata.d.ts.map +1 -1
- package/dist/utils/stage-metadata.js +44 -0
- package/dist/utils/stage-metadata.js.map +1 -1
- package/dist/utils/timing.d.ts +3 -10
- package/dist/utils/timing.d.ts.map +1 -1
- package/dist/utils/timing.js +9 -22
- package/dist/utils/timing.js.map +1 -1
- package/package.json +7 -3
- package/dist/cli/tui/utils/calldata-formatter.d.ts +0 -7
- package/dist/cli/tui/utils/calldata-formatter.d.ts.map +0 -1
- package/dist/cli/tui/utils/calldata-formatter.js +0 -14
- package/dist/cli/tui/utils/calldata-formatter.js.map +0 -1
- package/dist/cli/tui/utils/stage-formatter.d.ts +0 -7
- package/dist/cli/tui/utils/stage-formatter.d.ts.map +0 -1
- package/dist/cli/tui/utils/stage-formatter.js +0 -13
- package/dist/cli/tui/utils/stage-formatter.js.map +0 -1
- package/dist/cli/tui/utils/text.d.ts +0 -7
- package/dist/cli/tui/utils/text.d.ts.map +0 -1
- package/dist/cli/tui/utils/text.js +0 -12
- package/dist/cli/tui/utils/text.js.map +0 -1
|
@@ -0,0 +1,2315 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* JSON ABI exports for wagmi/viem consumers.
|
|
3
|
+
*
|
|
4
|
+
* These are the same contracts as the human-readable ABIs in abis.ts,
|
|
5
|
+
* but in JSON format with `as const` for full wagmi type inference.
|
|
6
|
+
*
|
|
7
|
+
* Full ABIs are exported as `governorAbi`, `timelockAbi`, etc.
|
|
8
|
+
* Curated read/write subsets are exported as `governorReadAbi`,
|
|
9
|
+
* `governorWriteAbi` for large ABIs where the full version may
|
|
10
|
+
* exceed viem's type inference limits.
|
|
11
|
+
*
|
|
12
|
+
* Generated from human-readable ABIs - do not edit manually.
|
|
13
|
+
* Regenerate with: yarn build && node scripts/generate-json-abis.js
|
|
14
|
+
*/
|
|
15
|
+
export declare const governorAbi: readonly [{
|
|
16
|
+
readonly type: "function";
|
|
17
|
+
readonly name: "state";
|
|
18
|
+
readonly inputs: readonly [{
|
|
19
|
+
readonly name: "proposalId";
|
|
20
|
+
readonly type: "uint256";
|
|
21
|
+
}];
|
|
22
|
+
readonly outputs: readonly [{
|
|
23
|
+
readonly name: "";
|
|
24
|
+
readonly type: "uint8";
|
|
25
|
+
}];
|
|
26
|
+
readonly stateMutability: "view";
|
|
27
|
+
}, {
|
|
28
|
+
readonly type: "function";
|
|
29
|
+
readonly name: "proposalSnapshot";
|
|
30
|
+
readonly inputs: readonly [{
|
|
31
|
+
readonly name: "proposalId";
|
|
32
|
+
readonly type: "uint256";
|
|
33
|
+
}];
|
|
34
|
+
readonly outputs: readonly [{
|
|
35
|
+
readonly name: "";
|
|
36
|
+
readonly type: "uint256";
|
|
37
|
+
}];
|
|
38
|
+
readonly stateMutability: "view";
|
|
39
|
+
}, {
|
|
40
|
+
readonly type: "function";
|
|
41
|
+
readonly name: "proposalDeadline";
|
|
42
|
+
readonly inputs: readonly [{
|
|
43
|
+
readonly name: "proposalId";
|
|
44
|
+
readonly type: "uint256";
|
|
45
|
+
}];
|
|
46
|
+
readonly outputs: readonly [{
|
|
47
|
+
readonly name: "";
|
|
48
|
+
readonly type: "uint256";
|
|
49
|
+
}];
|
|
50
|
+
readonly stateMutability: "view";
|
|
51
|
+
}, {
|
|
52
|
+
readonly type: "function";
|
|
53
|
+
readonly name: "proposalVotes";
|
|
54
|
+
readonly inputs: readonly [{
|
|
55
|
+
readonly name: "proposalId";
|
|
56
|
+
readonly type: "uint256";
|
|
57
|
+
}];
|
|
58
|
+
readonly outputs: readonly [{
|
|
59
|
+
readonly name: "againstVotes";
|
|
60
|
+
readonly type: "uint256";
|
|
61
|
+
}, {
|
|
62
|
+
readonly name: "forVotes";
|
|
63
|
+
readonly type: "uint256";
|
|
64
|
+
}, {
|
|
65
|
+
readonly name: "abstainVotes";
|
|
66
|
+
readonly type: "uint256";
|
|
67
|
+
}];
|
|
68
|
+
readonly stateMutability: "view";
|
|
69
|
+
}, {
|
|
70
|
+
readonly type: "function";
|
|
71
|
+
readonly name: "quorum";
|
|
72
|
+
readonly inputs: readonly [{
|
|
73
|
+
readonly name: "blockNumber";
|
|
74
|
+
readonly type: "uint256";
|
|
75
|
+
}];
|
|
76
|
+
readonly outputs: readonly [{
|
|
77
|
+
readonly name: "";
|
|
78
|
+
readonly type: "uint256";
|
|
79
|
+
}];
|
|
80
|
+
readonly stateMutability: "view";
|
|
81
|
+
}, {
|
|
82
|
+
readonly type: "function";
|
|
83
|
+
readonly name: "proposalEta";
|
|
84
|
+
readonly inputs: readonly [{
|
|
85
|
+
readonly name: "proposalId";
|
|
86
|
+
readonly type: "uint256";
|
|
87
|
+
}];
|
|
88
|
+
readonly outputs: readonly [{
|
|
89
|
+
readonly name: "";
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
}];
|
|
92
|
+
readonly stateMutability: "view";
|
|
93
|
+
}, {
|
|
94
|
+
readonly type: "function";
|
|
95
|
+
readonly name: "COUNTING_MODE";
|
|
96
|
+
readonly inputs: readonly [];
|
|
97
|
+
readonly outputs: readonly [{
|
|
98
|
+
readonly name: "";
|
|
99
|
+
readonly type: "string";
|
|
100
|
+
}];
|
|
101
|
+
readonly stateMutability: "view";
|
|
102
|
+
}, {
|
|
103
|
+
readonly type: "function";
|
|
104
|
+
readonly name: "votingDelay";
|
|
105
|
+
readonly inputs: readonly [];
|
|
106
|
+
readonly outputs: readonly [{
|
|
107
|
+
readonly name: "";
|
|
108
|
+
readonly type: "uint256";
|
|
109
|
+
}];
|
|
110
|
+
readonly stateMutability: "view";
|
|
111
|
+
}, {
|
|
112
|
+
readonly type: "function";
|
|
113
|
+
readonly name: "votingPeriod";
|
|
114
|
+
readonly inputs: readonly [];
|
|
115
|
+
readonly outputs: readonly [{
|
|
116
|
+
readonly name: "";
|
|
117
|
+
readonly type: "uint256";
|
|
118
|
+
}];
|
|
119
|
+
readonly stateMutability: "view";
|
|
120
|
+
}, {
|
|
121
|
+
readonly type: "function";
|
|
122
|
+
readonly name: "timelock";
|
|
123
|
+
readonly inputs: readonly [];
|
|
124
|
+
readonly outputs: readonly [{
|
|
125
|
+
readonly name: "";
|
|
126
|
+
readonly type: "address";
|
|
127
|
+
}];
|
|
128
|
+
readonly stateMutability: "view";
|
|
129
|
+
}, {
|
|
130
|
+
readonly type: "function";
|
|
131
|
+
readonly name: "nomineeVetter";
|
|
132
|
+
readonly inputs: readonly [];
|
|
133
|
+
readonly outputs: readonly [{
|
|
134
|
+
readonly name: "";
|
|
135
|
+
readonly type: "address";
|
|
136
|
+
}];
|
|
137
|
+
readonly stateMutability: "view";
|
|
138
|
+
}, {
|
|
139
|
+
readonly type: "function";
|
|
140
|
+
readonly name: "proposalVettingDeadline";
|
|
141
|
+
readonly inputs: readonly [{
|
|
142
|
+
readonly name: "proposalId";
|
|
143
|
+
readonly type: "uint256";
|
|
144
|
+
}];
|
|
145
|
+
readonly outputs: readonly [{
|
|
146
|
+
readonly name: "";
|
|
147
|
+
readonly type: "uint256";
|
|
148
|
+
}];
|
|
149
|
+
readonly stateMutability: "view";
|
|
150
|
+
}, {
|
|
151
|
+
readonly type: "function";
|
|
152
|
+
readonly name: "proposalExtendedDeadline";
|
|
153
|
+
readonly inputs: readonly [{
|
|
154
|
+
readonly name: "proposalId";
|
|
155
|
+
readonly type: "uint256";
|
|
156
|
+
}];
|
|
157
|
+
readonly outputs: readonly [{
|
|
158
|
+
readonly name: "";
|
|
159
|
+
readonly type: "uint64";
|
|
160
|
+
}];
|
|
161
|
+
readonly stateMutability: "view";
|
|
162
|
+
}, {
|
|
163
|
+
readonly type: "function";
|
|
164
|
+
readonly name: "queue";
|
|
165
|
+
readonly inputs: readonly [{
|
|
166
|
+
readonly name: "targets";
|
|
167
|
+
readonly type: "address[]";
|
|
168
|
+
}, {
|
|
169
|
+
readonly name: "values";
|
|
170
|
+
readonly type: "uint256[]";
|
|
171
|
+
}, {
|
|
172
|
+
readonly name: "calldatas";
|
|
173
|
+
readonly type: "bytes[]";
|
|
174
|
+
}, {
|
|
175
|
+
readonly name: "descriptionHash";
|
|
176
|
+
readonly type: "bytes32";
|
|
177
|
+
}];
|
|
178
|
+
readonly outputs: readonly [{
|
|
179
|
+
readonly name: "";
|
|
180
|
+
readonly type: "uint256";
|
|
181
|
+
}];
|
|
182
|
+
readonly stateMutability: "nonpayable";
|
|
183
|
+
}, {
|
|
184
|
+
readonly type: "function";
|
|
185
|
+
readonly name: "execute";
|
|
186
|
+
readonly inputs: readonly [{
|
|
187
|
+
readonly name: "targets";
|
|
188
|
+
readonly type: "address[]";
|
|
189
|
+
}, {
|
|
190
|
+
readonly name: "values";
|
|
191
|
+
readonly type: "uint256[]";
|
|
192
|
+
}, {
|
|
193
|
+
readonly name: "calldatas";
|
|
194
|
+
readonly type: "bytes[]";
|
|
195
|
+
}, {
|
|
196
|
+
readonly name: "descriptionHash";
|
|
197
|
+
readonly type: "bytes32";
|
|
198
|
+
}];
|
|
199
|
+
readonly outputs: readonly [{
|
|
200
|
+
readonly name: "";
|
|
201
|
+
readonly type: "uint256";
|
|
202
|
+
}];
|
|
203
|
+
readonly stateMutability: "payable";
|
|
204
|
+
}, {
|
|
205
|
+
readonly type: "function";
|
|
206
|
+
readonly name: "castVote";
|
|
207
|
+
readonly inputs: readonly [{
|
|
208
|
+
readonly name: "proposalId";
|
|
209
|
+
readonly type: "uint256";
|
|
210
|
+
}, {
|
|
211
|
+
readonly name: "support";
|
|
212
|
+
readonly type: "uint8";
|
|
213
|
+
}];
|
|
214
|
+
readonly outputs: readonly [{
|
|
215
|
+
readonly name: "";
|
|
216
|
+
readonly type: "uint256";
|
|
217
|
+
}];
|
|
218
|
+
readonly stateMutability: "nonpayable";
|
|
219
|
+
}, {
|
|
220
|
+
readonly type: "function";
|
|
221
|
+
readonly name: "castVoteWithReason";
|
|
222
|
+
readonly inputs: readonly [{
|
|
223
|
+
readonly name: "proposalId";
|
|
224
|
+
readonly type: "uint256";
|
|
225
|
+
}, {
|
|
226
|
+
readonly name: "support";
|
|
227
|
+
readonly type: "uint8";
|
|
228
|
+
}, {
|
|
229
|
+
readonly name: "reason";
|
|
230
|
+
readonly type: "string";
|
|
231
|
+
}];
|
|
232
|
+
readonly outputs: readonly [{
|
|
233
|
+
readonly name: "";
|
|
234
|
+
readonly type: "uint256";
|
|
235
|
+
}];
|
|
236
|
+
readonly stateMutability: "nonpayable";
|
|
237
|
+
}, {
|
|
238
|
+
readonly type: "function";
|
|
239
|
+
readonly name: "castVoteWithReasonAndParams";
|
|
240
|
+
readonly inputs: readonly [{
|
|
241
|
+
readonly name: "proposalId";
|
|
242
|
+
readonly type: "uint256";
|
|
243
|
+
}, {
|
|
244
|
+
readonly name: "support";
|
|
245
|
+
readonly type: "uint8";
|
|
246
|
+
}, {
|
|
247
|
+
readonly name: "reason";
|
|
248
|
+
readonly type: "string";
|
|
249
|
+
}, {
|
|
250
|
+
readonly name: "params";
|
|
251
|
+
readonly type: "bytes";
|
|
252
|
+
}];
|
|
253
|
+
readonly outputs: readonly [{
|
|
254
|
+
readonly name: "";
|
|
255
|
+
readonly type: "uint256";
|
|
256
|
+
}];
|
|
257
|
+
readonly stateMutability: "nonpayable";
|
|
258
|
+
}, {
|
|
259
|
+
readonly type: "function";
|
|
260
|
+
readonly name: "castVoteBySig";
|
|
261
|
+
readonly inputs: readonly [{
|
|
262
|
+
readonly name: "proposalId";
|
|
263
|
+
readonly type: "uint256";
|
|
264
|
+
}, {
|
|
265
|
+
readonly name: "support";
|
|
266
|
+
readonly type: "uint8";
|
|
267
|
+
}, {
|
|
268
|
+
readonly name: "v";
|
|
269
|
+
readonly type: "uint8";
|
|
270
|
+
}, {
|
|
271
|
+
readonly name: "r";
|
|
272
|
+
readonly type: "bytes32";
|
|
273
|
+
}, {
|
|
274
|
+
readonly name: "s";
|
|
275
|
+
readonly type: "bytes32";
|
|
276
|
+
}];
|
|
277
|
+
readonly outputs: readonly [{
|
|
278
|
+
readonly name: "";
|
|
279
|
+
readonly type: "uint256";
|
|
280
|
+
}];
|
|
281
|
+
readonly stateMutability: "nonpayable";
|
|
282
|
+
}, {
|
|
283
|
+
readonly type: "function";
|
|
284
|
+
readonly name: "getVotes";
|
|
285
|
+
readonly inputs: readonly [{
|
|
286
|
+
readonly name: "account";
|
|
287
|
+
readonly type: "address";
|
|
288
|
+
}, {
|
|
289
|
+
readonly name: "blockNumber";
|
|
290
|
+
readonly type: "uint256";
|
|
291
|
+
}];
|
|
292
|
+
readonly outputs: readonly [{
|
|
293
|
+
readonly name: "";
|
|
294
|
+
readonly type: "uint256";
|
|
295
|
+
}];
|
|
296
|
+
readonly stateMutability: "view";
|
|
297
|
+
}, {
|
|
298
|
+
readonly type: "function";
|
|
299
|
+
readonly name: "hasVoted";
|
|
300
|
+
readonly inputs: readonly [{
|
|
301
|
+
readonly name: "proposalId";
|
|
302
|
+
readonly type: "uint256";
|
|
303
|
+
}, {
|
|
304
|
+
readonly name: "account";
|
|
305
|
+
readonly type: "address";
|
|
306
|
+
}];
|
|
307
|
+
readonly outputs: readonly [{
|
|
308
|
+
readonly name: "";
|
|
309
|
+
readonly type: "bool";
|
|
310
|
+
}];
|
|
311
|
+
readonly stateMutability: "view";
|
|
312
|
+
}, {
|
|
313
|
+
readonly type: "event";
|
|
314
|
+
readonly name: "ProposalCreated";
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly name: "proposalId";
|
|
317
|
+
readonly type: "uint256";
|
|
318
|
+
}, {
|
|
319
|
+
readonly name: "proposer";
|
|
320
|
+
readonly type: "address";
|
|
321
|
+
}, {
|
|
322
|
+
readonly name: "targets";
|
|
323
|
+
readonly type: "address[]";
|
|
324
|
+
}, {
|
|
325
|
+
readonly name: "values";
|
|
326
|
+
readonly type: "uint256[]";
|
|
327
|
+
}, {
|
|
328
|
+
readonly name: "signatures";
|
|
329
|
+
readonly type: "string[]";
|
|
330
|
+
}, {
|
|
331
|
+
readonly name: "calldatas";
|
|
332
|
+
readonly type: "bytes[]";
|
|
333
|
+
}, {
|
|
334
|
+
readonly name: "startBlock";
|
|
335
|
+
readonly type: "uint256";
|
|
336
|
+
}, {
|
|
337
|
+
readonly name: "endBlock";
|
|
338
|
+
readonly type: "uint256";
|
|
339
|
+
}, {
|
|
340
|
+
readonly name: "description";
|
|
341
|
+
readonly type: "string";
|
|
342
|
+
}];
|
|
343
|
+
}];
|
|
344
|
+
export declare const governorWithVetterAbi: readonly [{
|
|
345
|
+
readonly type: "function";
|
|
346
|
+
readonly name: "proposalVettingDeadline";
|
|
347
|
+
readonly inputs: readonly [{
|
|
348
|
+
readonly name: "proposalId";
|
|
349
|
+
readonly type: "uint256";
|
|
350
|
+
}];
|
|
351
|
+
readonly outputs: readonly [{
|
|
352
|
+
readonly name: "";
|
|
353
|
+
readonly type: "uint256";
|
|
354
|
+
}];
|
|
355
|
+
readonly stateMutability: "view";
|
|
356
|
+
}, {
|
|
357
|
+
readonly type: "function";
|
|
358
|
+
readonly name: "vetter";
|
|
359
|
+
readonly inputs: readonly [];
|
|
360
|
+
readonly outputs: readonly [{
|
|
361
|
+
readonly name: "";
|
|
362
|
+
readonly type: "address";
|
|
363
|
+
}];
|
|
364
|
+
readonly stateMutability: "view";
|
|
365
|
+
}, {
|
|
366
|
+
readonly type: "function";
|
|
367
|
+
readonly name: "excludedNominee";
|
|
368
|
+
readonly inputs: readonly [{
|
|
369
|
+
readonly name: "proposalId";
|
|
370
|
+
readonly type: "uint256";
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "";
|
|
373
|
+
readonly type: "address";
|
|
374
|
+
}];
|
|
375
|
+
readonly outputs: readonly [{
|
|
376
|
+
readonly name: "";
|
|
377
|
+
readonly type: "bool";
|
|
378
|
+
}];
|
|
379
|
+
readonly stateMutability: "view";
|
|
380
|
+
}];
|
|
381
|
+
export declare const timelockAbi: readonly [{
|
|
382
|
+
readonly type: "function";
|
|
383
|
+
readonly name: "isOperation";
|
|
384
|
+
readonly inputs: readonly [{
|
|
385
|
+
readonly name: "id";
|
|
386
|
+
readonly type: "bytes32";
|
|
387
|
+
}];
|
|
388
|
+
readonly outputs: readonly [{
|
|
389
|
+
readonly name: "";
|
|
390
|
+
readonly type: "bool";
|
|
391
|
+
}];
|
|
392
|
+
readonly stateMutability: "view";
|
|
393
|
+
}, {
|
|
394
|
+
readonly type: "function";
|
|
395
|
+
readonly name: "isOperationPending";
|
|
396
|
+
readonly inputs: readonly [{
|
|
397
|
+
readonly name: "id";
|
|
398
|
+
readonly type: "bytes32";
|
|
399
|
+
}];
|
|
400
|
+
readonly outputs: readonly [{
|
|
401
|
+
readonly name: "";
|
|
402
|
+
readonly type: "bool";
|
|
403
|
+
}];
|
|
404
|
+
readonly stateMutability: "view";
|
|
405
|
+
}, {
|
|
406
|
+
readonly type: "function";
|
|
407
|
+
readonly name: "isOperationReady";
|
|
408
|
+
readonly inputs: readonly [{
|
|
409
|
+
readonly name: "id";
|
|
410
|
+
readonly type: "bytes32";
|
|
411
|
+
}];
|
|
412
|
+
readonly outputs: readonly [{
|
|
413
|
+
readonly name: "";
|
|
414
|
+
readonly type: "bool";
|
|
415
|
+
}];
|
|
416
|
+
readonly stateMutability: "view";
|
|
417
|
+
}, {
|
|
418
|
+
readonly type: "function";
|
|
419
|
+
readonly name: "isOperationDone";
|
|
420
|
+
readonly inputs: readonly [{
|
|
421
|
+
readonly name: "id";
|
|
422
|
+
readonly type: "bytes32";
|
|
423
|
+
}];
|
|
424
|
+
readonly outputs: readonly [{
|
|
425
|
+
readonly name: "";
|
|
426
|
+
readonly type: "bool";
|
|
427
|
+
}];
|
|
428
|
+
readonly stateMutability: "view";
|
|
429
|
+
}, {
|
|
430
|
+
readonly type: "function";
|
|
431
|
+
readonly name: "getTimestamp";
|
|
432
|
+
readonly inputs: readonly [{
|
|
433
|
+
readonly name: "id";
|
|
434
|
+
readonly type: "bytes32";
|
|
435
|
+
}];
|
|
436
|
+
readonly outputs: readonly [{
|
|
437
|
+
readonly name: "";
|
|
438
|
+
readonly type: "uint256";
|
|
439
|
+
}];
|
|
440
|
+
readonly stateMutability: "view";
|
|
441
|
+
}, {
|
|
442
|
+
readonly type: "function";
|
|
443
|
+
readonly name: "getMinDelay";
|
|
444
|
+
readonly inputs: readonly [];
|
|
445
|
+
readonly outputs: readonly [{
|
|
446
|
+
readonly name: "";
|
|
447
|
+
readonly type: "uint256";
|
|
448
|
+
}];
|
|
449
|
+
readonly stateMutability: "view";
|
|
450
|
+
}, {
|
|
451
|
+
readonly type: "function";
|
|
452
|
+
readonly name: "hashOperation";
|
|
453
|
+
readonly inputs: readonly [{
|
|
454
|
+
readonly name: "target";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
}, {
|
|
457
|
+
readonly name: "value";
|
|
458
|
+
readonly type: "uint256";
|
|
459
|
+
}, {
|
|
460
|
+
readonly name: "data";
|
|
461
|
+
readonly type: "bytes";
|
|
462
|
+
}, {
|
|
463
|
+
readonly name: "predecessor";
|
|
464
|
+
readonly type: "bytes32";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "salt";
|
|
467
|
+
readonly type: "bytes32";
|
|
468
|
+
}];
|
|
469
|
+
readonly outputs: readonly [{
|
|
470
|
+
readonly name: "";
|
|
471
|
+
readonly type: "bytes32";
|
|
472
|
+
}];
|
|
473
|
+
readonly stateMutability: "view";
|
|
474
|
+
}, {
|
|
475
|
+
readonly type: "function";
|
|
476
|
+
readonly name: "hashOperationBatch";
|
|
477
|
+
readonly inputs: readonly [{
|
|
478
|
+
readonly name: "targets";
|
|
479
|
+
readonly type: "address[]";
|
|
480
|
+
}, {
|
|
481
|
+
readonly name: "values";
|
|
482
|
+
readonly type: "uint256[]";
|
|
483
|
+
}, {
|
|
484
|
+
readonly name: "payloads";
|
|
485
|
+
readonly type: "bytes[]";
|
|
486
|
+
}, {
|
|
487
|
+
readonly name: "predecessor";
|
|
488
|
+
readonly type: "bytes32";
|
|
489
|
+
}, {
|
|
490
|
+
readonly name: "salt";
|
|
491
|
+
readonly type: "bytes32";
|
|
492
|
+
}];
|
|
493
|
+
readonly outputs: readonly [{
|
|
494
|
+
readonly name: "";
|
|
495
|
+
readonly type: "bytes32";
|
|
496
|
+
}];
|
|
497
|
+
readonly stateMutability: "view";
|
|
498
|
+
}, {
|
|
499
|
+
readonly type: "function";
|
|
500
|
+
readonly name: "execute";
|
|
501
|
+
readonly inputs: readonly [{
|
|
502
|
+
readonly name: "target";
|
|
503
|
+
readonly type: "address";
|
|
504
|
+
}, {
|
|
505
|
+
readonly name: "value";
|
|
506
|
+
readonly type: "uint256";
|
|
507
|
+
}, {
|
|
508
|
+
readonly name: "payload";
|
|
509
|
+
readonly type: "bytes";
|
|
510
|
+
}, {
|
|
511
|
+
readonly name: "predecessor";
|
|
512
|
+
readonly type: "bytes32";
|
|
513
|
+
}, {
|
|
514
|
+
readonly name: "salt";
|
|
515
|
+
readonly type: "bytes32";
|
|
516
|
+
}];
|
|
517
|
+
readonly outputs: readonly [];
|
|
518
|
+
readonly stateMutability: "payable";
|
|
519
|
+
}, {
|
|
520
|
+
readonly type: "function";
|
|
521
|
+
readonly name: "executeBatch";
|
|
522
|
+
readonly inputs: readonly [{
|
|
523
|
+
readonly name: "targets";
|
|
524
|
+
readonly type: "address[]";
|
|
525
|
+
}, {
|
|
526
|
+
readonly name: "values";
|
|
527
|
+
readonly type: "uint256[]";
|
|
528
|
+
}, {
|
|
529
|
+
readonly name: "payloads";
|
|
530
|
+
readonly type: "bytes[]";
|
|
531
|
+
}, {
|
|
532
|
+
readonly name: "predecessor";
|
|
533
|
+
readonly type: "bytes32";
|
|
534
|
+
}, {
|
|
535
|
+
readonly name: "salt";
|
|
536
|
+
readonly type: "bytes32";
|
|
537
|
+
}];
|
|
538
|
+
readonly outputs: readonly [];
|
|
539
|
+
readonly stateMutability: "payable";
|
|
540
|
+
}, {
|
|
541
|
+
readonly type: "function";
|
|
542
|
+
readonly name: "schedule";
|
|
543
|
+
readonly inputs: readonly [{
|
|
544
|
+
readonly name: "target";
|
|
545
|
+
readonly type: "address";
|
|
546
|
+
}, {
|
|
547
|
+
readonly name: "value";
|
|
548
|
+
readonly type: "uint256";
|
|
549
|
+
}, {
|
|
550
|
+
readonly name: "data";
|
|
551
|
+
readonly type: "bytes";
|
|
552
|
+
}, {
|
|
553
|
+
readonly name: "predecessor";
|
|
554
|
+
readonly type: "bytes32";
|
|
555
|
+
}, {
|
|
556
|
+
readonly name: "salt";
|
|
557
|
+
readonly type: "bytes32";
|
|
558
|
+
}, {
|
|
559
|
+
readonly name: "delay";
|
|
560
|
+
readonly type: "uint256";
|
|
561
|
+
}];
|
|
562
|
+
readonly outputs: readonly [];
|
|
563
|
+
readonly stateMutability: "nonpayable";
|
|
564
|
+
}, {
|
|
565
|
+
readonly type: "function";
|
|
566
|
+
readonly name: "scheduleBatch";
|
|
567
|
+
readonly inputs: readonly [{
|
|
568
|
+
readonly name: "targets";
|
|
569
|
+
readonly type: "address[]";
|
|
570
|
+
}, {
|
|
571
|
+
readonly name: "values";
|
|
572
|
+
readonly type: "uint256[]";
|
|
573
|
+
}, {
|
|
574
|
+
readonly name: "payloads";
|
|
575
|
+
readonly type: "bytes[]";
|
|
576
|
+
}, {
|
|
577
|
+
readonly name: "predecessor";
|
|
578
|
+
readonly type: "bytes32";
|
|
579
|
+
}, {
|
|
580
|
+
readonly name: "salt";
|
|
581
|
+
readonly type: "bytes32";
|
|
582
|
+
}, {
|
|
583
|
+
readonly name: "delay";
|
|
584
|
+
readonly type: "uint256";
|
|
585
|
+
}];
|
|
586
|
+
readonly outputs: readonly [];
|
|
587
|
+
readonly stateMutability: "nonpayable";
|
|
588
|
+
}, {
|
|
589
|
+
readonly type: "function";
|
|
590
|
+
readonly name: "RETRYABLE_TICKET_MAGIC";
|
|
591
|
+
readonly inputs: readonly [];
|
|
592
|
+
readonly outputs: readonly [{
|
|
593
|
+
readonly name: "";
|
|
594
|
+
readonly type: "address";
|
|
595
|
+
}];
|
|
596
|
+
readonly stateMutability: "view";
|
|
597
|
+
}, {
|
|
598
|
+
readonly type: "event";
|
|
599
|
+
readonly name: "CallScheduled";
|
|
600
|
+
readonly inputs: readonly [{
|
|
601
|
+
readonly name: "id";
|
|
602
|
+
readonly type: "bytes32";
|
|
603
|
+
readonly indexed: true;
|
|
604
|
+
}, {
|
|
605
|
+
readonly name: "index";
|
|
606
|
+
readonly type: "uint256";
|
|
607
|
+
readonly indexed: true;
|
|
608
|
+
}, {
|
|
609
|
+
readonly name: "target";
|
|
610
|
+
readonly type: "address";
|
|
611
|
+
}, {
|
|
612
|
+
readonly name: "value";
|
|
613
|
+
readonly type: "uint256";
|
|
614
|
+
}, {
|
|
615
|
+
readonly name: "data";
|
|
616
|
+
readonly type: "bytes";
|
|
617
|
+
}, {
|
|
618
|
+
readonly name: "predecessor";
|
|
619
|
+
readonly type: "bytes32";
|
|
620
|
+
}, {
|
|
621
|
+
readonly name: "delay";
|
|
622
|
+
readonly type: "uint256";
|
|
623
|
+
}];
|
|
624
|
+
}, {
|
|
625
|
+
readonly type: "event";
|
|
626
|
+
readonly name: "CallExecuted";
|
|
627
|
+
readonly inputs: readonly [{
|
|
628
|
+
readonly name: "id";
|
|
629
|
+
readonly type: "bytes32";
|
|
630
|
+
readonly indexed: true;
|
|
631
|
+
}, {
|
|
632
|
+
readonly name: "index";
|
|
633
|
+
readonly type: "uint256";
|
|
634
|
+
readonly indexed: true;
|
|
635
|
+
}, {
|
|
636
|
+
readonly name: "target";
|
|
637
|
+
readonly type: "address";
|
|
638
|
+
}, {
|
|
639
|
+
readonly name: "value";
|
|
640
|
+
readonly type: "uint256";
|
|
641
|
+
}, {
|
|
642
|
+
readonly name: "data";
|
|
643
|
+
readonly type: "bytes";
|
|
644
|
+
}];
|
|
645
|
+
}];
|
|
646
|
+
export declare const securityCouncilManagerAbi: readonly [{
|
|
647
|
+
readonly type: "function";
|
|
648
|
+
readonly name: "cohortSize";
|
|
649
|
+
readonly inputs: readonly [];
|
|
650
|
+
readonly outputs: readonly [{
|
|
651
|
+
readonly name: "";
|
|
652
|
+
readonly type: "uint256";
|
|
653
|
+
}];
|
|
654
|
+
readonly stateMutability: "view";
|
|
655
|
+
}, {
|
|
656
|
+
readonly type: "function";
|
|
657
|
+
readonly name: "getFirstCohort";
|
|
658
|
+
readonly inputs: readonly [];
|
|
659
|
+
readonly outputs: readonly [{
|
|
660
|
+
readonly name: "";
|
|
661
|
+
readonly type: "address[]";
|
|
662
|
+
}];
|
|
663
|
+
readonly stateMutability: "view";
|
|
664
|
+
}, {
|
|
665
|
+
readonly type: "function";
|
|
666
|
+
readonly name: "getSecondCohort";
|
|
667
|
+
readonly inputs: readonly [];
|
|
668
|
+
readonly outputs: readonly [{
|
|
669
|
+
readonly name: "";
|
|
670
|
+
readonly type: "address[]";
|
|
671
|
+
}];
|
|
672
|
+
readonly stateMutability: "view";
|
|
673
|
+
}, {
|
|
674
|
+
readonly type: "function";
|
|
675
|
+
readonly name: "updateNonce";
|
|
676
|
+
readonly inputs: readonly [];
|
|
677
|
+
readonly outputs: readonly [{
|
|
678
|
+
readonly name: "";
|
|
679
|
+
readonly type: "uint256";
|
|
680
|
+
}];
|
|
681
|
+
readonly stateMutability: "view";
|
|
682
|
+
}, {
|
|
683
|
+
readonly type: "function";
|
|
684
|
+
readonly name: "getScheduleUpdateInnerData";
|
|
685
|
+
readonly inputs: readonly [{
|
|
686
|
+
readonly name: "nonce";
|
|
687
|
+
readonly type: "uint256";
|
|
688
|
+
}];
|
|
689
|
+
readonly outputs: readonly [{
|
|
690
|
+
readonly name: "";
|
|
691
|
+
readonly type: "address[]";
|
|
692
|
+
}, {
|
|
693
|
+
readonly name: "";
|
|
694
|
+
readonly type: "bytes";
|
|
695
|
+
}];
|
|
696
|
+
readonly stateMutability: "view";
|
|
697
|
+
}, {
|
|
698
|
+
readonly type: "function";
|
|
699
|
+
readonly name: "generateSalt";
|
|
700
|
+
readonly inputs: readonly [{
|
|
701
|
+
readonly name: "newMembers";
|
|
702
|
+
readonly type: "address[]";
|
|
703
|
+
}, {
|
|
704
|
+
readonly name: "nonce";
|
|
705
|
+
readonly type: "uint256";
|
|
706
|
+
}];
|
|
707
|
+
readonly outputs: readonly [{
|
|
708
|
+
readonly name: "";
|
|
709
|
+
readonly type: "bytes32";
|
|
710
|
+
}];
|
|
711
|
+
readonly stateMutability: "pure";
|
|
712
|
+
}];
|
|
713
|
+
export declare const inboxAbi: readonly [{
|
|
714
|
+
readonly type: "function";
|
|
715
|
+
readonly name: "calculateRetryableSubmissionFee";
|
|
716
|
+
readonly inputs: readonly [{
|
|
717
|
+
readonly name: "dataLength";
|
|
718
|
+
readonly type: "uint256";
|
|
719
|
+
}, {
|
|
720
|
+
readonly name: "baseFee";
|
|
721
|
+
readonly type: "uint256";
|
|
722
|
+
}];
|
|
723
|
+
readonly outputs: readonly [{
|
|
724
|
+
readonly name: "";
|
|
725
|
+
readonly type: "uint256";
|
|
726
|
+
}];
|
|
727
|
+
readonly stateMutability: "view";
|
|
728
|
+
}];
|
|
729
|
+
export declare const nomineeElectionGovernorAbi: readonly [{
|
|
730
|
+
readonly type: "function";
|
|
731
|
+
readonly name: "electionCount";
|
|
732
|
+
readonly inputs: readonly [];
|
|
733
|
+
readonly outputs: readonly [{
|
|
734
|
+
readonly name: "";
|
|
735
|
+
readonly type: "uint256";
|
|
736
|
+
}];
|
|
737
|
+
readonly stateMutability: "view";
|
|
738
|
+
}, {
|
|
739
|
+
readonly type: "function";
|
|
740
|
+
readonly name: "electionToTimestamp";
|
|
741
|
+
readonly inputs: readonly [{
|
|
742
|
+
readonly name: "electionIndex";
|
|
743
|
+
readonly type: "uint256";
|
|
744
|
+
}];
|
|
745
|
+
readonly outputs: readonly [{
|
|
746
|
+
readonly name: "";
|
|
747
|
+
readonly type: "uint256";
|
|
748
|
+
}];
|
|
749
|
+
readonly stateMutability: "view";
|
|
750
|
+
}, {
|
|
751
|
+
readonly type: "function";
|
|
752
|
+
readonly name: "electionIndexToCohort";
|
|
753
|
+
readonly inputs: readonly [{
|
|
754
|
+
readonly name: "electionIndex";
|
|
755
|
+
readonly type: "uint256";
|
|
756
|
+
}];
|
|
757
|
+
readonly outputs: readonly [{
|
|
758
|
+
readonly name: "";
|
|
759
|
+
readonly type: "uint8";
|
|
760
|
+
}];
|
|
761
|
+
readonly stateMutability: "view";
|
|
762
|
+
}, {
|
|
763
|
+
readonly type: "function";
|
|
764
|
+
readonly name: "createElection";
|
|
765
|
+
readonly inputs: readonly [];
|
|
766
|
+
readonly outputs: readonly [{
|
|
767
|
+
readonly name: "";
|
|
768
|
+
readonly type: "uint256";
|
|
769
|
+
}];
|
|
770
|
+
readonly stateMutability: "nonpayable";
|
|
771
|
+
}, {
|
|
772
|
+
readonly type: "function";
|
|
773
|
+
readonly name: "nomineeVetter";
|
|
774
|
+
readonly inputs: readonly [];
|
|
775
|
+
readonly outputs: readonly [{
|
|
776
|
+
readonly name: "";
|
|
777
|
+
readonly type: "address";
|
|
778
|
+
}];
|
|
779
|
+
readonly stateMutability: "view";
|
|
780
|
+
}, {
|
|
781
|
+
readonly type: "function";
|
|
782
|
+
readonly name: "proposalVettingDeadline";
|
|
783
|
+
readonly inputs: readonly [{
|
|
784
|
+
readonly name: "proposalId";
|
|
785
|
+
readonly type: "uint256";
|
|
786
|
+
}];
|
|
787
|
+
readonly outputs: readonly [{
|
|
788
|
+
readonly name: "";
|
|
789
|
+
readonly type: "uint256";
|
|
790
|
+
}];
|
|
791
|
+
readonly stateMutability: "view";
|
|
792
|
+
}, {
|
|
793
|
+
readonly type: "function";
|
|
794
|
+
readonly name: "compliantNomineeCount";
|
|
795
|
+
readonly inputs: readonly [{
|
|
796
|
+
readonly name: "proposalId";
|
|
797
|
+
readonly type: "uint256";
|
|
798
|
+
}];
|
|
799
|
+
readonly outputs: readonly [{
|
|
800
|
+
readonly name: "";
|
|
801
|
+
readonly type: "uint256";
|
|
802
|
+
}];
|
|
803
|
+
readonly stateMutability: "view";
|
|
804
|
+
}, {
|
|
805
|
+
readonly type: "function";
|
|
806
|
+
readonly name: "proposalDeadline";
|
|
807
|
+
readonly inputs: readonly [{
|
|
808
|
+
readonly name: "proposalId";
|
|
809
|
+
readonly type: "uint256";
|
|
810
|
+
}];
|
|
811
|
+
readonly outputs: readonly [{
|
|
812
|
+
readonly name: "";
|
|
813
|
+
readonly type: "uint256";
|
|
814
|
+
}];
|
|
815
|
+
readonly stateMutability: "view";
|
|
816
|
+
}, {
|
|
817
|
+
readonly type: "function";
|
|
818
|
+
readonly name: "proposalSnapshot";
|
|
819
|
+
readonly inputs: readonly [{
|
|
820
|
+
readonly name: "proposalId";
|
|
821
|
+
readonly type: "uint256";
|
|
822
|
+
}];
|
|
823
|
+
readonly outputs: readonly [{
|
|
824
|
+
readonly name: "";
|
|
825
|
+
readonly type: "uint256";
|
|
826
|
+
}];
|
|
827
|
+
readonly stateMutability: "view";
|
|
828
|
+
}, {
|
|
829
|
+
readonly type: "function";
|
|
830
|
+
readonly name: "state";
|
|
831
|
+
readonly inputs: readonly [{
|
|
832
|
+
readonly name: "proposalId";
|
|
833
|
+
readonly type: "uint256";
|
|
834
|
+
}];
|
|
835
|
+
readonly outputs: readonly [{
|
|
836
|
+
readonly name: "";
|
|
837
|
+
readonly type: "uint8";
|
|
838
|
+
}];
|
|
839
|
+
readonly stateMutability: "view";
|
|
840
|
+
}, {
|
|
841
|
+
readonly type: "function";
|
|
842
|
+
readonly name: "getProposeArgs";
|
|
843
|
+
readonly inputs: readonly [{
|
|
844
|
+
readonly name: "electionIndex";
|
|
845
|
+
readonly type: "uint256";
|
|
846
|
+
}];
|
|
847
|
+
readonly outputs: readonly [{
|
|
848
|
+
readonly name: "";
|
|
849
|
+
readonly type: "address[]";
|
|
850
|
+
}, {
|
|
851
|
+
readonly name: "";
|
|
852
|
+
readonly type: "uint256[]";
|
|
853
|
+
}, {
|
|
854
|
+
readonly name: "";
|
|
855
|
+
readonly type: "bytes[]";
|
|
856
|
+
}, {
|
|
857
|
+
readonly name: "";
|
|
858
|
+
readonly type: "string";
|
|
859
|
+
}];
|
|
860
|
+
readonly stateMutability: "view";
|
|
861
|
+
}, {
|
|
862
|
+
readonly type: "function";
|
|
863
|
+
readonly name: "hashProposal";
|
|
864
|
+
readonly inputs: readonly [{
|
|
865
|
+
readonly name: "targets";
|
|
866
|
+
readonly type: "address[]";
|
|
867
|
+
}, {
|
|
868
|
+
readonly name: "values";
|
|
869
|
+
readonly type: "uint256[]";
|
|
870
|
+
}, {
|
|
871
|
+
readonly name: "calldatas";
|
|
872
|
+
readonly type: "bytes[]";
|
|
873
|
+
}, {
|
|
874
|
+
readonly name: "descriptionHash";
|
|
875
|
+
readonly type: "bytes32";
|
|
876
|
+
}];
|
|
877
|
+
readonly outputs: readonly [{
|
|
878
|
+
readonly name: "";
|
|
879
|
+
readonly type: "bytes32";
|
|
880
|
+
}];
|
|
881
|
+
readonly stateMutability: "view";
|
|
882
|
+
}, {
|
|
883
|
+
readonly type: "function";
|
|
884
|
+
readonly name: "nominees";
|
|
885
|
+
readonly inputs: readonly [{
|
|
886
|
+
readonly name: "proposalId";
|
|
887
|
+
readonly type: "uint256";
|
|
888
|
+
}];
|
|
889
|
+
readonly outputs: readonly [{
|
|
890
|
+
readonly name: "";
|
|
891
|
+
readonly type: "address[]";
|
|
892
|
+
}];
|
|
893
|
+
readonly stateMutability: "view";
|
|
894
|
+
}, {
|
|
895
|
+
readonly type: "function";
|
|
896
|
+
readonly name: "compliantNominees";
|
|
897
|
+
readonly inputs: readonly [{
|
|
898
|
+
readonly name: "proposalId";
|
|
899
|
+
readonly type: "uint256";
|
|
900
|
+
}];
|
|
901
|
+
readonly outputs: readonly [{
|
|
902
|
+
readonly name: "";
|
|
903
|
+
readonly type: "address[]";
|
|
904
|
+
}];
|
|
905
|
+
readonly stateMutability: "view";
|
|
906
|
+
}, {
|
|
907
|
+
readonly type: "function";
|
|
908
|
+
readonly name: "votesReceived";
|
|
909
|
+
readonly inputs: readonly [{
|
|
910
|
+
readonly name: "proposalId";
|
|
911
|
+
readonly type: "uint256";
|
|
912
|
+
}, {
|
|
913
|
+
readonly name: "contender";
|
|
914
|
+
readonly type: "address";
|
|
915
|
+
}];
|
|
916
|
+
readonly outputs: readonly [{
|
|
917
|
+
readonly name: "";
|
|
918
|
+
readonly type: "uint256";
|
|
919
|
+
}];
|
|
920
|
+
readonly stateMutability: "view";
|
|
921
|
+
}, {
|
|
922
|
+
readonly type: "function";
|
|
923
|
+
readonly name: "isExcluded";
|
|
924
|
+
readonly inputs: readonly [{
|
|
925
|
+
readonly name: "proposalId";
|
|
926
|
+
readonly type: "uint256";
|
|
927
|
+
}, {
|
|
928
|
+
readonly name: "nominee";
|
|
929
|
+
readonly type: "address";
|
|
930
|
+
}];
|
|
931
|
+
readonly outputs: readonly [{
|
|
932
|
+
readonly name: "";
|
|
933
|
+
readonly type: "bool";
|
|
934
|
+
}];
|
|
935
|
+
readonly stateMutability: "view";
|
|
936
|
+
}, {
|
|
937
|
+
readonly type: "function";
|
|
938
|
+
readonly name: "quorum";
|
|
939
|
+
readonly inputs: readonly [{
|
|
940
|
+
readonly name: "blockNumber";
|
|
941
|
+
readonly type: "uint256";
|
|
942
|
+
}];
|
|
943
|
+
readonly outputs: readonly [{
|
|
944
|
+
readonly name: "";
|
|
945
|
+
readonly type: "uint256";
|
|
946
|
+
}];
|
|
947
|
+
readonly stateMutability: "view";
|
|
948
|
+
}, {
|
|
949
|
+
readonly type: "function";
|
|
950
|
+
readonly name: "name";
|
|
951
|
+
readonly inputs: readonly [];
|
|
952
|
+
readonly outputs: readonly [{
|
|
953
|
+
readonly name: "";
|
|
954
|
+
readonly type: "string";
|
|
955
|
+
}];
|
|
956
|
+
readonly stateMutability: "view";
|
|
957
|
+
}, {
|
|
958
|
+
readonly type: "function";
|
|
959
|
+
readonly name: "addContender";
|
|
960
|
+
readonly inputs: readonly [{
|
|
961
|
+
readonly name: "proposalId";
|
|
962
|
+
readonly type: "uint256";
|
|
963
|
+
}, {
|
|
964
|
+
readonly name: "signature";
|
|
965
|
+
readonly type: "bytes";
|
|
966
|
+
}];
|
|
967
|
+
readonly outputs: readonly [];
|
|
968
|
+
readonly stateMutability: "nonpayable";
|
|
969
|
+
}, {
|
|
970
|
+
readonly type: "function";
|
|
971
|
+
readonly name: "castVoteWithReasonAndParams";
|
|
972
|
+
readonly inputs: readonly [{
|
|
973
|
+
readonly name: "proposalId";
|
|
974
|
+
readonly type: "uint256";
|
|
975
|
+
}, {
|
|
976
|
+
readonly name: "support";
|
|
977
|
+
readonly type: "uint8";
|
|
978
|
+
}, {
|
|
979
|
+
readonly name: "reason";
|
|
980
|
+
readonly type: "string";
|
|
981
|
+
}, {
|
|
982
|
+
readonly name: "params";
|
|
983
|
+
readonly type: "bytes";
|
|
984
|
+
}];
|
|
985
|
+
readonly outputs: readonly [{
|
|
986
|
+
readonly name: "";
|
|
987
|
+
readonly type: "uint256";
|
|
988
|
+
}];
|
|
989
|
+
readonly stateMutability: "nonpayable";
|
|
990
|
+
}, {
|
|
991
|
+
readonly type: "function";
|
|
992
|
+
readonly name: "isContender";
|
|
993
|
+
readonly inputs: readonly [{
|
|
994
|
+
readonly name: "proposalId";
|
|
995
|
+
readonly type: "uint256";
|
|
996
|
+
}, {
|
|
997
|
+
readonly name: "possibleContender";
|
|
998
|
+
readonly type: "address";
|
|
999
|
+
}];
|
|
1000
|
+
readonly outputs: readonly [{
|
|
1001
|
+
readonly name: "";
|
|
1002
|
+
readonly type: "bool";
|
|
1003
|
+
}];
|
|
1004
|
+
readonly stateMutability: "view";
|
|
1005
|
+
}, {
|
|
1006
|
+
readonly type: "function";
|
|
1007
|
+
readonly name: "votesUsed";
|
|
1008
|
+
readonly inputs: readonly [{
|
|
1009
|
+
readonly name: "proposalId";
|
|
1010
|
+
readonly type: "uint256";
|
|
1011
|
+
}, {
|
|
1012
|
+
readonly name: "account";
|
|
1013
|
+
readonly type: "address";
|
|
1014
|
+
}];
|
|
1015
|
+
readonly outputs: readonly [{
|
|
1016
|
+
readonly name: "";
|
|
1017
|
+
readonly type: "uint256";
|
|
1018
|
+
}];
|
|
1019
|
+
readonly stateMutability: "view";
|
|
1020
|
+
}, {
|
|
1021
|
+
readonly type: "event";
|
|
1022
|
+
readonly name: "ContenderAdded";
|
|
1023
|
+
readonly inputs: readonly [{
|
|
1024
|
+
readonly name: "proposalId";
|
|
1025
|
+
readonly type: "uint256";
|
|
1026
|
+
readonly indexed: true;
|
|
1027
|
+
}, {
|
|
1028
|
+
readonly name: "contender";
|
|
1029
|
+
readonly type: "address";
|
|
1030
|
+
readonly indexed: true;
|
|
1031
|
+
}];
|
|
1032
|
+
}, {
|
|
1033
|
+
readonly type: "event";
|
|
1034
|
+
readonly name: "NewNominee";
|
|
1035
|
+
readonly inputs: readonly [{
|
|
1036
|
+
readonly name: "proposalId";
|
|
1037
|
+
readonly type: "uint256";
|
|
1038
|
+
readonly indexed: true;
|
|
1039
|
+
}, {
|
|
1040
|
+
readonly name: "nominee";
|
|
1041
|
+
readonly type: "address";
|
|
1042
|
+
readonly indexed: true;
|
|
1043
|
+
}];
|
|
1044
|
+
}, {
|
|
1045
|
+
readonly type: "event";
|
|
1046
|
+
readonly name: "NomineeExcluded";
|
|
1047
|
+
readonly inputs: readonly [{
|
|
1048
|
+
readonly name: "proposalId";
|
|
1049
|
+
readonly type: "uint256";
|
|
1050
|
+
readonly indexed: true;
|
|
1051
|
+
}, {
|
|
1052
|
+
readonly name: "nominee";
|
|
1053
|
+
readonly type: "address";
|
|
1054
|
+
readonly indexed: true;
|
|
1055
|
+
}];
|
|
1056
|
+
}, {
|
|
1057
|
+
readonly type: "event";
|
|
1058
|
+
readonly name: "VoteCastForContender";
|
|
1059
|
+
readonly inputs: readonly [{
|
|
1060
|
+
readonly name: "proposalId";
|
|
1061
|
+
readonly type: "uint256";
|
|
1062
|
+
readonly indexed: true;
|
|
1063
|
+
}, {
|
|
1064
|
+
readonly name: "voter";
|
|
1065
|
+
readonly type: "address";
|
|
1066
|
+
readonly indexed: true;
|
|
1067
|
+
}, {
|
|
1068
|
+
readonly name: "contender";
|
|
1069
|
+
readonly type: "address";
|
|
1070
|
+
readonly indexed: true;
|
|
1071
|
+
}, {
|
|
1072
|
+
readonly name: "votes";
|
|
1073
|
+
readonly type: "uint256";
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly name: "totalUsedVotes";
|
|
1076
|
+
readonly type: "uint256";
|
|
1077
|
+
}, {
|
|
1078
|
+
readonly name: "usableVotes";
|
|
1079
|
+
readonly type: "uint256";
|
|
1080
|
+
}];
|
|
1081
|
+
}];
|
|
1082
|
+
export declare const memberElectionGovernorAbi: readonly [{
|
|
1083
|
+
readonly type: "function";
|
|
1084
|
+
readonly name: "state";
|
|
1085
|
+
readonly inputs: readonly [{
|
|
1086
|
+
readonly name: "proposalId";
|
|
1087
|
+
readonly type: "uint256";
|
|
1088
|
+
}];
|
|
1089
|
+
readonly outputs: readonly [{
|
|
1090
|
+
readonly name: "";
|
|
1091
|
+
readonly type: "uint8";
|
|
1092
|
+
}];
|
|
1093
|
+
readonly stateMutability: "view";
|
|
1094
|
+
}, {
|
|
1095
|
+
readonly type: "function";
|
|
1096
|
+
readonly name: "proposalDeadline";
|
|
1097
|
+
readonly inputs: readonly [{
|
|
1098
|
+
readonly name: "proposalId";
|
|
1099
|
+
readonly type: "uint256";
|
|
1100
|
+
}];
|
|
1101
|
+
readonly outputs: readonly [{
|
|
1102
|
+
readonly name: "";
|
|
1103
|
+
readonly type: "uint256";
|
|
1104
|
+
}];
|
|
1105
|
+
readonly stateMutability: "view";
|
|
1106
|
+
}, {
|
|
1107
|
+
readonly type: "function";
|
|
1108
|
+
readonly name: "proposalSnapshot";
|
|
1109
|
+
readonly inputs: readonly [{
|
|
1110
|
+
readonly name: "proposalId";
|
|
1111
|
+
readonly type: "uint256";
|
|
1112
|
+
}];
|
|
1113
|
+
readonly outputs: readonly [{
|
|
1114
|
+
readonly name: "";
|
|
1115
|
+
readonly type: "uint256";
|
|
1116
|
+
}];
|
|
1117
|
+
readonly stateMutability: "view";
|
|
1118
|
+
}, {
|
|
1119
|
+
readonly type: "function";
|
|
1120
|
+
readonly name: "getProposeArgs";
|
|
1121
|
+
readonly inputs: readonly [{
|
|
1122
|
+
readonly name: "electionIndex";
|
|
1123
|
+
readonly type: "uint256";
|
|
1124
|
+
}];
|
|
1125
|
+
readonly outputs: readonly [{
|
|
1126
|
+
readonly name: "";
|
|
1127
|
+
readonly type: "address[]";
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly name: "";
|
|
1130
|
+
readonly type: "uint256[]";
|
|
1131
|
+
}, {
|
|
1132
|
+
readonly name: "";
|
|
1133
|
+
readonly type: "bytes[]";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly name: "";
|
|
1136
|
+
readonly type: "string";
|
|
1137
|
+
}];
|
|
1138
|
+
readonly stateMutability: "view";
|
|
1139
|
+
}, {
|
|
1140
|
+
readonly type: "function";
|
|
1141
|
+
readonly name: "hashProposal";
|
|
1142
|
+
readonly inputs: readonly [{
|
|
1143
|
+
readonly name: "targets";
|
|
1144
|
+
readonly type: "address[]";
|
|
1145
|
+
}, {
|
|
1146
|
+
readonly name: "values";
|
|
1147
|
+
readonly type: "uint256[]";
|
|
1148
|
+
}, {
|
|
1149
|
+
readonly name: "calldatas";
|
|
1150
|
+
readonly type: "bytes[]";
|
|
1151
|
+
}, {
|
|
1152
|
+
readonly name: "descriptionHash";
|
|
1153
|
+
readonly type: "bytes32";
|
|
1154
|
+
}];
|
|
1155
|
+
readonly outputs: readonly [{
|
|
1156
|
+
readonly name: "";
|
|
1157
|
+
readonly type: "bytes32";
|
|
1158
|
+
}];
|
|
1159
|
+
readonly stateMutability: "view";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly type: "function";
|
|
1162
|
+
readonly name: "weightReceived";
|
|
1163
|
+
readonly inputs: readonly [{
|
|
1164
|
+
readonly name: "proposalId";
|
|
1165
|
+
readonly type: "uint256";
|
|
1166
|
+
}, {
|
|
1167
|
+
readonly name: "nominee";
|
|
1168
|
+
readonly type: "address";
|
|
1169
|
+
}];
|
|
1170
|
+
readonly outputs: readonly [{
|
|
1171
|
+
readonly name: "";
|
|
1172
|
+
readonly type: "uint256";
|
|
1173
|
+
}];
|
|
1174
|
+
readonly stateMutability: "view";
|
|
1175
|
+
}, {
|
|
1176
|
+
readonly type: "function";
|
|
1177
|
+
readonly name: "topNominees";
|
|
1178
|
+
readonly inputs: readonly [{
|
|
1179
|
+
readonly name: "proposalId";
|
|
1180
|
+
readonly type: "uint256";
|
|
1181
|
+
}];
|
|
1182
|
+
readonly outputs: readonly [{
|
|
1183
|
+
readonly name: "";
|
|
1184
|
+
readonly type: "address[]";
|
|
1185
|
+
}];
|
|
1186
|
+
readonly stateMutability: "view";
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly type: "function";
|
|
1189
|
+
readonly name: "fullWeightVotingDeadline";
|
|
1190
|
+
readonly inputs: readonly [{
|
|
1191
|
+
readonly name: "proposalId";
|
|
1192
|
+
readonly type: "uint256";
|
|
1193
|
+
}];
|
|
1194
|
+
readonly outputs: readonly [{
|
|
1195
|
+
readonly name: "";
|
|
1196
|
+
readonly type: "uint256";
|
|
1197
|
+
}];
|
|
1198
|
+
readonly stateMutability: "view";
|
|
1199
|
+
}, {
|
|
1200
|
+
readonly type: "function";
|
|
1201
|
+
readonly name: "fullWeightDuration";
|
|
1202
|
+
readonly inputs: readonly [];
|
|
1203
|
+
readonly outputs: readonly [{
|
|
1204
|
+
readonly name: "";
|
|
1205
|
+
readonly type: "uint256";
|
|
1206
|
+
}];
|
|
1207
|
+
readonly stateMutability: "view";
|
|
1208
|
+
}, {
|
|
1209
|
+
readonly type: "function";
|
|
1210
|
+
readonly name: "castVoteWithReasonAndParams";
|
|
1211
|
+
readonly inputs: readonly [{
|
|
1212
|
+
readonly name: "proposalId";
|
|
1213
|
+
readonly type: "uint256";
|
|
1214
|
+
}, {
|
|
1215
|
+
readonly name: "support";
|
|
1216
|
+
readonly type: "uint8";
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly name: "reason";
|
|
1219
|
+
readonly type: "string";
|
|
1220
|
+
}, {
|
|
1221
|
+
readonly name: "params";
|
|
1222
|
+
readonly type: "bytes";
|
|
1223
|
+
}];
|
|
1224
|
+
readonly outputs: readonly [{
|
|
1225
|
+
readonly name: "";
|
|
1226
|
+
readonly type: "uint256";
|
|
1227
|
+
}];
|
|
1228
|
+
readonly stateMutability: "nonpayable";
|
|
1229
|
+
}, {
|
|
1230
|
+
readonly type: "function";
|
|
1231
|
+
readonly name: "votesUsed";
|
|
1232
|
+
readonly inputs: readonly [{
|
|
1233
|
+
readonly name: "proposalId";
|
|
1234
|
+
readonly type: "uint256";
|
|
1235
|
+
}, {
|
|
1236
|
+
readonly name: "account";
|
|
1237
|
+
readonly type: "address";
|
|
1238
|
+
}];
|
|
1239
|
+
readonly outputs: readonly [{
|
|
1240
|
+
readonly name: "";
|
|
1241
|
+
readonly type: "uint256";
|
|
1242
|
+
}];
|
|
1243
|
+
readonly stateMutability: "view";
|
|
1244
|
+
}, {
|
|
1245
|
+
readonly type: "event";
|
|
1246
|
+
readonly name: "VoteCastForNominee";
|
|
1247
|
+
readonly inputs: readonly [{
|
|
1248
|
+
readonly name: "voter";
|
|
1249
|
+
readonly type: "address";
|
|
1250
|
+
readonly indexed: true;
|
|
1251
|
+
}, {
|
|
1252
|
+
readonly name: "proposalId";
|
|
1253
|
+
readonly type: "uint256";
|
|
1254
|
+
readonly indexed: true;
|
|
1255
|
+
}, {
|
|
1256
|
+
readonly name: "nominee";
|
|
1257
|
+
readonly type: "address";
|
|
1258
|
+
readonly indexed: true;
|
|
1259
|
+
}, {
|
|
1260
|
+
readonly name: "votes";
|
|
1261
|
+
readonly type: "uint256";
|
|
1262
|
+
}, {
|
|
1263
|
+
readonly name: "weight";
|
|
1264
|
+
readonly type: "uint256";
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly name: "totalUsedVotes";
|
|
1267
|
+
readonly type: "uint256";
|
|
1268
|
+
}, {
|
|
1269
|
+
readonly name: "usableVotes";
|
|
1270
|
+
readonly type: "uint256";
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly name: "weightReceived";
|
|
1273
|
+
readonly type: "uint256";
|
|
1274
|
+
}];
|
|
1275
|
+
}];
|
|
1276
|
+
export declare const erc20VotesAbi: readonly [{
|
|
1277
|
+
readonly type: "function";
|
|
1278
|
+
readonly name: "getPastVotes";
|
|
1279
|
+
readonly inputs: readonly [{
|
|
1280
|
+
readonly name: "account";
|
|
1281
|
+
readonly type: "address";
|
|
1282
|
+
}, {
|
|
1283
|
+
readonly name: "blockNumber";
|
|
1284
|
+
readonly type: "uint256";
|
|
1285
|
+
}];
|
|
1286
|
+
readonly outputs: readonly [{
|
|
1287
|
+
readonly name: "";
|
|
1288
|
+
readonly type: "uint256";
|
|
1289
|
+
}];
|
|
1290
|
+
readonly stateMutability: "view";
|
|
1291
|
+
}, {
|
|
1292
|
+
readonly type: "function";
|
|
1293
|
+
readonly name: "getVotes";
|
|
1294
|
+
readonly inputs: readonly [{
|
|
1295
|
+
readonly name: "account";
|
|
1296
|
+
readonly type: "address";
|
|
1297
|
+
}];
|
|
1298
|
+
readonly outputs: readonly [{
|
|
1299
|
+
readonly name: "";
|
|
1300
|
+
readonly type: "uint256";
|
|
1301
|
+
}];
|
|
1302
|
+
readonly stateMutability: "view";
|
|
1303
|
+
}, {
|
|
1304
|
+
readonly type: "function";
|
|
1305
|
+
readonly name: "delegates";
|
|
1306
|
+
readonly inputs: readonly [{
|
|
1307
|
+
readonly name: "account";
|
|
1308
|
+
readonly type: "address";
|
|
1309
|
+
}];
|
|
1310
|
+
readonly outputs: readonly [{
|
|
1311
|
+
readonly name: "";
|
|
1312
|
+
readonly type: "address";
|
|
1313
|
+
}];
|
|
1314
|
+
readonly stateMutability: "view";
|
|
1315
|
+
}, {
|
|
1316
|
+
readonly type: "function";
|
|
1317
|
+
readonly name: "totalSupply";
|
|
1318
|
+
readonly inputs: readonly [];
|
|
1319
|
+
readonly outputs: readonly [{
|
|
1320
|
+
readonly name: "";
|
|
1321
|
+
readonly type: "uint256";
|
|
1322
|
+
}];
|
|
1323
|
+
readonly stateMutability: "view";
|
|
1324
|
+
}, {
|
|
1325
|
+
readonly type: "event";
|
|
1326
|
+
readonly name: "DelegateVotesChanged";
|
|
1327
|
+
readonly inputs: readonly [{
|
|
1328
|
+
readonly name: "delegate";
|
|
1329
|
+
readonly type: "address";
|
|
1330
|
+
readonly indexed: true;
|
|
1331
|
+
}, {
|
|
1332
|
+
readonly name: "previousBalance";
|
|
1333
|
+
readonly type: "uint256";
|
|
1334
|
+
readonly indexed: false;
|
|
1335
|
+
}, {
|
|
1336
|
+
readonly name: "newBalance";
|
|
1337
|
+
readonly type: "uint256";
|
|
1338
|
+
readonly indexed: false;
|
|
1339
|
+
}];
|
|
1340
|
+
}];
|
|
1341
|
+
export declare const governorReadAbi: readonly [{
|
|
1342
|
+
readonly type: "function";
|
|
1343
|
+
readonly name: "state";
|
|
1344
|
+
readonly inputs: readonly [{
|
|
1345
|
+
readonly name: "proposalId";
|
|
1346
|
+
readonly type: "uint256";
|
|
1347
|
+
}];
|
|
1348
|
+
readonly outputs: readonly [{
|
|
1349
|
+
readonly name: "";
|
|
1350
|
+
readonly type: "uint8";
|
|
1351
|
+
}];
|
|
1352
|
+
readonly stateMutability: "view";
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly type: "function";
|
|
1355
|
+
readonly name: "proposalSnapshot";
|
|
1356
|
+
readonly inputs: readonly [{
|
|
1357
|
+
readonly name: "proposalId";
|
|
1358
|
+
readonly type: "uint256";
|
|
1359
|
+
}];
|
|
1360
|
+
readonly outputs: readonly [{
|
|
1361
|
+
readonly name: "";
|
|
1362
|
+
readonly type: "uint256";
|
|
1363
|
+
}];
|
|
1364
|
+
readonly stateMutability: "view";
|
|
1365
|
+
}, {
|
|
1366
|
+
readonly type: "function";
|
|
1367
|
+
readonly name: "proposalDeadline";
|
|
1368
|
+
readonly inputs: readonly [{
|
|
1369
|
+
readonly name: "proposalId";
|
|
1370
|
+
readonly type: "uint256";
|
|
1371
|
+
}];
|
|
1372
|
+
readonly outputs: readonly [{
|
|
1373
|
+
readonly name: "";
|
|
1374
|
+
readonly type: "uint256";
|
|
1375
|
+
}];
|
|
1376
|
+
readonly stateMutability: "view";
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly type: "function";
|
|
1379
|
+
readonly name: "proposalVotes";
|
|
1380
|
+
readonly inputs: readonly [{
|
|
1381
|
+
readonly name: "proposalId";
|
|
1382
|
+
readonly type: "uint256";
|
|
1383
|
+
}];
|
|
1384
|
+
readonly outputs: readonly [{
|
|
1385
|
+
readonly name: "againstVotes";
|
|
1386
|
+
readonly type: "uint256";
|
|
1387
|
+
}, {
|
|
1388
|
+
readonly name: "forVotes";
|
|
1389
|
+
readonly type: "uint256";
|
|
1390
|
+
}, {
|
|
1391
|
+
readonly name: "abstainVotes";
|
|
1392
|
+
readonly type: "uint256";
|
|
1393
|
+
}];
|
|
1394
|
+
readonly stateMutability: "view";
|
|
1395
|
+
}, {
|
|
1396
|
+
readonly type: "function";
|
|
1397
|
+
readonly name: "quorum";
|
|
1398
|
+
readonly inputs: readonly [{
|
|
1399
|
+
readonly name: "blockNumber";
|
|
1400
|
+
readonly type: "uint256";
|
|
1401
|
+
}];
|
|
1402
|
+
readonly outputs: readonly [{
|
|
1403
|
+
readonly name: "";
|
|
1404
|
+
readonly type: "uint256";
|
|
1405
|
+
}];
|
|
1406
|
+
readonly stateMutability: "view";
|
|
1407
|
+
}, {
|
|
1408
|
+
readonly type: "function";
|
|
1409
|
+
readonly name: "proposalEta";
|
|
1410
|
+
readonly inputs: readonly [{
|
|
1411
|
+
readonly name: "proposalId";
|
|
1412
|
+
readonly type: "uint256";
|
|
1413
|
+
}];
|
|
1414
|
+
readonly outputs: readonly [{
|
|
1415
|
+
readonly name: "";
|
|
1416
|
+
readonly type: "uint256";
|
|
1417
|
+
}];
|
|
1418
|
+
readonly stateMutability: "view";
|
|
1419
|
+
}, {
|
|
1420
|
+
readonly type: "function";
|
|
1421
|
+
readonly name: "COUNTING_MODE";
|
|
1422
|
+
readonly inputs: readonly [];
|
|
1423
|
+
readonly outputs: readonly [{
|
|
1424
|
+
readonly name: "";
|
|
1425
|
+
readonly type: "string";
|
|
1426
|
+
}];
|
|
1427
|
+
readonly stateMutability: "view";
|
|
1428
|
+
}, {
|
|
1429
|
+
readonly type: "function";
|
|
1430
|
+
readonly name: "votingDelay";
|
|
1431
|
+
readonly inputs: readonly [];
|
|
1432
|
+
readonly outputs: readonly [{
|
|
1433
|
+
readonly name: "";
|
|
1434
|
+
readonly type: "uint256";
|
|
1435
|
+
}];
|
|
1436
|
+
readonly stateMutability: "view";
|
|
1437
|
+
}, {
|
|
1438
|
+
readonly type: "function";
|
|
1439
|
+
readonly name: "votingPeriod";
|
|
1440
|
+
readonly inputs: readonly [];
|
|
1441
|
+
readonly outputs: readonly [{
|
|
1442
|
+
readonly name: "";
|
|
1443
|
+
readonly type: "uint256";
|
|
1444
|
+
}];
|
|
1445
|
+
readonly stateMutability: "view";
|
|
1446
|
+
}, {
|
|
1447
|
+
readonly type: "function";
|
|
1448
|
+
readonly name: "timelock";
|
|
1449
|
+
readonly inputs: readonly [];
|
|
1450
|
+
readonly outputs: readonly [{
|
|
1451
|
+
readonly name: "";
|
|
1452
|
+
readonly type: "address";
|
|
1453
|
+
}];
|
|
1454
|
+
readonly stateMutability: "view";
|
|
1455
|
+
}, {
|
|
1456
|
+
readonly type: "function";
|
|
1457
|
+
readonly name: "nomineeVetter";
|
|
1458
|
+
readonly inputs: readonly [];
|
|
1459
|
+
readonly outputs: readonly [{
|
|
1460
|
+
readonly name: "";
|
|
1461
|
+
readonly type: "address";
|
|
1462
|
+
}];
|
|
1463
|
+
readonly stateMutability: "view";
|
|
1464
|
+
}, {
|
|
1465
|
+
readonly type: "function";
|
|
1466
|
+
readonly name: "proposalVettingDeadline";
|
|
1467
|
+
readonly inputs: readonly [{
|
|
1468
|
+
readonly name: "proposalId";
|
|
1469
|
+
readonly type: "uint256";
|
|
1470
|
+
}];
|
|
1471
|
+
readonly outputs: readonly [{
|
|
1472
|
+
readonly name: "";
|
|
1473
|
+
readonly type: "uint256";
|
|
1474
|
+
}];
|
|
1475
|
+
readonly stateMutability: "view";
|
|
1476
|
+
}, {
|
|
1477
|
+
readonly type: "function";
|
|
1478
|
+
readonly name: "proposalExtendedDeadline";
|
|
1479
|
+
readonly inputs: readonly [{
|
|
1480
|
+
readonly name: "proposalId";
|
|
1481
|
+
readonly type: "uint256";
|
|
1482
|
+
}];
|
|
1483
|
+
readonly outputs: readonly [{
|
|
1484
|
+
readonly name: "";
|
|
1485
|
+
readonly type: "uint64";
|
|
1486
|
+
}];
|
|
1487
|
+
readonly stateMutability: "view";
|
|
1488
|
+
}, {
|
|
1489
|
+
readonly type: "function";
|
|
1490
|
+
readonly name: "getVotes";
|
|
1491
|
+
readonly inputs: readonly [{
|
|
1492
|
+
readonly name: "account";
|
|
1493
|
+
readonly type: "address";
|
|
1494
|
+
}, {
|
|
1495
|
+
readonly name: "blockNumber";
|
|
1496
|
+
readonly type: "uint256";
|
|
1497
|
+
}];
|
|
1498
|
+
readonly outputs: readonly [{
|
|
1499
|
+
readonly name: "";
|
|
1500
|
+
readonly type: "uint256";
|
|
1501
|
+
}];
|
|
1502
|
+
readonly stateMutability: "view";
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly type: "function";
|
|
1505
|
+
readonly name: "hasVoted";
|
|
1506
|
+
readonly inputs: readonly [{
|
|
1507
|
+
readonly name: "proposalId";
|
|
1508
|
+
readonly type: "uint256";
|
|
1509
|
+
}, {
|
|
1510
|
+
readonly name: "account";
|
|
1511
|
+
readonly type: "address";
|
|
1512
|
+
}];
|
|
1513
|
+
readonly outputs: readonly [{
|
|
1514
|
+
readonly name: "";
|
|
1515
|
+
readonly type: "bool";
|
|
1516
|
+
}];
|
|
1517
|
+
readonly stateMutability: "view";
|
|
1518
|
+
}];
|
|
1519
|
+
export declare const governorWriteAbi: readonly [{
|
|
1520
|
+
readonly type: "function";
|
|
1521
|
+
readonly name: "queue";
|
|
1522
|
+
readonly inputs: readonly [{
|
|
1523
|
+
readonly name: "targets";
|
|
1524
|
+
readonly type: "address[]";
|
|
1525
|
+
}, {
|
|
1526
|
+
readonly name: "values";
|
|
1527
|
+
readonly type: "uint256[]";
|
|
1528
|
+
}, {
|
|
1529
|
+
readonly name: "calldatas";
|
|
1530
|
+
readonly type: "bytes[]";
|
|
1531
|
+
}, {
|
|
1532
|
+
readonly name: "descriptionHash";
|
|
1533
|
+
readonly type: "bytes32";
|
|
1534
|
+
}];
|
|
1535
|
+
readonly outputs: readonly [{
|
|
1536
|
+
readonly name: "";
|
|
1537
|
+
readonly type: "uint256";
|
|
1538
|
+
}];
|
|
1539
|
+
readonly stateMutability: "nonpayable";
|
|
1540
|
+
}, {
|
|
1541
|
+
readonly type: "function";
|
|
1542
|
+
readonly name: "execute";
|
|
1543
|
+
readonly inputs: readonly [{
|
|
1544
|
+
readonly name: "targets";
|
|
1545
|
+
readonly type: "address[]";
|
|
1546
|
+
}, {
|
|
1547
|
+
readonly name: "values";
|
|
1548
|
+
readonly type: "uint256[]";
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly name: "calldatas";
|
|
1551
|
+
readonly type: "bytes[]";
|
|
1552
|
+
}, {
|
|
1553
|
+
readonly name: "descriptionHash";
|
|
1554
|
+
readonly type: "bytes32";
|
|
1555
|
+
}];
|
|
1556
|
+
readonly outputs: readonly [{
|
|
1557
|
+
readonly name: "";
|
|
1558
|
+
readonly type: "uint256";
|
|
1559
|
+
}];
|
|
1560
|
+
readonly stateMutability: "payable";
|
|
1561
|
+
}, {
|
|
1562
|
+
readonly type: "function";
|
|
1563
|
+
readonly name: "castVote";
|
|
1564
|
+
readonly inputs: readonly [{
|
|
1565
|
+
readonly name: "proposalId";
|
|
1566
|
+
readonly type: "uint256";
|
|
1567
|
+
}, {
|
|
1568
|
+
readonly name: "support";
|
|
1569
|
+
readonly type: "uint8";
|
|
1570
|
+
}];
|
|
1571
|
+
readonly outputs: readonly [{
|
|
1572
|
+
readonly name: "";
|
|
1573
|
+
readonly type: "uint256";
|
|
1574
|
+
}];
|
|
1575
|
+
readonly stateMutability: "nonpayable";
|
|
1576
|
+
}, {
|
|
1577
|
+
readonly type: "function";
|
|
1578
|
+
readonly name: "castVoteWithReason";
|
|
1579
|
+
readonly inputs: readonly [{
|
|
1580
|
+
readonly name: "proposalId";
|
|
1581
|
+
readonly type: "uint256";
|
|
1582
|
+
}, {
|
|
1583
|
+
readonly name: "support";
|
|
1584
|
+
readonly type: "uint8";
|
|
1585
|
+
}, {
|
|
1586
|
+
readonly name: "reason";
|
|
1587
|
+
readonly type: "string";
|
|
1588
|
+
}];
|
|
1589
|
+
readonly outputs: readonly [{
|
|
1590
|
+
readonly name: "";
|
|
1591
|
+
readonly type: "uint256";
|
|
1592
|
+
}];
|
|
1593
|
+
readonly stateMutability: "nonpayable";
|
|
1594
|
+
}, {
|
|
1595
|
+
readonly type: "function";
|
|
1596
|
+
readonly name: "castVoteWithReasonAndParams";
|
|
1597
|
+
readonly inputs: readonly [{
|
|
1598
|
+
readonly name: "proposalId";
|
|
1599
|
+
readonly type: "uint256";
|
|
1600
|
+
}, {
|
|
1601
|
+
readonly name: "support";
|
|
1602
|
+
readonly type: "uint8";
|
|
1603
|
+
}, {
|
|
1604
|
+
readonly name: "reason";
|
|
1605
|
+
readonly type: "string";
|
|
1606
|
+
}, {
|
|
1607
|
+
readonly name: "params";
|
|
1608
|
+
readonly type: "bytes";
|
|
1609
|
+
}];
|
|
1610
|
+
readonly outputs: readonly [{
|
|
1611
|
+
readonly name: "";
|
|
1612
|
+
readonly type: "uint256";
|
|
1613
|
+
}];
|
|
1614
|
+
readonly stateMutability: "nonpayable";
|
|
1615
|
+
}, {
|
|
1616
|
+
readonly type: "function";
|
|
1617
|
+
readonly name: "castVoteBySig";
|
|
1618
|
+
readonly inputs: readonly [{
|
|
1619
|
+
readonly name: "proposalId";
|
|
1620
|
+
readonly type: "uint256";
|
|
1621
|
+
}, {
|
|
1622
|
+
readonly name: "support";
|
|
1623
|
+
readonly type: "uint8";
|
|
1624
|
+
}, {
|
|
1625
|
+
readonly name: "v";
|
|
1626
|
+
readonly type: "uint8";
|
|
1627
|
+
}, {
|
|
1628
|
+
readonly name: "r";
|
|
1629
|
+
readonly type: "bytes32";
|
|
1630
|
+
}, {
|
|
1631
|
+
readonly name: "s";
|
|
1632
|
+
readonly type: "bytes32";
|
|
1633
|
+
}];
|
|
1634
|
+
readonly outputs: readonly [{
|
|
1635
|
+
readonly name: "";
|
|
1636
|
+
readonly type: "uint256";
|
|
1637
|
+
}];
|
|
1638
|
+
readonly stateMutability: "nonpayable";
|
|
1639
|
+
}];
|
|
1640
|
+
export declare const nomineeElectionGovernorReadAbi: readonly [{
|
|
1641
|
+
readonly type: "function";
|
|
1642
|
+
readonly name: "electionCount";
|
|
1643
|
+
readonly inputs: readonly [];
|
|
1644
|
+
readonly outputs: readonly [{
|
|
1645
|
+
readonly name: "";
|
|
1646
|
+
readonly type: "uint256";
|
|
1647
|
+
}];
|
|
1648
|
+
readonly stateMutability: "view";
|
|
1649
|
+
}, {
|
|
1650
|
+
readonly type: "function";
|
|
1651
|
+
readonly name: "electionToTimestamp";
|
|
1652
|
+
readonly inputs: readonly [{
|
|
1653
|
+
readonly name: "electionIndex";
|
|
1654
|
+
readonly type: "uint256";
|
|
1655
|
+
}];
|
|
1656
|
+
readonly outputs: readonly [{
|
|
1657
|
+
readonly name: "";
|
|
1658
|
+
readonly type: "uint256";
|
|
1659
|
+
}];
|
|
1660
|
+
readonly stateMutability: "view";
|
|
1661
|
+
}, {
|
|
1662
|
+
readonly type: "function";
|
|
1663
|
+
readonly name: "electionIndexToCohort";
|
|
1664
|
+
readonly inputs: readonly [{
|
|
1665
|
+
readonly name: "electionIndex";
|
|
1666
|
+
readonly type: "uint256";
|
|
1667
|
+
}];
|
|
1668
|
+
readonly outputs: readonly [{
|
|
1669
|
+
readonly name: "";
|
|
1670
|
+
readonly type: "uint8";
|
|
1671
|
+
}];
|
|
1672
|
+
readonly stateMutability: "view";
|
|
1673
|
+
}, {
|
|
1674
|
+
readonly type: "function";
|
|
1675
|
+
readonly name: "nomineeVetter";
|
|
1676
|
+
readonly inputs: readonly [];
|
|
1677
|
+
readonly outputs: readonly [{
|
|
1678
|
+
readonly name: "";
|
|
1679
|
+
readonly type: "address";
|
|
1680
|
+
}];
|
|
1681
|
+
readonly stateMutability: "view";
|
|
1682
|
+
}, {
|
|
1683
|
+
readonly type: "function";
|
|
1684
|
+
readonly name: "proposalVettingDeadline";
|
|
1685
|
+
readonly inputs: readonly [{
|
|
1686
|
+
readonly name: "proposalId";
|
|
1687
|
+
readonly type: "uint256";
|
|
1688
|
+
}];
|
|
1689
|
+
readonly outputs: readonly [{
|
|
1690
|
+
readonly name: "";
|
|
1691
|
+
readonly type: "uint256";
|
|
1692
|
+
}];
|
|
1693
|
+
readonly stateMutability: "view";
|
|
1694
|
+
}, {
|
|
1695
|
+
readonly type: "function";
|
|
1696
|
+
readonly name: "compliantNomineeCount";
|
|
1697
|
+
readonly inputs: readonly [{
|
|
1698
|
+
readonly name: "proposalId";
|
|
1699
|
+
readonly type: "uint256";
|
|
1700
|
+
}];
|
|
1701
|
+
readonly outputs: readonly [{
|
|
1702
|
+
readonly name: "";
|
|
1703
|
+
readonly type: "uint256";
|
|
1704
|
+
}];
|
|
1705
|
+
readonly stateMutability: "view";
|
|
1706
|
+
}, {
|
|
1707
|
+
readonly type: "function";
|
|
1708
|
+
readonly name: "proposalDeadline";
|
|
1709
|
+
readonly inputs: readonly [{
|
|
1710
|
+
readonly name: "proposalId";
|
|
1711
|
+
readonly type: "uint256";
|
|
1712
|
+
}];
|
|
1713
|
+
readonly outputs: readonly [{
|
|
1714
|
+
readonly name: "";
|
|
1715
|
+
readonly type: "uint256";
|
|
1716
|
+
}];
|
|
1717
|
+
readonly stateMutability: "view";
|
|
1718
|
+
}, {
|
|
1719
|
+
readonly type: "function";
|
|
1720
|
+
readonly name: "proposalSnapshot";
|
|
1721
|
+
readonly inputs: readonly [{
|
|
1722
|
+
readonly name: "proposalId";
|
|
1723
|
+
readonly type: "uint256";
|
|
1724
|
+
}];
|
|
1725
|
+
readonly outputs: readonly [{
|
|
1726
|
+
readonly name: "";
|
|
1727
|
+
readonly type: "uint256";
|
|
1728
|
+
}];
|
|
1729
|
+
readonly stateMutability: "view";
|
|
1730
|
+
}, {
|
|
1731
|
+
readonly type: "function";
|
|
1732
|
+
readonly name: "state";
|
|
1733
|
+
readonly inputs: readonly [{
|
|
1734
|
+
readonly name: "proposalId";
|
|
1735
|
+
readonly type: "uint256";
|
|
1736
|
+
}];
|
|
1737
|
+
readonly outputs: readonly [{
|
|
1738
|
+
readonly name: "";
|
|
1739
|
+
readonly type: "uint8";
|
|
1740
|
+
}];
|
|
1741
|
+
readonly stateMutability: "view";
|
|
1742
|
+
}, {
|
|
1743
|
+
readonly type: "function";
|
|
1744
|
+
readonly name: "getProposeArgs";
|
|
1745
|
+
readonly inputs: readonly [{
|
|
1746
|
+
readonly name: "electionIndex";
|
|
1747
|
+
readonly type: "uint256";
|
|
1748
|
+
}];
|
|
1749
|
+
readonly outputs: readonly [{
|
|
1750
|
+
readonly name: "";
|
|
1751
|
+
readonly type: "address[]";
|
|
1752
|
+
}, {
|
|
1753
|
+
readonly name: "";
|
|
1754
|
+
readonly type: "uint256[]";
|
|
1755
|
+
}, {
|
|
1756
|
+
readonly name: "";
|
|
1757
|
+
readonly type: "bytes[]";
|
|
1758
|
+
}, {
|
|
1759
|
+
readonly name: "";
|
|
1760
|
+
readonly type: "string";
|
|
1761
|
+
}];
|
|
1762
|
+
readonly stateMutability: "view";
|
|
1763
|
+
}, {
|
|
1764
|
+
readonly type: "function";
|
|
1765
|
+
readonly name: "hashProposal";
|
|
1766
|
+
readonly inputs: readonly [{
|
|
1767
|
+
readonly name: "targets";
|
|
1768
|
+
readonly type: "address[]";
|
|
1769
|
+
}, {
|
|
1770
|
+
readonly name: "values";
|
|
1771
|
+
readonly type: "uint256[]";
|
|
1772
|
+
}, {
|
|
1773
|
+
readonly name: "calldatas";
|
|
1774
|
+
readonly type: "bytes[]";
|
|
1775
|
+
}, {
|
|
1776
|
+
readonly name: "descriptionHash";
|
|
1777
|
+
readonly type: "bytes32";
|
|
1778
|
+
}];
|
|
1779
|
+
readonly outputs: readonly [{
|
|
1780
|
+
readonly name: "";
|
|
1781
|
+
readonly type: "bytes32";
|
|
1782
|
+
}];
|
|
1783
|
+
readonly stateMutability: "view";
|
|
1784
|
+
}, {
|
|
1785
|
+
readonly type: "function";
|
|
1786
|
+
readonly name: "nominees";
|
|
1787
|
+
readonly inputs: readonly [{
|
|
1788
|
+
readonly name: "proposalId";
|
|
1789
|
+
readonly type: "uint256";
|
|
1790
|
+
}];
|
|
1791
|
+
readonly outputs: readonly [{
|
|
1792
|
+
readonly name: "";
|
|
1793
|
+
readonly type: "address[]";
|
|
1794
|
+
}];
|
|
1795
|
+
readonly stateMutability: "view";
|
|
1796
|
+
}, {
|
|
1797
|
+
readonly type: "function";
|
|
1798
|
+
readonly name: "compliantNominees";
|
|
1799
|
+
readonly inputs: readonly [{
|
|
1800
|
+
readonly name: "proposalId";
|
|
1801
|
+
readonly type: "uint256";
|
|
1802
|
+
}];
|
|
1803
|
+
readonly outputs: readonly [{
|
|
1804
|
+
readonly name: "";
|
|
1805
|
+
readonly type: "address[]";
|
|
1806
|
+
}];
|
|
1807
|
+
readonly stateMutability: "view";
|
|
1808
|
+
}, {
|
|
1809
|
+
readonly type: "function";
|
|
1810
|
+
readonly name: "votesReceived";
|
|
1811
|
+
readonly inputs: readonly [{
|
|
1812
|
+
readonly name: "proposalId";
|
|
1813
|
+
readonly type: "uint256";
|
|
1814
|
+
}, {
|
|
1815
|
+
readonly name: "contender";
|
|
1816
|
+
readonly type: "address";
|
|
1817
|
+
}];
|
|
1818
|
+
readonly outputs: readonly [{
|
|
1819
|
+
readonly name: "";
|
|
1820
|
+
readonly type: "uint256";
|
|
1821
|
+
}];
|
|
1822
|
+
readonly stateMutability: "view";
|
|
1823
|
+
}, {
|
|
1824
|
+
readonly type: "function";
|
|
1825
|
+
readonly name: "isExcluded";
|
|
1826
|
+
readonly inputs: readonly [{
|
|
1827
|
+
readonly name: "proposalId";
|
|
1828
|
+
readonly type: "uint256";
|
|
1829
|
+
}, {
|
|
1830
|
+
readonly name: "nominee";
|
|
1831
|
+
readonly type: "address";
|
|
1832
|
+
}];
|
|
1833
|
+
readonly outputs: readonly [{
|
|
1834
|
+
readonly name: "";
|
|
1835
|
+
readonly type: "bool";
|
|
1836
|
+
}];
|
|
1837
|
+
readonly stateMutability: "view";
|
|
1838
|
+
}, {
|
|
1839
|
+
readonly type: "function";
|
|
1840
|
+
readonly name: "quorum";
|
|
1841
|
+
readonly inputs: readonly [{
|
|
1842
|
+
readonly name: "blockNumber";
|
|
1843
|
+
readonly type: "uint256";
|
|
1844
|
+
}];
|
|
1845
|
+
readonly outputs: readonly [{
|
|
1846
|
+
readonly name: "";
|
|
1847
|
+
readonly type: "uint256";
|
|
1848
|
+
}];
|
|
1849
|
+
readonly stateMutability: "view";
|
|
1850
|
+
}, {
|
|
1851
|
+
readonly type: "function";
|
|
1852
|
+
readonly name: "name";
|
|
1853
|
+
readonly inputs: readonly [];
|
|
1854
|
+
readonly outputs: readonly [{
|
|
1855
|
+
readonly name: "";
|
|
1856
|
+
readonly type: "string";
|
|
1857
|
+
}];
|
|
1858
|
+
readonly stateMutability: "view";
|
|
1859
|
+
}, {
|
|
1860
|
+
readonly type: "function";
|
|
1861
|
+
readonly name: "isContender";
|
|
1862
|
+
readonly inputs: readonly [{
|
|
1863
|
+
readonly name: "proposalId";
|
|
1864
|
+
readonly type: "uint256";
|
|
1865
|
+
}, {
|
|
1866
|
+
readonly name: "possibleContender";
|
|
1867
|
+
readonly type: "address";
|
|
1868
|
+
}];
|
|
1869
|
+
readonly outputs: readonly [{
|
|
1870
|
+
readonly name: "";
|
|
1871
|
+
readonly type: "bool";
|
|
1872
|
+
}];
|
|
1873
|
+
readonly stateMutability: "view";
|
|
1874
|
+
}, {
|
|
1875
|
+
readonly type: "function";
|
|
1876
|
+
readonly name: "votesUsed";
|
|
1877
|
+
readonly inputs: readonly [{
|
|
1878
|
+
readonly name: "proposalId";
|
|
1879
|
+
readonly type: "uint256";
|
|
1880
|
+
}, {
|
|
1881
|
+
readonly name: "account";
|
|
1882
|
+
readonly type: "address";
|
|
1883
|
+
}];
|
|
1884
|
+
readonly outputs: readonly [{
|
|
1885
|
+
readonly name: "";
|
|
1886
|
+
readonly type: "uint256";
|
|
1887
|
+
}];
|
|
1888
|
+
readonly stateMutability: "view";
|
|
1889
|
+
}];
|
|
1890
|
+
export declare const nomineeElectionGovernorWriteAbi: readonly [{
|
|
1891
|
+
readonly type: "function";
|
|
1892
|
+
readonly name: "createElection";
|
|
1893
|
+
readonly inputs: readonly [];
|
|
1894
|
+
readonly outputs: readonly [{
|
|
1895
|
+
readonly name: "";
|
|
1896
|
+
readonly type: "uint256";
|
|
1897
|
+
}];
|
|
1898
|
+
readonly stateMutability: "nonpayable";
|
|
1899
|
+
}, {
|
|
1900
|
+
readonly type: "function";
|
|
1901
|
+
readonly name: "addContender";
|
|
1902
|
+
readonly inputs: readonly [{
|
|
1903
|
+
readonly name: "proposalId";
|
|
1904
|
+
readonly type: "uint256";
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly name: "signature";
|
|
1907
|
+
readonly type: "bytes";
|
|
1908
|
+
}];
|
|
1909
|
+
readonly outputs: readonly [];
|
|
1910
|
+
readonly stateMutability: "nonpayable";
|
|
1911
|
+
}, {
|
|
1912
|
+
readonly type: "function";
|
|
1913
|
+
readonly name: "castVoteWithReasonAndParams";
|
|
1914
|
+
readonly inputs: readonly [{
|
|
1915
|
+
readonly name: "proposalId";
|
|
1916
|
+
readonly type: "uint256";
|
|
1917
|
+
}, {
|
|
1918
|
+
readonly name: "support";
|
|
1919
|
+
readonly type: "uint8";
|
|
1920
|
+
}, {
|
|
1921
|
+
readonly name: "reason";
|
|
1922
|
+
readonly type: "string";
|
|
1923
|
+
}, {
|
|
1924
|
+
readonly name: "params";
|
|
1925
|
+
readonly type: "bytes";
|
|
1926
|
+
}];
|
|
1927
|
+
readonly outputs: readonly [{
|
|
1928
|
+
readonly name: "";
|
|
1929
|
+
readonly type: "uint256";
|
|
1930
|
+
}];
|
|
1931
|
+
readonly stateMutability: "nonpayable";
|
|
1932
|
+
}];
|
|
1933
|
+
export declare const memberElectionGovernorReadAbi: readonly [{
|
|
1934
|
+
readonly type: "function";
|
|
1935
|
+
readonly name: "state";
|
|
1936
|
+
readonly inputs: readonly [{
|
|
1937
|
+
readonly name: "proposalId";
|
|
1938
|
+
readonly type: "uint256";
|
|
1939
|
+
}];
|
|
1940
|
+
readonly outputs: readonly [{
|
|
1941
|
+
readonly name: "";
|
|
1942
|
+
readonly type: "uint8";
|
|
1943
|
+
}];
|
|
1944
|
+
readonly stateMutability: "view";
|
|
1945
|
+
}, {
|
|
1946
|
+
readonly type: "function";
|
|
1947
|
+
readonly name: "proposalDeadline";
|
|
1948
|
+
readonly inputs: readonly [{
|
|
1949
|
+
readonly name: "proposalId";
|
|
1950
|
+
readonly type: "uint256";
|
|
1951
|
+
}];
|
|
1952
|
+
readonly outputs: readonly [{
|
|
1953
|
+
readonly name: "";
|
|
1954
|
+
readonly type: "uint256";
|
|
1955
|
+
}];
|
|
1956
|
+
readonly stateMutability: "view";
|
|
1957
|
+
}, {
|
|
1958
|
+
readonly type: "function";
|
|
1959
|
+
readonly name: "proposalSnapshot";
|
|
1960
|
+
readonly inputs: readonly [{
|
|
1961
|
+
readonly name: "proposalId";
|
|
1962
|
+
readonly type: "uint256";
|
|
1963
|
+
}];
|
|
1964
|
+
readonly outputs: readonly [{
|
|
1965
|
+
readonly name: "";
|
|
1966
|
+
readonly type: "uint256";
|
|
1967
|
+
}];
|
|
1968
|
+
readonly stateMutability: "view";
|
|
1969
|
+
}, {
|
|
1970
|
+
readonly type: "function";
|
|
1971
|
+
readonly name: "getProposeArgs";
|
|
1972
|
+
readonly inputs: readonly [{
|
|
1973
|
+
readonly name: "electionIndex";
|
|
1974
|
+
readonly type: "uint256";
|
|
1975
|
+
}];
|
|
1976
|
+
readonly outputs: readonly [{
|
|
1977
|
+
readonly name: "";
|
|
1978
|
+
readonly type: "address[]";
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly name: "";
|
|
1981
|
+
readonly type: "uint256[]";
|
|
1982
|
+
}, {
|
|
1983
|
+
readonly name: "";
|
|
1984
|
+
readonly type: "bytes[]";
|
|
1985
|
+
}, {
|
|
1986
|
+
readonly name: "";
|
|
1987
|
+
readonly type: "string";
|
|
1988
|
+
}];
|
|
1989
|
+
readonly stateMutability: "view";
|
|
1990
|
+
}, {
|
|
1991
|
+
readonly type: "function";
|
|
1992
|
+
readonly name: "hashProposal";
|
|
1993
|
+
readonly inputs: readonly [{
|
|
1994
|
+
readonly name: "targets";
|
|
1995
|
+
readonly type: "address[]";
|
|
1996
|
+
}, {
|
|
1997
|
+
readonly name: "values";
|
|
1998
|
+
readonly type: "uint256[]";
|
|
1999
|
+
}, {
|
|
2000
|
+
readonly name: "calldatas";
|
|
2001
|
+
readonly type: "bytes[]";
|
|
2002
|
+
}, {
|
|
2003
|
+
readonly name: "descriptionHash";
|
|
2004
|
+
readonly type: "bytes32";
|
|
2005
|
+
}];
|
|
2006
|
+
readonly outputs: readonly [{
|
|
2007
|
+
readonly name: "";
|
|
2008
|
+
readonly type: "bytes32";
|
|
2009
|
+
}];
|
|
2010
|
+
readonly stateMutability: "view";
|
|
2011
|
+
}, {
|
|
2012
|
+
readonly type: "function";
|
|
2013
|
+
readonly name: "weightReceived";
|
|
2014
|
+
readonly inputs: readonly [{
|
|
2015
|
+
readonly name: "proposalId";
|
|
2016
|
+
readonly type: "uint256";
|
|
2017
|
+
}, {
|
|
2018
|
+
readonly name: "nominee";
|
|
2019
|
+
readonly type: "address";
|
|
2020
|
+
}];
|
|
2021
|
+
readonly outputs: readonly [{
|
|
2022
|
+
readonly name: "";
|
|
2023
|
+
readonly type: "uint256";
|
|
2024
|
+
}];
|
|
2025
|
+
readonly stateMutability: "view";
|
|
2026
|
+
}, {
|
|
2027
|
+
readonly type: "function";
|
|
2028
|
+
readonly name: "topNominees";
|
|
2029
|
+
readonly inputs: readonly [{
|
|
2030
|
+
readonly name: "proposalId";
|
|
2031
|
+
readonly type: "uint256";
|
|
2032
|
+
}];
|
|
2033
|
+
readonly outputs: readonly [{
|
|
2034
|
+
readonly name: "";
|
|
2035
|
+
readonly type: "address[]";
|
|
2036
|
+
}];
|
|
2037
|
+
readonly stateMutability: "view";
|
|
2038
|
+
}, {
|
|
2039
|
+
readonly type: "function";
|
|
2040
|
+
readonly name: "fullWeightVotingDeadline";
|
|
2041
|
+
readonly inputs: readonly [{
|
|
2042
|
+
readonly name: "proposalId";
|
|
2043
|
+
readonly type: "uint256";
|
|
2044
|
+
}];
|
|
2045
|
+
readonly outputs: readonly [{
|
|
2046
|
+
readonly name: "";
|
|
2047
|
+
readonly type: "uint256";
|
|
2048
|
+
}];
|
|
2049
|
+
readonly stateMutability: "view";
|
|
2050
|
+
}, {
|
|
2051
|
+
readonly type: "function";
|
|
2052
|
+
readonly name: "fullWeightDuration";
|
|
2053
|
+
readonly inputs: readonly [];
|
|
2054
|
+
readonly outputs: readonly [{
|
|
2055
|
+
readonly name: "";
|
|
2056
|
+
readonly type: "uint256";
|
|
2057
|
+
}];
|
|
2058
|
+
readonly stateMutability: "view";
|
|
2059
|
+
}, {
|
|
2060
|
+
readonly type: "function";
|
|
2061
|
+
readonly name: "votesUsed";
|
|
2062
|
+
readonly inputs: readonly [{
|
|
2063
|
+
readonly name: "proposalId";
|
|
2064
|
+
readonly type: "uint256";
|
|
2065
|
+
}, {
|
|
2066
|
+
readonly name: "account";
|
|
2067
|
+
readonly type: "address";
|
|
2068
|
+
}];
|
|
2069
|
+
readonly outputs: readonly [{
|
|
2070
|
+
readonly name: "";
|
|
2071
|
+
readonly type: "uint256";
|
|
2072
|
+
}];
|
|
2073
|
+
readonly stateMutability: "view";
|
|
2074
|
+
}];
|
|
2075
|
+
export declare const memberElectionGovernorWriteAbi: readonly [{
|
|
2076
|
+
readonly type: "function";
|
|
2077
|
+
readonly name: "castVoteWithReasonAndParams";
|
|
2078
|
+
readonly inputs: readonly [{
|
|
2079
|
+
readonly name: "proposalId";
|
|
2080
|
+
readonly type: "uint256";
|
|
2081
|
+
}, {
|
|
2082
|
+
readonly name: "support";
|
|
2083
|
+
readonly type: "uint8";
|
|
2084
|
+
}, {
|
|
2085
|
+
readonly name: "reason";
|
|
2086
|
+
readonly type: "string";
|
|
2087
|
+
}, {
|
|
2088
|
+
readonly name: "params";
|
|
2089
|
+
readonly type: "bytes";
|
|
2090
|
+
}];
|
|
2091
|
+
readonly outputs: readonly [{
|
|
2092
|
+
readonly name: "";
|
|
2093
|
+
readonly type: "uint256";
|
|
2094
|
+
}];
|
|
2095
|
+
readonly stateMutability: "nonpayable";
|
|
2096
|
+
}];
|
|
2097
|
+
export declare const timelockReadAbi: readonly [{
|
|
2098
|
+
readonly type: "function";
|
|
2099
|
+
readonly name: "isOperation";
|
|
2100
|
+
readonly inputs: readonly [{
|
|
2101
|
+
readonly name: "id";
|
|
2102
|
+
readonly type: "bytes32";
|
|
2103
|
+
}];
|
|
2104
|
+
readonly outputs: readonly [{
|
|
2105
|
+
readonly name: "";
|
|
2106
|
+
readonly type: "bool";
|
|
2107
|
+
}];
|
|
2108
|
+
readonly stateMutability: "view";
|
|
2109
|
+
}, {
|
|
2110
|
+
readonly type: "function";
|
|
2111
|
+
readonly name: "isOperationPending";
|
|
2112
|
+
readonly inputs: readonly [{
|
|
2113
|
+
readonly name: "id";
|
|
2114
|
+
readonly type: "bytes32";
|
|
2115
|
+
}];
|
|
2116
|
+
readonly outputs: readonly [{
|
|
2117
|
+
readonly name: "";
|
|
2118
|
+
readonly type: "bool";
|
|
2119
|
+
}];
|
|
2120
|
+
readonly stateMutability: "view";
|
|
2121
|
+
}, {
|
|
2122
|
+
readonly type: "function";
|
|
2123
|
+
readonly name: "isOperationReady";
|
|
2124
|
+
readonly inputs: readonly [{
|
|
2125
|
+
readonly name: "id";
|
|
2126
|
+
readonly type: "bytes32";
|
|
2127
|
+
}];
|
|
2128
|
+
readonly outputs: readonly [{
|
|
2129
|
+
readonly name: "";
|
|
2130
|
+
readonly type: "bool";
|
|
2131
|
+
}];
|
|
2132
|
+
readonly stateMutability: "view";
|
|
2133
|
+
}, {
|
|
2134
|
+
readonly type: "function";
|
|
2135
|
+
readonly name: "isOperationDone";
|
|
2136
|
+
readonly inputs: readonly [{
|
|
2137
|
+
readonly name: "id";
|
|
2138
|
+
readonly type: "bytes32";
|
|
2139
|
+
}];
|
|
2140
|
+
readonly outputs: readonly [{
|
|
2141
|
+
readonly name: "";
|
|
2142
|
+
readonly type: "bool";
|
|
2143
|
+
}];
|
|
2144
|
+
readonly stateMutability: "view";
|
|
2145
|
+
}, {
|
|
2146
|
+
readonly type: "function";
|
|
2147
|
+
readonly name: "getTimestamp";
|
|
2148
|
+
readonly inputs: readonly [{
|
|
2149
|
+
readonly name: "id";
|
|
2150
|
+
readonly type: "bytes32";
|
|
2151
|
+
}];
|
|
2152
|
+
readonly outputs: readonly [{
|
|
2153
|
+
readonly name: "";
|
|
2154
|
+
readonly type: "uint256";
|
|
2155
|
+
}];
|
|
2156
|
+
readonly stateMutability: "view";
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly type: "function";
|
|
2159
|
+
readonly name: "getMinDelay";
|
|
2160
|
+
readonly inputs: readonly [];
|
|
2161
|
+
readonly outputs: readonly [{
|
|
2162
|
+
readonly name: "";
|
|
2163
|
+
readonly type: "uint256";
|
|
2164
|
+
}];
|
|
2165
|
+
readonly stateMutability: "view";
|
|
2166
|
+
}, {
|
|
2167
|
+
readonly type: "function";
|
|
2168
|
+
readonly name: "hashOperation";
|
|
2169
|
+
readonly inputs: readonly [{
|
|
2170
|
+
readonly name: "target";
|
|
2171
|
+
readonly type: "address";
|
|
2172
|
+
}, {
|
|
2173
|
+
readonly name: "value";
|
|
2174
|
+
readonly type: "uint256";
|
|
2175
|
+
}, {
|
|
2176
|
+
readonly name: "data";
|
|
2177
|
+
readonly type: "bytes";
|
|
2178
|
+
}, {
|
|
2179
|
+
readonly name: "predecessor";
|
|
2180
|
+
readonly type: "bytes32";
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly name: "salt";
|
|
2183
|
+
readonly type: "bytes32";
|
|
2184
|
+
}];
|
|
2185
|
+
readonly outputs: readonly [{
|
|
2186
|
+
readonly name: "";
|
|
2187
|
+
readonly type: "bytes32";
|
|
2188
|
+
}];
|
|
2189
|
+
readonly stateMutability: "view";
|
|
2190
|
+
}, {
|
|
2191
|
+
readonly type: "function";
|
|
2192
|
+
readonly name: "hashOperationBatch";
|
|
2193
|
+
readonly inputs: readonly [{
|
|
2194
|
+
readonly name: "targets";
|
|
2195
|
+
readonly type: "address[]";
|
|
2196
|
+
}, {
|
|
2197
|
+
readonly name: "values";
|
|
2198
|
+
readonly type: "uint256[]";
|
|
2199
|
+
}, {
|
|
2200
|
+
readonly name: "payloads";
|
|
2201
|
+
readonly type: "bytes[]";
|
|
2202
|
+
}, {
|
|
2203
|
+
readonly name: "predecessor";
|
|
2204
|
+
readonly type: "bytes32";
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly name: "salt";
|
|
2207
|
+
readonly type: "bytes32";
|
|
2208
|
+
}];
|
|
2209
|
+
readonly outputs: readonly [{
|
|
2210
|
+
readonly name: "";
|
|
2211
|
+
readonly type: "bytes32";
|
|
2212
|
+
}];
|
|
2213
|
+
readonly stateMutability: "view";
|
|
2214
|
+
}, {
|
|
2215
|
+
readonly type: "function";
|
|
2216
|
+
readonly name: "RETRYABLE_TICKET_MAGIC";
|
|
2217
|
+
readonly inputs: readonly [];
|
|
2218
|
+
readonly outputs: readonly [{
|
|
2219
|
+
readonly name: "";
|
|
2220
|
+
readonly type: "address";
|
|
2221
|
+
}];
|
|
2222
|
+
readonly stateMutability: "view";
|
|
2223
|
+
}];
|
|
2224
|
+
export declare const timelockWriteAbi: readonly [{
|
|
2225
|
+
readonly type: "function";
|
|
2226
|
+
readonly name: "execute";
|
|
2227
|
+
readonly inputs: readonly [{
|
|
2228
|
+
readonly name: "target";
|
|
2229
|
+
readonly type: "address";
|
|
2230
|
+
}, {
|
|
2231
|
+
readonly name: "value";
|
|
2232
|
+
readonly type: "uint256";
|
|
2233
|
+
}, {
|
|
2234
|
+
readonly name: "payload";
|
|
2235
|
+
readonly type: "bytes";
|
|
2236
|
+
}, {
|
|
2237
|
+
readonly name: "predecessor";
|
|
2238
|
+
readonly type: "bytes32";
|
|
2239
|
+
}, {
|
|
2240
|
+
readonly name: "salt";
|
|
2241
|
+
readonly type: "bytes32";
|
|
2242
|
+
}];
|
|
2243
|
+
readonly outputs: readonly [];
|
|
2244
|
+
readonly stateMutability: "payable";
|
|
2245
|
+
}, {
|
|
2246
|
+
readonly type: "function";
|
|
2247
|
+
readonly name: "executeBatch";
|
|
2248
|
+
readonly inputs: readonly [{
|
|
2249
|
+
readonly name: "targets";
|
|
2250
|
+
readonly type: "address[]";
|
|
2251
|
+
}, {
|
|
2252
|
+
readonly name: "values";
|
|
2253
|
+
readonly type: "uint256[]";
|
|
2254
|
+
}, {
|
|
2255
|
+
readonly name: "payloads";
|
|
2256
|
+
readonly type: "bytes[]";
|
|
2257
|
+
}, {
|
|
2258
|
+
readonly name: "predecessor";
|
|
2259
|
+
readonly type: "bytes32";
|
|
2260
|
+
}, {
|
|
2261
|
+
readonly name: "salt";
|
|
2262
|
+
readonly type: "bytes32";
|
|
2263
|
+
}];
|
|
2264
|
+
readonly outputs: readonly [];
|
|
2265
|
+
readonly stateMutability: "payable";
|
|
2266
|
+
}, {
|
|
2267
|
+
readonly type: "function";
|
|
2268
|
+
readonly name: "schedule";
|
|
2269
|
+
readonly inputs: readonly [{
|
|
2270
|
+
readonly name: "target";
|
|
2271
|
+
readonly type: "address";
|
|
2272
|
+
}, {
|
|
2273
|
+
readonly name: "value";
|
|
2274
|
+
readonly type: "uint256";
|
|
2275
|
+
}, {
|
|
2276
|
+
readonly name: "data";
|
|
2277
|
+
readonly type: "bytes";
|
|
2278
|
+
}, {
|
|
2279
|
+
readonly name: "predecessor";
|
|
2280
|
+
readonly type: "bytes32";
|
|
2281
|
+
}, {
|
|
2282
|
+
readonly name: "salt";
|
|
2283
|
+
readonly type: "bytes32";
|
|
2284
|
+
}, {
|
|
2285
|
+
readonly name: "delay";
|
|
2286
|
+
readonly type: "uint256";
|
|
2287
|
+
}];
|
|
2288
|
+
readonly outputs: readonly [];
|
|
2289
|
+
readonly stateMutability: "nonpayable";
|
|
2290
|
+
}, {
|
|
2291
|
+
readonly type: "function";
|
|
2292
|
+
readonly name: "scheduleBatch";
|
|
2293
|
+
readonly inputs: readonly [{
|
|
2294
|
+
readonly name: "targets";
|
|
2295
|
+
readonly type: "address[]";
|
|
2296
|
+
}, {
|
|
2297
|
+
readonly name: "values";
|
|
2298
|
+
readonly type: "uint256[]";
|
|
2299
|
+
}, {
|
|
2300
|
+
readonly name: "payloads";
|
|
2301
|
+
readonly type: "bytes[]";
|
|
2302
|
+
}, {
|
|
2303
|
+
readonly name: "predecessor";
|
|
2304
|
+
readonly type: "bytes32";
|
|
2305
|
+
}, {
|
|
2306
|
+
readonly name: "salt";
|
|
2307
|
+
readonly type: "bytes32";
|
|
2308
|
+
}, {
|
|
2309
|
+
readonly name: "delay";
|
|
2310
|
+
readonly type: "uint256";
|
|
2311
|
+
}];
|
|
2312
|
+
readonly outputs: readonly [];
|
|
2313
|
+
readonly stateMutability: "nonpayable";
|
|
2314
|
+
}];
|
|
2315
|
+
//# sourceMappingURL=abis-json.d.ts.map
|