televerse-dao-typechain-types 1.0.6 → 1.0.8-alpha.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.
Files changed (221) hide show
  1. package/package.json +43 -39
  2. package/typechain-types/contracts/televerse/ContractService.ts +3 -64
  3. package/typechain-types/factories/contracts/televerse/CommitteeElection__factory.ts +1 -1
  4. package/typechain-types/factories/contracts/televerse/ContractService__factory.ts +7 -47
  5. package/typechain-types/factories/contracts/televerse/Governance__factory.ts +1 -1
  6. package/typechain-types/factories/contracts/televerse/TeleverseToken__factory.ts +10 -1
  7. package/typechain-types/@openzeppelin/contracts/access/AccessControl.js +0 -2
  8. package/typechain-types/@openzeppelin/contracts/access/IAccessControl.js +0 -2
  9. package/typechain-types/@openzeppelin/contracts/access/Ownable.js +0 -2
  10. package/typechain-types/@openzeppelin/contracts/access/index.js +0 -2
  11. package/typechain-types/@openzeppelin/contracts/governance/Governor.js +0 -2
  12. package/typechain-types/@openzeppelin/contracts/governance/IGovernor.js +0 -2
  13. package/typechain-types/@openzeppelin/contracts/governance/TimelockController.js +0 -2
  14. package/typechain-types/@openzeppelin/contracts/governance/extensions/GovernorCountingSimple.js +0 -2
  15. package/typechain-types/@openzeppelin/contracts/governance/extensions/GovernorSettings.js +0 -2
  16. package/typechain-types/@openzeppelin/contracts/governance/extensions/GovernorTimelockControl.js +0 -2
  17. package/typechain-types/@openzeppelin/contracts/governance/extensions/GovernorVotes.js +0 -2
  18. package/typechain-types/@openzeppelin/contracts/governance/extensions/GovernorVotesQuorumFraction.js +0 -2
  19. package/typechain-types/@openzeppelin/contracts/governance/extensions/index.js +0 -2
  20. package/typechain-types/@openzeppelin/contracts/governance/index.js +0 -2
  21. package/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.js +0 -2
  22. package/typechain-types/@openzeppelin/contracts/governance/utils/Votes.js +0 -2
  23. package/typechain-types/@openzeppelin/contracts/governance/utils/index.js +0 -2
  24. package/typechain-types/@openzeppelin/contracts/index.js +0 -2
  25. package/typechain-types/@openzeppelin/contracts/interfaces/IERC1271.js +0 -2
  26. package/typechain-types/@openzeppelin/contracts/interfaces/IERC3156FlashBorrower.js +0 -2
  27. package/typechain-types/@openzeppelin/contracts/interfaces/IERC3156FlashLender.js +0 -2
  28. package/typechain-types/@openzeppelin/contracts/interfaces/IERC4906.js +0 -2
  29. package/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.js +0 -2
  30. package/typechain-types/@openzeppelin/contracts/interfaces/IERC5805.js +0 -2
  31. package/typechain-types/@openzeppelin/contracts/interfaces/IERC6372.js +0 -2
  32. package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +0 -2
  33. package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +0 -2
  34. package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +0 -2
  35. package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +0 -2
  36. package/typechain-types/@openzeppelin/contracts/interfaces/index.js +0 -2
  37. package/typechain-types/@openzeppelin/contracts/token/ERC1155/ERC1155.js +0 -2
  38. package/typechain-types/@openzeppelin/contracts/token/ERC1155/IERC1155.js +0 -2
  39. package/typechain-types/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.js +0 -2
  40. package/typechain-types/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.js +0 -2
  41. package/typechain-types/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Pausable.js +0 -2
  42. package/typechain-types/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.js +0 -2
  43. package/typechain-types/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.js +0 -2
  44. package/typechain-types/@openzeppelin/contracts/token/ERC1155/extensions/index.js +0 -2
  45. package/typechain-types/@openzeppelin/contracts/token/ERC1155/index.js +0 -2
  46. package/typechain-types/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.js +0 -2
  47. package/typechain-types/@openzeppelin/contracts/token/ERC1155/utils/index.js +0 -2
  48. package/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +0 -2
  49. package/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +0 -2
  50. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.js +0 -2
  51. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20FlashMint.js +0 -2
  52. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.js +0 -2
  53. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.js +0 -2
  54. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Votes.js +0 -2
  55. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +0 -2
  56. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.js +0 -2
  57. package/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +0 -2
  58. package/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +0 -2
  59. package/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +0 -2
  60. package/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +0 -2
  61. package/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js +0 -2
  62. package/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js +0 -2
  63. package/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +0 -2
  64. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.js +0 -2
  65. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.js +0 -2
  66. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.js +0 -2
  67. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.js +0 -2
  68. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.js +0 -2
  69. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js +0 -2
  70. package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js +0 -2
  71. package/typechain-types/@openzeppelin/contracts/token/ERC721/index.js +0 -2
  72. package/typechain-types/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.js +0 -2
  73. package/typechain-types/@openzeppelin/contracts/token/ERC721/utils/index.js +0 -2
  74. package/typechain-types/@openzeppelin/contracts/token/index.js +0 -2
  75. package/typechain-types/@openzeppelin/contracts/utils/Address.js +0 -2
  76. package/typechain-types/@openzeppelin/contracts/utils/Nonces.js +0 -2
  77. package/typechain-types/@openzeppelin/contracts/utils/Pausable.js +0 -2
  78. package/typechain-types/@openzeppelin/contracts/utils/ReentrancyGuard.js +0 -2
  79. package/typechain-types/@openzeppelin/contracts/utils/ShortStrings.js +0 -2
  80. package/typechain-types/@openzeppelin/contracts/utils/Strings.js +0 -2
  81. package/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.js +0 -2
  82. package/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.js +0 -2
  83. package/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +0 -2
  84. package/typechain-types/@openzeppelin/contracts/utils/index.js +0 -2
  85. package/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +0 -2
  86. package/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +0 -2
  87. package/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +0 -2
  88. package/typechain-types/@openzeppelin/contracts/utils/math/Math.js +0 -2
  89. package/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +0 -2
  90. package/typechain-types/@openzeppelin/contracts/utils/math/index.js +0 -2
  91. package/typechain-types/@openzeppelin/contracts/utils/structs/Checkpoints.js +0 -2
  92. package/typechain-types/@openzeppelin/contracts/utils/structs/DoubleEndedQueue.js +0 -2
  93. package/typechain-types/@openzeppelin/contracts/utils/structs/index.js +0 -2
  94. package/typechain-types/@openzeppelin/index.js +0 -2
  95. package/typechain-types/common.js +0 -2
  96. package/typechain-types/contracts/index.js +0 -2
  97. package/typechain-types/contracts/mocks/MockToken20.js +0 -2
  98. package/typechain-types/contracts/mocks/MockToken202.js +0 -2
  99. package/typechain-types/contracts/mocks/index.js +0 -2
  100. package/typechain-types/contracts/televerse/CommitteeElection.js +0 -2
  101. package/typechain-types/contracts/televerse/ContractService.js +0 -2
  102. package/typechain-types/contracts/televerse/DummyGovToken.js +0 -2
  103. package/typechain-types/contracts/televerse/Governance.js +0 -2
  104. package/typechain-types/contracts/televerse/Location.js +0 -2
  105. package/typechain-types/contracts/televerse/TeleverseDaoToken.sol/TeleverseDAOToken.js +0 -2
  106. package/typechain-types/contracts/televerse/TeleverseDaoToken.sol/index.js +0 -2
  107. package/typechain-types/contracts/televerse/TeleverseToken.js +0 -2
  108. package/typechain-types/contracts/televerse/index.js +0 -2
  109. package/typechain-types/contracts/tokens/GovernanceToken.js +0 -2
  110. package/typechain-types/contracts/tokens/Token1155.js +0 -2
  111. package/typechain-types/contracts/tokens/Token20.js +0 -2
  112. package/typechain-types/contracts/tokens/Token721.js +0 -2
  113. package/typechain-types/contracts/tokens/index.js +0 -2
  114. package/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.js +0 -244
  115. package/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.js +0 -212
  116. package/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +0 -93
  117. package/typechain-types/factories/@openzeppelin/contracts/access/index.js +0 -12
  118. package/typechain-types/factories/@openzeppelin/contracts/governance/Governor__factory.js +0 -1346
  119. package/typechain-types/factories/@openzeppelin/contracts/governance/IGovernor__factory.js +0 -1050
  120. package/typechain-types/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +0 -1035
  121. package/typechain-types/factories/@openzeppelin/contracts/governance/extensions/GovernorCountingSimple__factory.js +0 -1375
  122. package/typechain-types/factories/@openzeppelin/contracts/governance/extensions/GovernorSettings__factory.js +0 -1442
  123. package/typechain-types/factories/@openzeppelin/contracts/governance/extensions/GovernorTimelockControl__factory.js +0 -1391
  124. package/typechain-types/factories/@openzeppelin/contracts/governance/extensions/GovernorVotesQuorumFraction__factory.js +0 -1457
  125. package/typechain-types/factories/@openzeppelin/contracts/governance/extensions/GovernorVotes__factory.js +0 -1359
  126. package/typechain-types/factories/@openzeppelin/contracts/governance/extensions/index.js +0 -16
  127. package/typechain-types/factories/@openzeppelin/contracts/governance/index.js +0 -47
  128. package/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js +0 -212
  129. package/typechain-types/factories/@openzeppelin/contracts/governance/utils/Votes__factory.js +0 -407
  130. package/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js +0 -10
  131. package/typechain-types/factories/@openzeppelin/contracts/index.js +0 -44
  132. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1271__factory.js +0 -43
  133. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC3156FlashBorrower__factory.js +0 -58
  134. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC3156FlashLender__factory.js +0 -96
  135. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4906__factory.js +0 -336
  136. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.js +0 -68
  137. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5805__factory.js +0 -238
  138. package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC6372__factory.js +0 -45
  139. package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +0 -121
  140. package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +0 -105
  141. package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +0 -122
  142. package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +0 -12
  143. package/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +0 -54
  144. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/ERC1155__factory.js +0 -433
  145. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.js +0 -116
  146. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/IERC1155__factory.js +0 -312
  147. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable__factory.js +0 -479
  148. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Pausable__factory.js +0 -482
  149. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply__factory.js +0 -484
  150. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI__factory.js +0 -331
  151. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/extensions/index.js +0 -14
  152. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/index.js +0 -47
  153. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder__factory.js +0 -116
  154. package/typechain-types/factories/@openzeppelin/contracts/token/ERC1155/utils/index.js +0 -8
  155. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +0 -327
  156. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +0 -202
  157. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable__factory.js +0 -358
  158. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20FlashMint__factory.js +0 -437
  159. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable__factory.js +0 -376
  160. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit__factory.js +0 -537
  161. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Votes__factory.js +0 -786
  162. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +0 -241
  163. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit__factory.js +0 -94
  164. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +0 -20
  165. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +0 -45
  166. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +0 -71
  167. package/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +0 -8
  168. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +0 -452
  169. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +0 -53
  170. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +0 -304
  171. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable__factory.js +0 -465
  172. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable__factory.js +0 -529
  173. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable__factory.js +0 -501
  174. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage__factory.js +0 -484
  175. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable__factory.js +0 -360
  176. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +0 -349
  177. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +0 -18
  178. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js +0 -47
  179. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder__factory.js +0 -53
  180. package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/utils/index.js +0 -8
  181. package/typechain-types/factories/@openzeppelin/contracts/token/index.js +0 -42
  182. package/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.js +0 -66
  183. package/typechain-types/factories/@openzeppelin/contracts/utils/Nonces__factory.js +0 -54
  184. package/typechain-types/factories/@openzeppelin/contracts/utils/Pausable__factory.js +0 -68
  185. package/typechain-types/factories/@openzeppelin/contracts/utils/ReentrancyGuard__factory.js +0 -24
  186. package/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +0 -55
  187. package/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +0 -55
  188. package/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.js +0 -66
  189. package/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.js +0 -84
  190. package/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +0 -10
  191. package/typechain-types/factories/@openzeppelin/contracts/utils/index.js +0 -55
  192. package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +0 -38
  193. package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +0 -38
  194. package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +0 -10
  195. package/typechain-types/factories/@openzeppelin/contracts/utils/math/Math__factory.js +0 -44
  196. package/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +0 -93
  197. package/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +0 -10
  198. package/typechain-types/factories/@openzeppelin/contracts/utils/structs/Checkpoints__factory.js +0 -44
  199. package/typechain-types/factories/@openzeppelin/contracts/utils/structs/DoubleEndedQueue__factory.js +0 -54
  200. package/typechain-types/factories/@openzeppelin/contracts/utils/structs/index.js +0 -10
  201. package/typechain-types/factories/@openzeppelin/index.js +0 -40
  202. package/typechain-types/factories/contracts/index.js +0 -42
  203. package/typechain-types/factories/contracts/mocks/MockToken202__factory.js +0 -1217
  204. package/typechain-types/factories/contracts/mocks/MockToken20__factory.js +0 -1217
  205. package/typechain-types/factories/contracts/mocks/index.js +0 -10
  206. package/typechain-types/factories/contracts/televerse/CommitteeElection__factory.js +0 -538
  207. package/typechain-types/factories/contracts/televerse/ContractService__factory.js +0 -1182
  208. package/typechain-types/factories/contracts/televerse/DummyGovToken__factory.js +0 -905
  209. package/typechain-types/factories/contracts/televerse/Governance__factory.js +0 -2314
  210. package/typechain-types/factories/contracts/televerse/Location__factory.js +0 -446
  211. package/typechain-types/factories/contracts/televerse/TeleverseDaoToken.sol/TeleverseDAOToken__factory.js +0 -650
  212. package/typechain-types/factories/contracts/televerse/TeleverseDaoToken.sol/index.js +0 -8
  213. package/typechain-types/factories/contracts/televerse/TeleverseToken__factory.js +0 -1167
  214. package/typechain-types/factories/contracts/televerse/index.js +0 -52
  215. package/typechain-types/factories/contracts/tokens/GovernanceToken__factory.js +0 -1020
  216. package/typechain-types/factories/contracts/tokens/Token1155__factory.js +0 -767
  217. package/typechain-types/factories/contracts/tokens/Token20__factory.js +0 -1206
  218. package/typechain-types/factories/contracts/tokens/Token721__factory.js +0 -770
  219. package/typechain-types/factories/contracts/tokens/index.js +0 -14
  220. package/typechain-types/factories/index.js +0 -41
  221. package/typechain-types/index.js +0 -194
@@ -1,2314 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Governance__factory = void 0;
4
- /* Autogenerated file. Do not edit manually. */
5
- /* tslint:disable */
6
- /* eslint-disable */
7
- const ethers_1 = require("ethers");
8
- const _abi = [
9
- {
10
- inputs: [
11
- {
12
- internalType: "contract IVotes",
13
- name: "_dummyGovToken",
14
- type: "address",
15
- },
16
- {
17
- internalType: "contract TeleverseToken",
18
- name: "_televerseToken",
19
- type: "address",
20
- },
21
- {
22
- internalType: "contract TimelockController",
23
- name: "_timelock",
24
- type: "address",
25
- },
26
- {
27
- internalType: "uint48",
28
- name: "_votingDelay",
29
- type: "uint48",
30
- },
31
- {
32
- internalType: "uint32",
33
- name: "_votingPeriod",
34
- type: "uint32",
35
- },
36
- {
37
- internalType: "uint256",
38
- name: "_proposalThreshold",
39
- type: "uint256",
40
- },
41
- {
42
- internalType: "uint256",
43
- name: "_quorumNumerator",
44
- type: "uint256",
45
- },
46
- {
47
- internalType: "address",
48
- name: "_initialCommitteeMember",
49
- type: "address",
50
- },
51
- ],
52
- stateMutability: "nonpayable",
53
- type: "constructor",
54
- },
55
- {
56
- inputs: [],
57
- name: "BallotAlreadyExists",
58
- type: "error",
59
- },
60
- {
61
- inputs: [],
62
- name: "BallotParametersInvalid",
63
- type: "error",
64
- },
65
- {
66
- inputs: [],
67
- name: "CallDatasParamsMustNotBeEmpty",
68
- type: "error",
69
- },
70
- {
71
- inputs: [],
72
- name: "CallerIsNotCommitteeMember",
73
- type: "error",
74
- },
75
- {
76
- inputs: [],
77
- name: "CallerIsNotServiceProvider",
78
- type: "error",
79
- },
80
- {
81
- inputs: [],
82
- name: "CheckpointUnorderedInsertion",
83
- type: "error",
84
- },
85
- {
86
- inputs: [],
87
- name: "CommitteeSizeInvalid",
88
- type: "error",
89
- },
90
- {
91
- inputs: [],
92
- name: "ElectParametersInvalid",
93
- type: "error",
94
- },
95
- {
96
- inputs: [],
97
- name: "FailedInnerCall",
98
- type: "error",
99
- },
100
- {
101
- inputs: [
102
- {
103
- internalType: "address",
104
- name: "voter",
105
- type: "address",
106
- },
107
- ],
108
- name: "GovernorAlreadyCastVote",
109
- type: "error",
110
- },
111
- {
112
- inputs: [
113
- {
114
- internalType: "uint256",
115
- name: "proposalId",
116
- type: "uint256",
117
- },
118
- ],
119
- name: "GovernorAlreadyQueuedProposal",
120
- type: "error",
121
- },
122
- {
123
- inputs: [],
124
- name: "GovernorDisabledDeposit",
125
- type: "error",
126
- },
127
- {
128
- inputs: [
129
- {
130
- internalType: "address",
131
- name: "proposer",
132
- type: "address",
133
- },
134
- {
135
- internalType: "uint256",
136
- name: "votes",
137
- type: "uint256",
138
- },
139
- {
140
- internalType: "uint256",
141
- name: "threshold",
142
- type: "uint256",
143
- },
144
- ],
145
- name: "GovernorInsufficientProposerVotes",
146
- type: "error",
147
- },
148
- {
149
- inputs: [
150
- {
151
- internalType: "uint256",
152
- name: "targets",
153
- type: "uint256",
154
- },
155
- {
156
- internalType: "uint256",
157
- name: "calldatas",
158
- type: "uint256",
159
- },
160
- {
161
- internalType: "uint256",
162
- name: "values",
163
- type: "uint256",
164
- },
165
- ],
166
- name: "GovernorInvalidProposalLength",
167
- type: "error",
168
- },
169
- {
170
- inputs: [
171
- {
172
- internalType: "uint256",
173
- name: "quorumNumerator",
174
- type: "uint256",
175
- },
176
- {
177
- internalType: "uint256",
178
- name: "quorumDenominator",
179
- type: "uint256",
180
- },
181
- ],
182
- name: "GovernorInvalidQuorumFraction",
183
- type: "error",
184
- },
185
- {
186
- inputs: [
187
- {
188
- internalType: "address",
189
- name: "voter",
190
- type: "address",
191
- },
192
- ],
193
- name: "GovernorInvalidSignature",
194
- type: "error",
195
- },
196
- {
197
- inputs: [],
198
- name: "GovernorInvalidVoteType",
199
- type: "error",
200
- },
201
- {
202
- inputs: [
203
- {
204
- internalType: "uint256",
205
- name: "votingPeriod",
206
- type: "uint256",
207
- },
208
- ],
209
- name: "GovernorInvalidVotingPeriod",
210
- type: "error",
211
- },
212
- {
213
- inputs: [
214
- {
215
- internalType: "uint256",
216
- name: "proposalId",
217
- type: "uint256",
218
- },
219
- ],
220
- name: "GovernorNonexistentProposal",
221
- type: "error",
222
- },
223
- {
224
- inputs: [
225
- {
226
- internalType: "uint256",
227
- name: "proposalId",
228
- type: "uint256",
229
- },
230
- ],
231
- name: "GovernorNotQueuedProposal",
232
- type: "error",
233
- },
234
- {
235
- inputs: [
236
- {
237
- internalType: "address",
238
- name: "account",
239
- type: "address",
240
- },
241
- ],
242
- name: "GovernorOnlyExecutor",
243
- type: "error",
244
- },
245
- {
246
- inputs: [
247
- {
248
- internalType: "address",
249
- name: "account",
250
- type: "address",
251
- },
252
- ],
253
- name: "GovernorOnlyProposer",
254
- type: "error",
255
- },
256
- {
257
- inputs: [],
258
- name: "GovernorQueueNotImplemented",
259
- type: "error",
260
- },
261
- {
262
- inputs: [
263
- {
264
- internalType: "address",
265
- name: "proposer",
266
- type: "address",
267
- },
268
- ],
269
- name: "GovernorRestrictedProposer",
270
- type: "error",
271
- },
272
- {
273
- inputs: [
274
- {
275
- internalType: "uint256",
276
- name: "proposalId",
277
- type: "uint256",
278
- },
279
- {
280
- internalType: "enum IGovernor.ProposalState",
281
- name: "current",
282
- type: "uint8",
283
- },
284
- {
285
- internalType: "bytes32",
286
- name: "expectedStates",
287
- type: "bytes32",
288
- },
289
- ],
290
- name: "GovernorUnexpectedProposalState",
291
- type: "error",
292
- },
293
- {
294
- inputs: [],
295
- name: "InsufficientTokenBalance",
296
- type: "error",
297
- },
298
- {
299
- inputs: [
300
- {
301
- internalType: "address",
302
- name: "account",
303
- type: "address",
304
- },
305
- {
306
- internalType: "uint256",
307
- name: "currentNonce",
308
- type: "uint256",
309
- },
310
- ],
311
- name: "InvalidAccountNonce",
312
- type: "error",
313
- },
314
- {
315
- inputs: [],
316
- name: "InvalidShortString",
317
- type: "error",
318
- },
319
- {
320
- inputs: [],
321
- name: "LocationContractAddressNotControlled",
322
- type: "error",
323
- },
324
- {
325
- inputs: [],
326
- name: "LocationContractAddressNotSet",
327
- type: "error",
328
- },
329
- {
330
- inputs: [],
331
- name: "NominationParametersInvalid",
332
- type: "error",
333
- },
334
- {
335
- inputs: [
336
- {
337
- internalType: "address",
338
- name: "owner",
339
- type: "address",
340
- },
341
- ],
342
- name: "OwnableInvalidOwner",
343
- type: "error",
344
- },
345
- {
346
- inputs: [
347
- {
348
- internalType: "address",
349
- name: "account",
350
- type: "address",
351
- },
352
- ],
353
- name: "OwnableUnauthorizedAccount",
354
- type: "error",
355
- },
356
- {
357
- inputs: [],
358
- name: "QueueEmpty",
359
- type: "error",
360
- },
361
- {
362
- inputs: [],
363
- name: "QueueFull",
364
- type: "error",
365
- },
366
- {
367
- inputs: [
368
- {
369
- internalType: "uint8",
370
- name: "bits",
371
- type: "uint8",
372
- },
373
- {
374
- internalType: "uint256",
375
- name: "value",
376
- type: "uint256",
377
- },
378
- ],
379
- name: "SafeCastOverflowedUintDowncast",
380
- type: "error",
381
- },
382
- {
383
- inputs: [
384
- {
385
- internalType: "string",
386
- name: "str",
387
- type: "string",
388
- },
389
- ],
390
- name: "StringTooLong",
391
- type: "error",
392
- },
393
- {
394
- inputs: [],
395
- name: "UseDedicatedProposeFunctions",
396
- type: "error",
397
- },
398
- {
399
- inputs: [],
400
- name: "VoteParametersInvalid",
401
- type: "error",
402
- },
403
- {
404
- inputs: [],
405
- name: "ZeroAddressInvalid",
406
- type: "error",
407
- },
408
- {
409
- anonymous: false,
410
- inputs: [
411
- {
412
- indexed: false,
413
- internalType: "bool",
414
- name: "fullElection",
415
- type: "bool",
416
- },
417
- {
418
- indexed: false,
419
- internalType: "uint256",
420
- name: "nominationPeriod",
421
- type: "uint256",
422
- },
423
- {
424
- indexed: false,
425
- internalType: "uint256",
426
- name: "votePeriod",
427
- type: "uint256",
428
- },
429
- ],
430
- name: "BallotCreated",
431
- type: "event",
432
- },
433
- {
434
- anonymous: false,
435
- inputs: [
436
- {
437
- indexed: false,
438
- internalType: "uint256",
439
- name: "ballotId",
440
- type: "uint256",
441
- },
442
- ],
443
- name: "BallotFailed",
444
- type: "event",
445
- },
446
- {
447
- anonymous: false,
448
- inputs: [
449
- {
450
- indexed: false,
451
- internalType: "uint256",
452
- name: "ballotId",
453
- type: "uint256",
454
- },
455
- ],
456
- name: "BallotPassed",
457
- type: "event",
458
- },
459
- {
460
- anonymous: false,
461
- inputs: [],
462
- name: "EIP712DomainChanged",
463
- type: "event",
464
- },
465
- {
466
- anonymous: false,
467
- inputs: [
468
- {
469
- indexed: true,
470
- internalType: "address",
471
- name: "previousOwner",
472
- type: "address",
473
- },
474
- {
475
- indexed: true,
476
- internalType: "address",
477
- name: "newOwner",
478
- type: "address",
479
- },
480
- ],
481
- name: "OwnershipTransferred",
482
- type: "event",
483
- },
484
- {
485
- anonymous: false,
486
- inputs: [
487
- {
488
- indexed: false,
489
- internalType: "uint256",
490
- name: "proposalId",
491
- type: "uint256",
492
- },
493
- ],
494
- name: "ProposalCanceled",
495
- type: "event",
496
- },
497
- {
498
- anonymous: false,
499
- inputs: [
500
- {
501
- indexed: false,
502
- internalType: "uint256",
503
- name: "proposalId",
504
- type: "uint256",
505
- },
506
- {
507
- indexed: false,
508
- internalType: "address",
509
- name: "proposer",
510
- type: "address",
511
- },
512
- {
513
- indexed: false,
514
- internalType: "address[]",
515
- name: "targets",
516
- type: "address[]",
517
- },
518
- {
519
- indexed: false,
520
- internalType: "uint256[]",
521
- name: "values",
522
- type: "uint256[]",
523
- },
524
- {
525
- indexed: false,
526
- internalType: "string[]",
527
- name: "signatures",
528
- type: "string[]",
529
- },
530
- {
531
- indexed: false,
532
- internalType: "bytes[]",
533
- name: "calldatas",
534
- type: "bytes[]",
535
- },
536
- {
537
- indexed: false,
538
- internalType: "uint256",
539
- name: "voteStart",
540
- type: "uint256",
541
- },
542
- {
543
- indexed: false,
544
- internalType: "uint256",
545
- name: "voteEnd",
546
- type: "uint256",
547
- },
548
- {
549
- indexed: false,
550
- internalType: "string",
551
- name: "description",
552
- type: "string",
553
- },
554
- ],
555
- name: "ProposalCreated",
556
- type: "event",
557
- },
558
- {
559
- anonymous: false,
560
- inputs: [
561
- {
562
- indexed: false,
563
- internalType: "uint256",
564
- name: "proposalId",
565
- type: "uint256",
566
- },
567
- ],
568
- name: "ProposalExecuted",
569
- type: "event",
570
- },
571
- {
572
- anonymous: false,
573
- inputs: [
574
- {
575
- indexed: false,
576
- internalType: "uint256",
577
- name: "proposalId",
578
- type: "uint256",
579
- },
580
- {
581
- indexed: false,
582
- internalType: "uint256",
583
- name: "etaSeconds",
584
- type: "uint256",
585
- },
586
- ],
587
- name: "ProposalQueued",
588
- type: "event",
589
- },
590
- {
591
- anonymous: false,
592
- inputs: [
593
- {
594
- indexed: false,
595
- internalType: "uint256",
596
- name: "oldProposalThreshold",
597
- type: "uint256",
598
- },
599
- {
600
- indexed: false,
601
- internalType: "uint256",
602
- name: "newProposalThreshold",
603
- type: "uint256",
604
- },
605
- ],
606
- name: "ProposalThresholdSet",
607
- type: "event",
608
- },
609
- {
610
- anonymous: false,
611
- inputs: [
612
- {
613
- indexed: false,
614
- internalType: "uint256",
615
- name: "oldQuorumNumerator",
616
- type: "uint256",
617
- },
618
- {
619
- indexed: false,
620
- internalType: "uint256",
621
- name: "newQuorumNumerator",
622
- type: "uint256",
623
- },
624
- ],
625
- name: "QuorumNumeratorUpdated",
626
- type: "event",
627
- },
628
- {
629
- anonymous: false,
630
- inputs: [
631
- {
632
- indexed: false,
633
- internalType: "address",
634
- name: "oldTimelock",
635
- type: "address",
636
- },
637
- {
638
- indexed: false,
639
- internalType: "address",
640
- name: "newTimelock",
641
- type: "address",
642
- },
643
- ],
644
- name: "TimelockChange",
645
- type: "event",
646
- },
647
- {
648
- anonymous: false,
649
- inputs: [
650
- {
651
- indexed: true,
652
- internalType: "address",
653
- name: "voter",
654
- type: "address",
655
- },
656
- {
657
- indexed: false,
658
- internalType: "uint256",
659
- name: "proposalId",
660
- type: "uint256",
661
- },
662
- {
663
- indexed: false,
664
- internalType: "uint8",
665
- name: "support",
666
- type: "uint8",
667
- },
668
- {
669
- indexed: false,
670
- internalType: "uint256",
671
- name: "weight",
672
- type: "uint256",
673
- },
674
- {
675
- indexed: false,
676
- internalType: "string",
677
- name: "reason",
678
- type: "string",
679
- },
680
- ],
681
- name: "VoteCast",
682
- type: "event",
683
- },
684
- {
685
- anonymous: false,
686
- inputs: [
687
- {
688
- indexed: true,
689
- internalType: "address",
690
- name: "voter",
691
- type: "address",
692
- },
693
- {
694
- indexed: false,
695
- internalType: "uint256",
696
- name: "proposalId",
697
- type: "uint256",
698
- },
699
- {
700
- indexed: false,
701
- internalType: "uint8",
702
- name: "support",
703
- type: "uint8",
704
- },
705
- {
706
- indexed: false,
707
- internalType: "uint256",
708
- name: "weight",
709
- type: "uint256",
710
- },
711
- {
712
- indexed: false,
713
- internalType: "string",
714
- name: "reason",
715
- type: "string",
716
- },
717
- {
718
- indexed: false,
719
- internalType: "bytes",
720
- name: "params",
721
- type: "bytes",
722
- },
723
- ],
724
- name: "VoteCastWithParams",
725
- type: "event",
726
- },
727
- {
728
- anonymous: false,
729
- inputs: [
730
- {
731
- indexed: false,
732
- internalType: "address",
733
- name: "voter",
734
- type: "address",
735
- },
736
- {
737
- indexed: false,
738
- internalType: "address[]",
739
- name: "candidates",
740
- type: "address[]",
741
- },
742
- {
743
- indexed: false,
744
- internalType: "uint256[]",
745
- name: "weight",
746
- type: "uint256[]",
747
- },
748
- ],
749
- name: "VoteSubmitted",
750
- type: "event",
751
- },
752
- {
753
- anonymous: false,
754
- inputs: [
755
- {
756
- indexed: false,
757
- internalType: "uint256",
758
- name: "oldVotingDelay",
759
- type: "uint256",
760
- },
761
- {
762
- indexed: false,
763
- internalType: "uint256",
764
- name: "newVotingDelay",
765
- type: "uint256",
766
- },
767
- ],
768
- name: "VotingDelaySet",
769
- type: "event",
770
- },
771
- {
772
- anonymous: false,
773
- inputs: [
774
- {
775
- indexed: false,
776
- internalType: "uint256",
777
- name: "oldVotingPeriod",
778
- type: "uint256",
779
- },
780
- {
781
- indexed: false,
782
- internalType: "uint256",
783
- name: "newVotingPeriod",
784
- type: "uint256",
785
- },
786
- ],
787
- name: "VotingPeriodSet",
788
- type: "event",
789
- },
790
- {
791
- inputs: [],
792
- name: "BALLOT_TYPEHASH",
793
- outputs: [
794
- {
795
- internalType: "bytes32",
796
- name: "",
797
- type: "bytes32",
798
- },
799
- ],
800
- stateMutability: "view",
801
- type: "function",
802
- },
803
- {
804
- inputs: [],
805
- name: "CLOCK_MODE",
806
- outputs: [
807
- {
808
- internalType: "string",
809
- name: "",
810
- type: "string",
811
- },
812
- ],
813
- stateMutability: "view",
814
- type: "function",
815
- },
816
- {
817
- inputs: [],
818
- name: "COUNTING_MODE",
819
- outputs: [
820
- {
821
- internalType: "string",
822
- name: "",
823
- type: "string",
824
- },
825
- ],
826
- stateMutability: "pure",
827
- type: "function",
828
- },
829
- {
830
- inputs: [],
831
- name: "EXTENDED_BALLOT_TYPEHASH",
832
- outputs: [
833
- {
834
- internalType: "bytes32",
835
- name: "",
836
- type: "bytes32",
837
- },
838
- ],
839
- stateMutability: "view",
840
- type: "function",
841
- },
842
- {
843
- inputs: [],
844
- name: "ballotId",
845
- outputs: [
846
- {
847
- internalType: "uint256",
848
- name: "",
849
- type: "uint256",
850
- },
851
- ],
852
- stateMutability: "view",
853
- type: "function",
854
- },
855
- {
856
- inputs: [
857
- {
858
- internalType: "uint256",
859
- name: "",
860
- type: "uint256",
861
- },
862
- ],
863
- name: "ballots",
864
- outputs: [
865
- {
866
- internalType: "bool",
867
- name: "fullElection",
868
- type: "bool",
869
- },
870
- {
871
- internalType: "uint256",
872
- name: "nominationPeriod",
873
- type: "uint256",
874
- },
875
- {
876
- internalType: "uint256",
877
- name: "votePeriod",
878
- type: "uint256",
879
- },
880
- {
881
- internalType: "uint256",
882
- name: "startTime",
883
- type: "uint256",
884
- },
885
- {
886
- internalType: "enum CommitteeElection.Status",
887
- name: "status",
888
- type: "uint8",
889
- },
890
- ],
891
- stateMutability: "view",
892
- type: "function",
893
- },
894
- {
895
- inputs: [
896
- {
897
- internalType: "address[]",
898
- name: "targets",
899
- type: "address[]",
900
- },
901
- {
902
- internalType: "uint256[]",
903
- name: "values",
904
- type: "uint256[]",
905
- },
906
- {
907
- internalType: "bytes[]",
908
- name: "calldatas",
909
- type: "bytes[]",
910
- },
911
- {
912
- internalType: "bytes32",
913
- name: "descriptionHash",
914
- type: "bytes32",
915
- },
916
- ],
917
- name: "cancel",
918
- outputs: [
919
- {
920
- internalType: "uint256",
921
- name: "",
922
- type: "uint256",
923
- },
924
- ],
925
- stateMutability: "nonpayable",
926
- type: "function",
927
- },
928
- {
929
- inputs: [
930
- {
931
- internalType: "bytes",
932
- name: "singleCalldata",
933
- type: "bytes",
934
- },
935
- {
936
- internalType: "string",
937
- name: "description",
938
- type: "string",
939
- },
940
- ],
941
- name: "cancelLocation",
942
- outputs: [
943
- {
944
- internalType: "uint256",
945
- name: "",
946
- type: "uint256",
947
- },
948
- ],
949
- stateMutability: "nonpayable",
950
- type: "function",
951
- },
952
- {
953
- inputs: [
954
- {
955
- internalType: "uint256",
956
- name: "proposalId",
957
- type: "uint256",
958
- },
959
- {
960
- internalType: "uint8",
961
- name: "support",
962
- type: "uint8",
963
- },
964
- ],
965
- name: "castVote",
966
- outputs: [
967
- {
968
- internalType: "uint256",
969
- name: "",
970
- type: "uint256",
971
- },
972
- ],
973
- stateMutability: "nonpayable",
974
- type: "function",
975
- },
976
- {
977
- inputs: [
978
- {
979
- internalType: "uint256",
980
- name: "proposalId",
981
- type: "uint256",
982
- },
983
- {
984
- internalType: "uint8",
985
- name: "support",
986
- type: "uint8",
987
- },
988
- {
989
- internalType: "address",
990
- name: "voter",
991
- type: "address",
992
- },
993
- {
994
- internalType: "bytes",
995
- name: "signature",
996
- type: "bytes",
997
- },
998
- ],
999
- name: "castVoteBySig",
1000
- outputs: [
1001
- {
1002
- internalType: "uint256",
1003
- name: "",
1004
- type: "uint256",
1005
- },
1006
- ],
1007
- stateMutability: "nonpayable",
1008
- type: "function",
1009
- },
1010
- {
1011
- inputs: [
1012
- {
1013
- internalType: "uint256",
1014
- name: "proposalId",
1015
- type: "uint256",
1016
- },
1017
- {
1018
- internalType: "uint8",
1019
- name: "support",
1020
- type: "uint8",
1021
- },
1022
- {
1023
- internalType: "string",
1024
- name: "reason",
1025
- type: "string",
1026
- },
1027
- ],
1028
- name: "castVoteWithReason",
1029
- outputs: [
1030
- {
1031
- internalType: "uint256",
1032
- name: "",
1033
- type: "uint256",
1034
- },
1035
- ],
1036
- stateMutability: "nonpayable",
1037
- type: "function",
1038
- },
1039
- {
1040
- inputs: [
1041
- {
1042
- internalType: "uint256",
1043
- name: "proposalId",
1044
- type: "uint256",
1045
- },
1046
- {
1047
- internalType: "uint8",
1048
- name: "support",
1049
- type: "uint8",
1050
- },
1051
- {
1052
- internalType: "string",
1053
- name: "reason",
1054
- type: "string",
1055
- },
1056
- {
1057
- internalType: "bytes",
1058
- name: "params",
1059
- type: "bytes",
1060
- },
1061
- ],
1062
- name: "castVoteWithReasonAndParams",
1063
- outputs: [
1064
- {
1065
- internalType: "uint256",
1066
- name: "",
1067
- type: "uint256",
1068
- },
1069
- ],
1070
- stateMutability: "nonpayable",
1071
- type: "function",
1072
- },
1073
- {
1074
- inputs: [
1075
- {
1076
- internalType: "uint256",
1077
- name: "proposalId",
1078
- type: "uint256",
1079
- },
1080
- {
1081
- internalType: "uint8",
1082
- name: "support",
1083
- type: "uint8",
1084
- },
1085
- {
1086
- internalType: "address",
1087
- name: "voter",
1088
- type: "address",
1089
- },
1090
- {
1091
- internalType: "string",
1092
- name: "reason",
1093
- type: "string",
1094
- },
1095
- {
1096
- internalType: "bytes",
1097
- name: "params",
1098
- type: "bytes",
1099
- },
1100
- {
1101
- internalType: "bytes",
1102
- name: "signature",
1103
- type: "bytes",
1104
- },
1105
- ],
1106
- name: "castVoteWithReasonAndParamsBySig",
1107
- outputs: [
1108
- {
1109
- internalType: "uint256",
1110
- name: "",
1111
- type: "uint256",
1112
- },
1113
- ],
1114
- stateMutability: "nonpayable",
1115
- type: "function",
1116
- },
1117
- {
1118
- inputs: [],
1119
- name: "clock",
1120
- outputs: [
1121
- {
1122
- internalType: "uint48",
1123
- name: "",
1124
- type: "uint48",
1125
- },
1126
- ],
1127
- stateMutability: "view",
1128
- type: "function",
1129
- },
1130
- {
1131
- inputs: [],
1132
- name: "committeeSize",
1133
- outputs: [
1134
- {
1135
- internalType: "uint256",
1136
- name: "",
1137
- type: "uint256",
1138
- },
1139
- ],
1140
- stateMutability: "view",
1141
- type: "function",
1142
- },
1143
- {
1144
- inputs: [
1145
- {
1146
- internalType: "bool",
1147
- name: "fullElection",
1148
- type: "bool",
1149
- },
1150
- {
1151
- internalType: "uint256",
1152
- name: "nominationPeriod",
1153
- type: "uint256",
1154
- },
1155
- {
1156
- internalType: "uint256",
1157
- name: "votePeriod",
1158
- type: "uint256",
1159
- },
1160
- ],
1161
- name: "createBallot",
1162
- outputs: [],
1163
- stateMutability: "nonpayable",
1164
- type: "function",
1165
- },
1166
- {
1167
- inputs: [],
1168
- name: "eip712Domain",
1169
- outputs: [
1170
- {
1171
- internalType: "bytes1",
1172
- name: "fields",
1173
- type: "bytes1",
1174
- },
1175
- {
1176
- internalType: "string",
1177
- name: "name",
1178
- type: "string",
1179
- },
1180
- {
1181
- internalType: "string",
1182
- name: "version",
1183
- type: "string",
1184
- },
1185
- {
1186
- internalType: "uint256",
1187
- name: "chainId",
1188
- type: "uint256",
1189
- },
1190
- {
1191
- internalType: "address",
1192
- name: "verifyingContract",
1193
- type: "address",
1194
- },
1195
- {
1196
- internalType: "bytes32",
1197
- name: "salt",
1198
- type: "bytes32",
1199
- },
1200
- {
1201
- internalType: "uint256[]",
1202
- name: "extensions",
1203
- type: "uint256[]",
1204
- },
1205
- ],
1206
- stateMutability: "view",
1207
- type: "function",
1208
- },
1209
- {
1210
- inputs: [],
1211
- name: "elect",
1212
- outputs: [],
1213
- stateMutability: "nonpayable",
1214
- type: "function",
1215
- },
1216
- {
1217
- inputs: [
1218
- {
1219
- internalType: "uint256",
1220
- name: "",
1221
- type: "uint256",
1222
- },
1223
- {
1224
- internalType: "uint256",
1225
- name: "",
1226
- type: "uint256",
1227
- },
1228
- ],
1229
- name: "elected",
1230
- outputs: [
1231
- {
1232
- internalType: "address",
1233
- name: "id",
1234
- type: "address",
1235
- },
1236
- {
1237
- internalType: "uint256",
1238
- name: "votes",
1239
- type: "uint256",
1240
- },
1241
- ],
1242
- stateMutability: "view",
1243
- type: "function",
1244
- },
1245
- {
1246
- inputs: [
1247
- {
1248
- internalType: "address[]",
1249
- name: "targets",
1250
- type: "address[]",
1251
- },
1252
- {
1253
- internalType: "uint256[]",
1254
- name: "values",
1255
- type: "uint256[]",
1256
- },
1257
- {
1258
- internalType: "bytes[]",
1259
- name: "calldatas",
1260
- type: "bytes[]",
1261
- },
1262
- {
1263
- internalType: "bytes32",
1264
- name: "descriptionHash",
1265
- type: "bytes32",
1266
- },
1267
- ],
1268
- name: "execute",
1269
- outputs: [
1270
- {
1271
- internalType: "uint256",
1272
- name: "",
1273
- type: "uint256",
1274
- },
1275
- ],
1276
- stateMutability: "payable",
1277
- type: "function",
1278
- },
1279
- {
1280
- inputs: [],
1281
- name: "getCandidateAddresses",
1282
- outputs: [
1283
- {
1284
- internalType: "address[]",
1285
- name: "",
1286
- type: "address[]",
1287
- },
1288
- ],
1289
- stateMutability: "view",
1290
- type: "function",
1291
- },
1292
- {
1293
- inputs: [],
1294
- name: "getCommittee",
1295
- outputs: [
1296
- {
1297
- internalType: "address[]",
1298
- name: "",
1299
- type: "address[]",
1300
- },
1301
- ],
1302
- stateMutability: "view",
1303
- type: "function",
1304
- },
1305
- {
1306
- inputs: [
1307
- {
1308
- internalType: "uint256",
1309
- name: "_ballotId",
1310
- type: "uint256",
1311
- },
1312
- ],
1313
- name: "getElected",
1314
- outputs: [
1315
- {
1316
- components: [
1317
- {
1318
- internalType: "address",
1319
- name: "id",
1320
- type: "address",
1321
- },
1322
- {
1323
- internalType: "uint256",
1324
- name: "votes",
1325
- type: "uint256",
1326
- },
1327
- ],
1328
- internalType: "struct CommitteeElection.Candidate[]",
1329
- name: "",
1330
- type: "tuple[]",
1331
- },
1332
- ],
1333
- stateMutability: "view",
1334
- type: "function",
1335
- },
1336
- {
1337
- inputs: [
1338
- {
1339
- internalType: "address",
1340
- name: "account",
1341
- type: "address",
1342
- },
1343
- {
1344
- internalType: "uint256",
1345
- name: "timepoint",
1346
- type: "uint256",
1347
- },
1348
- ],
1349
- name: "getVotes",
1350
- outputs: [
1351
- {
1352
- internalType: "uint256",
1353
- name: "",
1354
- type: "uint256",
1355
- },
1356
- ],
1357
- stateMutability: "view",
1358
- type: "function",
1359
- },
1360
- {
1361
- inputs: [
1362
- {
1363
- internalType: "address",
1364
- name: "account",
1365
- type: "address",
1366
- },
1367
- {
1368
- internalType: "uint256",
1369
- name: "timepoint",
1370
- type: "uint256",
1371
- },
1372
- {
1373
- internalType: "bytes",
1374
- name: "params",
1375
- type: "bytes",
1376
- },
1377
- ],
1378
- name: "getVotesWithParams",
1379
- outputs: [
1380
- {
1381
- internalType: "uint256",
1382
- name: "",
1383
- type: "uint256",
1384
- },
1385
- ],
1386
- stateMutability: "view",
1387
- type: "function",
1388
- },
1389
- {
1390
- inputs: [
1391
- {
1392
- internalType: "uint256",
1393
- name: "proposalId",
1394
- type: "uint256",
1395
- },
1396
- {
1397
- internalType: "address",
1398
- name: "account",
1399
- type: "address",
1400
- },
1401
- ],
1402
- name: "hasVoted",
1403
- outputs: [
1404
- {
1405
- internalType: "bool",
1406
- name: "",
1407
- type: "bool",
1408
- },
1409
- ],
1410
- stateMutability: "view",
1411
- type: "function",
1412
- },
1413
- {
1414
- inputs: [
1415
- {
1416
- internalType: "address[]",
1417
- name: "targets",
1418
- type: "address[]",
1419
- },
1420
- {
1421
- internalType: "uint256[]",
1422
- name: "values",
1423
- type: "uint256[]",
1424
- },
1425
- {
1426
- internalType: "bytes[]",
1427
- name: "calldatas",
1428
- type: "bytes[]",
1429
- },
1430
- {
1431
- internalType: "bytes32",
1432
- name: "descriptionHash",
1433
- type: "bytes32",
1434
- },
1435
- ],
1436
- name: "hashProposal",
1437
- outputs: [
1438
- {
1439
- internalType: "uint256",
1440
- name: "",
1441
- type: "uint256",
1442
- },
1443
- ],
1444
- stateMutability: "pure",
1445
- type: "function",
1446
- },
1447
- {
1448
- inputs: [
1449
- {
1450
- internalType: "address",
1451
- name: "account",
1452
- type: "address",
1453
- },
1454
- ],
1455
- name: "isCommitteeMember",
1456
- outputs: [
1457
- {
1458
- internalType: "bool",
1459
- name: "",
1460
- type: "bool",
1461
- },
1462
- ],
1463
- stateMutability: "view",
1464
- type: "function",
1465
- },
1466
- {
1467
- inputs: [],
1468
- name: "locationContractAddress",
1469
- outputs: [
1470
- {
1471
- internalType: "address",
1472
- name: "",
1473
- type: "address",
1474
- },
1475
- ],
1476
- stateMutability: "view",
1477
- type: "function",
1478
- },
1479
- {
1480
- inputs: [],
1481
- name: "name",
1482
- outputs: [
1483
- {
1484
- internalType: "string",
1485
- name: "",
1486
- type: "string",
1487
- },
1488
- ],
1489
- stateMutability: "view",
1490
- type: "function",
1491
- },
1492
- {
1493
- inputs: [
1494
- {
1495
- internalType: "address",
1496
- name: "nominee",
1497
- type: "address",
1498
- },
1499
- ],
1500
- name: "nominate",
1501
- outputs: [],
1502
- stateMutability: "nonpayable",
1503
- type: "function",
1504
- },
1505
- {
1506
- inputs: [
1507
- {
1508
- internalType: "address",
1509
- name: "owner",
1510
- type: "address",
1511
- },
1512
- ],
1513
- name: "nonces",
1514
- outputs: [
1515
- {
1516
- internalType: "uint256",
1517
- name: "",
1518
- type: "uint256",
1519
- },
1520
- ],
1521
- stateMutability: "view",
1522
- type: "function",
1523
- },
1524
- {
1525
- inputs: [
1526
- {
1527
- internalType: "address",
1528
- name: "",
1529
- type: "address",
1530
- },
1531
- {
1532
- internalType: "address",
1533
- name: "",
1534
- type: "address",
1535
- },
1536
- {
1537
- internalType: "uint256[]",
1538
- name: "",
1539
- type: "uint256[]",
1540
- },
1541
- {
1542
- internalType: "uint256[]",
1543
- name: "",
1544
- type: "uint256[]",
1545
- },
1546
- {
1547
- internalType: "bytes",
1548
- name: "",
1549
- type: "bytes",
1550
- },
1551
- ],
1552
- name: "onERC1155BatchReceived",
1553
- outputs: [
1554
- {
1555
- internalType: "bytes4",
1556
- name: "",
1557
- type: "bytes4",
1558
- },
1559
- ],
1560
- stateMutability: "nonpayable",
1561
- type: "function",
1562
- },
1563
- {
1564
- inputs: [
1565
- {
1566
- internalType: "address",
1567
- name: "",
1568
- type: "address",
1569
- },
1570
- {
1571
- internalType: "address",
1572
- name: "",
1573
- type: "address",
1574
- },
1575
- {
1576
- internalType: "uint256",
1577
- name: "",
1578
- type: "uint256",
1579
- },
1580
- {
1581
- internalType: "uint256",
1582
- name: "",
1583
- type: "uint256",
1584
- },
1585
- {
1586
- internalType: "bytes",
1587
- name: "",
1588
- type: "bytes",
1589
- },
1590
- ],
1591
- name: "onERC1155Received",
1592
- outputs: [
1593
- {
1594
- internalType: "bytes4",
1595
- name: "",
1596
- type: "bytes4",
1597
- },
1598
- ],
1599
- stateMutability: "nonpayable",
1600
- type: "function",
1601
- },
1602
- {
1603
- inputs: [
1604
- {
1605
- internalType: "address",
1606
- name: "",
1607
- type: "address",
1608
- },
1609
- {
1610
- internalType: "address",
1611
- name: "",
1612
- type: "address",
1613
- },
1614
- {
1615
- internalType: "uint256",
1616
- name: "",
1617
- type: "uint256",
1618
- },
1619
- {
1620
- internalType: "bytes",
1621
- name: "",
1622
- type: "bytes",
1623
- },
1624
- ],
1625
- name: "onERC721Received",
1626
- outputs: [
1627
- {
1628
- internalType: "bytes4",
1629
- name: "",
1630
- type: "bytes4",
1631
- },
1632
- ],
1633
- stateMutability: "nonpayable",
1634
- type: "function",
1635
- },
1636
- {
1637
- inputs: [],
1638
- name: "owner",
1639
- outputs: [
1640
- {
1641
- internalType: "address",
1642
- name: "",
1643
- type: "address",
1644
- },
1645
- ],
1646
- stateMutability: "view",
1647
- type: "function",
1648
- },
1649
- {
1650
- inputs: [
1651
- {
1652
- internalType: "uint256",
1653
- name: "proposalId",
1654
- type: "uint256",
1655
- },
1656
- ],
1657
- name: "proposalDeadline",
1658
- outputs: [
1659
- {
1660
- internalType: "uint256",
1661
- name: "",
1662
- type: "uint256",
1663
- },
1664
- ],
1665
- stateMutability: "view",
1666
- type: "function",
1667
- },
1668
- {
1669
- inputs: [
1670
- {
1671
- internalType: "uint256",
1672
- name: "proposalId",
1673
- type: "uint256",
1674
- },
1675
- ],
1676
- name: "proposalEta",
1677
- outputs: [
1678
- {
1679
- internalType: "uint256",
1680
- name: "",
1681
- type: "uint256",
1682
- },
1683
- ],
1684
- stateMutability: "view",
1685
- type: "function",
1686
- },
1687
- {
1688
- inputs: [
1689
- {
1690
- internalType: "uint256",
1691
- name: "proposalId",
1692
- type: "uint256",
1693
- },
1694
- ],
1695
- name: "proposalNeedsQueuing",
1696
- outputs: [
1697
- {
1698
- internalType: "bool",
1699
- name: "",
1700
- type: "bool",
1701
- },
1702
- ],
1703
- stateMutability: "view",
1704
- type: "function",
1705
- },
1706
- {
1707
- inputs: [
1708
- {
1709
- internalType: "uint256",
1710
- name: "proposalId",
1711
- type: "uint256",
1712
- },
1713
- ],
1714
- name: "proposalProposer",
1715
- outputs: [
1716
- {
1717
- internalType: "address",
1718
- name: "",
1719
- type: "address",
1720
- },
1721
- ],
1722
- stateMutability: "view",
1723
- type: "function",
1724
- },
1725
- {
1726
- inputs: [
1727
- {
1728
- internalType: "uint256",
1729
- name: "proposalId",
1730
- type: "uint256",
1731
- },
1732
- ],
1733
- name: "proposalSnapshot",
1734
- outputs: [
1735
- {
1736
- internalType: "uint256",
1737
- name: "",
1738
- type: "uint256",
1739
- },
1740
- ],
1741
- stateMutability: "view",
1742
- type: "function",
1743
- },
1744
- {
1745
- inputs: [],
1746
- name: "proposalThreshold",
1747
- outputs: [
1748
- {
1749
- internalType: "uint256",
1750
- name: "",
1751
- type: "uint256",
1752
- },
1753
- ],
1754
- stateMutability: "view",
1755
- type: "function",
1756
- },
1757
- {
1758
- inputs: [
1759
- {
1760
- internalType: "uint256",
1761
- name: "proposalId",
1762
- type: "uint256",
1763
- },
1764
- ],
1765
- name: "proposalVotes",
1766
- outputs: [
1767
- {
1768
- internalType: "uint256",
1769
- name: "againstVotes",
1770
- type: "uint256",
1771
- },
1772
- {
1773
- internalType: "uint256",
1774
- name: "forVotes",
1775
- type: "uint256",
1776
- },
1777
- {
1778
- internalType: "uint256",
1779
- name: "abstainVotes",
1780
- type: "uint256",
1781
- },
1782
- ],
1783
- stateMutability: "view",
1784
- type: "function",
1785
- },
1786
- {
1787
- inputs: [
1788
- {
1789
- internalType: "address[]",
1790
- name: "",
1791
- type: "address[]",
1792
- },
1793
- {
1794
- internalType: "uint256[]",
1795
- name: "",
1796
- type: "uint256[]",
1797
- },
1798
- {
1799
- internalType: "bytes[]",
1800
- name: "",
1801
- type: "bytes[]",
1802
- },
1803
- {
1804
- internalType: "string",
1805
- name: "",
1806
- type: "string",
1807
- },
1808
- ],
1809
- name: "propose",
1810
- outputs: [
1811
- {
1812
- internalType: "uint256",
1813
- name: "",
1814
- type: "uint256",
1815
- },
1816
- ],
1817
- stateMutability: "nonpayable",
1818
- type: "function",
1819
- },
1820
- {
1821
- inputs: [
1822
- {
1823
- internalType: "address[]",
1824
- name: "targets",
1825
- type: "address[]",
1826
- },
1827
- {
1828
- internalType: "uint256[]",
1829
- name: "values",
1830
- type: "uint256[]",
1831
- },
1832
- {
1833
- internalType: "bytes[]",
1834
- name: "calldatas",
1835
- type: "bytes[]",
1836
- },
1837
- {
1838
- internalType: "string",
1839
- name: "description",
1840
- type: "string",
1841
- },
1842
- ],
1843
- name: "proposeCommitteeVote",
1844
- outputs: [
1845
- {
1846
- internalType: "uint256",
1847
- name: "",
1848
- type: "uint256",
1849
- },
1850
- ],
1851
- stateMutability: "nonpayable",
1852
- type: "function",
1853
- },
1854
- {
1855
- inputs: [
1856
- {
1857
- internalType: "bytes",
1858
- name: "singleCalldata",
1859
- type: "bytes",
1860
- },
1861
- {
1862
- internalType: "string",
1863
- name: "description",
1864
- type: "string",
1865
- },
1866
- ],
1867
- name: "proposeLocation",
1868
- outputs: [
1869
- {
1870
- internalType: "uint256",
1871
- name: "",
1872
- type: "uint256",
1873
- },
1874
- ],
1875
- stateMutability: "nonpayable",
1876
- type: "function",
1877
- },
1878
- {
1879
- inputs: [
1880
- {
1881
- internalType: "address[]",
1882
- name: "targets",
1883
- type: "address[]",
1884
- },
1885
- {
1886
- internalType: "uint256[]",
1887
- name: "values",
1888
- type: "uint256[]",
1889
- },
1890
- {
1891
- internalType: "bytes[]",
1892
- name: "calldatas",
1893
- type: "bytes[]",
1894
- },
1895
- {
1896
- internalType: "bytes32",
1897
- name: "descriptionHash",
1898
- type: "bytes32",
1899
- },
1900
- ],
1901
- name: "queue",
1902
- outputs: [
1903
- {
1904
- internalType: "uint256",
1905
- name: "",
1906
- type: "uint256",
1907
- },
1908
- ],
1909
- stateMutability: "nonpayable",
1910
- type: "function",
1911
- },
1912
- {
1913
- inputs: [
1914
- {
1915
- internalType: "uint256",
1916
- name: "blockNumber",
1917
- type: "uint256",
1918
- },
1919
- ],
1920
- name: "quorum",
1921
- outputs: [
1922
- {
1923
- internalType: "uint256",
1924
- name: "",
1925
- type: "uint256",
1926
- },
1927
- ],
1928
- stateMutability: "view",
1929
- type: "function",
1930
- },
1931
- {
1932
- inputs: [],
1933
- name: "quorumDenominator",
1934
- outputs: [
1935
- {
1936
- internalType: "uint256",
1937
- name: "",
1938
- type: "uint256",
1939
- },
1940
- ],
1941
- stateMutability: "view",
1942
- type: "function",
1943
- },
1944
- {
1945
- inputs: [
1946
- {
1947
- internalType: "uint256",
1948
- name: "timepoint",
1949
- type: "uint256",
1950
- },
1951
- ],
1952
- name: "quorumNumerator",
1953
- outputs: [
1954
- {
1955
- internalType: "uint256",
1956
- name: "",
1957
- type: "uint256",
1958
- },
1959
- ],
1960
- stateMutability: "view",
1961
- type: "function",
1962
- },
1963
- {
1964
- inputs: [],
1965
- name: "quorumNumerator",
1966
- outputs: [
1967
- {
1968
- internalType: "uint256",
1969
- name: "",
1970
- type: "uint256",
1971
- },
1972
- ],
1973
- stateMutability: "view",
1974
- type: "function",
1975
- },
1976
- {
1977
- inputs: [
1978
- {
1979
- internalType: "address",
1980
- name: "target",
1981
- type: "address",
1982
- },
1983
- {
1984
- internalType: "uint256",
1985
- name: "value",
1986
- type: "uint256",
1987
- },
1988
- {
1989
- internalType: "bytes",
1990
- name: "data",
1991
- type: "bytes",
1992
- },
1993
- ],
1994
- name: "relay",
1995
- outputs: [],
1996
- stateMutability: "payable",
1997
- type: "function",
1998
- },
1999
- {
2000
- inputs: [],
2001
- name: "renounceOwnership",
2002
- outputs: [],
2003
- stateMutability: "nonpayable",
2004
- type: "function",
2005
- },
2006
- {
2007
- inputs: [
2008
- {
2009
- internalType: "uint256",
2010
- name: "_committeeSize",
2011
- type: "uint256",
2012
- },
2013
- ],
2014
- name: "setCommitteeSize",
2015
- outputs: [],
2016
- stateMutability: "nonpayable",
2017
- type: "function",
2018
- },
2019
- {
2020
- inputs: [
2021
- {
2022
- internalType: "address",
2023
- name: "_locationContractAddress",
2024
- type: "address",
2025
- },
2026
- ],
2027
- name: "setLocationContractAddress",
2028
- outputs: [],
2029
- stateMutability: "nonpayable",
2030
- type: "function",
2031
- },
2032
- {
2033
- inputs: [
2034
- {
2035
- internalType: "uint256",
2036
- name: "newProposalThreshold",
2037
- type: "uint256",
2038
- },
2039
- ],
2040
- name: "setProposalThreshold",
2041
- outputs: [],
2042
- stateMutability: "nonpayable",
2043
- type: "function",
2044
- },
2045
- {
2046
- inputs: [
2047
- {
2048
- internalType: "uint48",
2049
- name: "newVotingDelay",
2050
- type: "uint48",
2051
- },
2052
- ],
2053
- name: "setVotingDelay",
2054
- outputs: [],
2055
- stateMutability: "nonpayable",
2056
- type: "function",
2057
- },
2058
- {
2059
- inputs: [
2060
- {
2061
- internalType: "uint32",
2062
- name: "newVotingPeriod",
2063
- type: "uint32",
2064
- },
2065
- ],
2066
- name: "setVotingPeriod",
2067
- outputs: [],
2068
- stateMutability: "nonpayable",
2069
- type: "function",
2070
- },
2071
- {
2072
- inputs: [
2073
- {
2074
- internalType: "uint256",
2075
- name: "proposalId",
2076
- type: "uint256",
2077
- },
2078
- ],
2079
- name: "state",
2080
- outputs: [
2081
- {
2082
- internalType: "enum IGovernor.ProposalState",
2083
- name: "",
2084
- type: "uint8",
2085
- },
2086
- ],
2087
- stateMutability: "view",
2088
- type: "function",
2089
- },
2090
- {
2091
- inputs: [
2092
- {
2093
- internalType: "bytes4",
2094
- name: "interfaceId",
2095
- type: "bytes4",
2096
- },
2097
- ],
2098
- name: "supportsInterface",
2099
- outputs: [
2100
- {
2101
- internalType: "bool",
2102
- name: "",
2103
- type: "bool",
2104
- },
2105
- ],
2106
- stateMutability: "view",
2107
- type: "function",
2108
- },
2109
- {
2110
- inputs: [],
2111
- name: "televerseToken",
2112
- outputs: [
2113
- {
2114
- internalType: "contract TeleverseToken",
2115
- name: "",
2116
- type: "address",
2117
- },
2118
- ],
2119
- stateMutability: "view",
2120
- type: "function",
2121
- },
2122
- {
2123
- inputs: [
2124
- {
2125
- internalType: "uint256",
2126
- name: "",
2127
- type: "uint256",
2128
- },
2129
- {
2130
- internalType: "uint256",
2131
- name: "",
2132
- type: "uint256",
2133
- },
2134
- ],
2135
- name: "ties",
2136
- outputs: [
2137
- {
2138
- internalType: "address",
2139
- name: "id",
2140
- type: "address",
2141
- },
2142
- {
2143
- internalType: "uint256",
2144
- name: "votes",
2145
- type: "uint256",
2146
- },
2147
- ],
2148
- stateMutability: "view",
2149
- type: "function",
2150
- },
2151
- {
2152
- inputs: [],
2153
- name: "timelock",
2154
- outputs: [
2155
- {
2156
- internalType: "address",
2157
- name: "",
2158
- type: "address",
2159
- },
2160
- ],
2161
- stateMutability: "view",
2162
- type: "function",
2163
- },
2164
- {
2165
- inputs: [],
2166
- name: "token",
2167
- outputs: [
2168
- {
2169
- internalType: "contract IERC5805",
2170
- name: "",
2171
- type: "address",
2172
- },
2173
- ],
2174
- stateMutability: "view",
2175
- type: "function",
2176
- },
2177
- {
2178
- inputs: [
2179
- {
2180
- internalType: "address",
2181
- name: "newOwner",
2182
- type: "address",
2183
- },
2184
- ],
2185
- name: "transferOwnership",
2186
- outputs: [],
2187
- stateMutability: "nonpayable",
2188
- type: "function",
2189
- },
2190
- {
2191
- inputs: [
2192
- {
2193
- internalType: "uint256",
2194
- name: "newQuorumNumerator",
2195
- type: "uint256",
2196
- },
2197
- ],
2198
- name: "updateQuorumNumerator",
2199
- outputs: [],
2200
- stateMutability: "nonpayable",
2201
- type: "function",
2202
- },
2203
- {
2204
- inputs: [
2205
- {
2206
- internalType: "contract TimelockController",
2207
- name: "newTimelock",
2208
- type: "address",
2209
- },
2210
- ],
2211
- name: "updateTimelock",
2212
- outputs: [],
2213
- stateMutability: "nonpayable",
2214
- type: "function",
2215
- },
2216
- {
2217
- inputs: [],
2218
- name: "version",
2219
- outputs: [
2220
- {
2221
- internalType: "string",
2222
- name: "",
2223
- type: "string",
2224
- },
2225
- ],
2226
- stateMutability: "view",
2227
- type: "function",
2228
- },
2229
- {
2230
- inputs: [
2231
- {
2232
- components: [
2233
- {
2234
- internalType: "address[]",
2235
- name: "candidates",
2236
- type: "address[]",
2237
- },
2238
- {
2239
- internalType: "uint256[]",
2240
- name: "weight",
2241
- type: "uint256[]",
2242
- },
2243
- ],
2244
- internalType: "struct CommitteeElection.Vote",
2245
- name: "_vote",
2246
- type: "tuple",
2247
- },
2248
- ],
2249
- name: "vote",
2250
- outputs: [],
2251
- stateMutability: "nonpayable",
2252
- type: "function",
2253
- },
2254
- {
2255
- inputs: [],
2256
- name: "votingDelay",
2257
- outputs: [
2258
- {
2259
- internalType: "uint256",
2260
- name: "",
2261
- type: "uint256",
2262
- },
2263
- ],
2264
- stateMutability: "view",
2265
- type: "function",
2266
- },
2267
- {
2268
- inputs: [],
2269
- name: "votingPeriod",
2270
- outputs: [
2271
- {
2272
- internalType: "uint256",
2273
- name: "",
2274
- type: "uint256",
2275
- },
2276
- ],
2277
- stateMutability: "view",
2278
- type: "function",
2279
- },
2280
- {
2281
- stateMutability: "payable",
2282
- type: "receive",
2283
- },
2284
- ];
2285
- const _bytecode = "0x610180604052346200009357620000296200001962000147565b9695909594919493929362000214565b60405161534a908162000fc0823960805181613476015260a0518161352b015260c05181613447015260e051816134c5015261010051816134eb01526101205181611d0e01526101405181611d3a0152610160518181816129d3015281816130d701526131a40152f35b600080fd5b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117620000ca57604052565b62000098565b60c081019081106001600160401b03821117620000ca57604052565b601f909101601f19168101906001600160401b03821190821017620000ca57604052565b604051906200011f82620000ae565b565b6001600160a01b038116036200009357565b519065ffffffffffff821682036200009357565b6200634a906101008238039283604051948592620001668285620000ec565b83398101031262000093578151916200017f8362000121565b602081015192620001908462000121565b604082015192620001a18462000121565b620001af6060840162000133565b9260808101519263ffffffff84168403620000935760a08201519260e060c084015193015191620001e08362000121565b9796959493929190565b60405190620001f982620000ae565b60088252565b604051906200020e82620000ae565b60018252565b620002429593919694929462000229620001ea565b956723b7bb32b93737b960c11b60208801523362000486565b6200024d6001601055565b6001600160a01b03818116156200037a57600f80546001600160a01b0319166001600160a01b0384161790558216156200037a5762000342620002d983620002996200011f956200038c565b620002be816001620002b76010546000526012602052604060002090565b016200040d565b620002e6620002d96010546000526012602052604060002090565b805460ff19166001179055565b620003116005620003036010546000526012602052604060002090565b01805460ff19166002179055565b600a6200032a6010546000526012602052604060002090565b019060018060a01b0316600052602052604060002090565b620003586200035360105462000470565b601055565b600f80546001600160a01b0319166001600160a01b0392909216919091179055565b604051630a64406560e11b8152600490fd5b60115468010000000000000000811015620000ca576001810180601155811015620003f75760116000527f31ecc21a745e3968a04e9570e4425bc18fa8019c68028196b546d1669c200c680180546001600160a01b0319166001600160a01b03909216919091179055565b634e487b7160e01b600052603260045260246000fd5b80549068010000000000000000821015620000ca5760018201808255821015620003f7576000908152602090200180546001600160a01b0319166001600160a01b03909216919091179055565b634e487b7160e01b600052601160045260246000fd5b6000198114620004805760010190565b6200045a565b96956200055d6200057e96620005576200056394976200055162000578989b620004af620001ff565b60208101603160f81b8152620004c58362000afc565b61012052620004d48262000c0a565b6101405282516020840120918260e05251902080610100524660a0526040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a081526200054181620000d0565b5190206080523060c052620006f4565b62000830565b6200087e565b62000902565b6001600160a01b03948516610160526200098a565b6200093b565b81161562000591576200011f90620007e7565b604051631e4fbdf760e01b815260006004820152602490fd5b90600182811c92168015620005dc575b6020831014620005c657565b634e487b7160e01b600052602260045260246000fd5b91607f1691620005ba565b601f8111620005f4575050565b6000906003825260208220906020601f850160051c8301941062000635575b601f0160051c01915b8281106200062957505050565b8181556001016200061c565b909250829062000613565b601f81116200064d575050565b60009081805260208220906020601f850160051c830194106200068d575b601f0160051c01915b8281106200068157505050565b81815560010162000674565b90925082906200066b565b90601f8211620006a6575050565b60019160009083825260208220906020601f850160051c83019410620006e9575b601f0160051c01915b828110620006de5750505050565b8181558301620006d0565b9092508290620006c7565b80519091906001600160401b038111620000ca5762000720816200071a600354620005aa565b620005e7565b602080601f83116001146200075f575081929360009262000753575b50508160011b916000199060031b1c191617600355565b0151905038806200073c565b6003600052601f198316949091907fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b926000905b878210620007ce575050836001959610620007b4575b505050811b01600355565b015160001960f88460031b161c19169055388080620007a9565b8060018596829496860151815501950193019062000793565b600d80546001600160a01b039283166001600160a01b0319821681179092559091167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3565b6008547fc565b045403dc03c2eea82b81a0465edad9e2e7fc4d97e11421c209da93d7a93604080519365ffffffffffff9081851686521693846020820152a165ffffffffffff191617600855565b63ffffffff808216918215620008e9577f7e3f7f0708a84de9203036abaa450dccc85ad5ff52f78c170f3edb55cf5e8828604069ffffffff00000000000093600854958251918760301c1682526020820152a160301b169069ffffffff000000000000191617600855565b60405163f1cfbf0560e01b815260006004820152602490fd5b60075460408051918252602082018390527fccb45da8d5717e6c4544694297c4ba5cf151d455c9bb0ed4fc7a38411bc0546191a1600755565b600b547f08f74ea46ef7894f65eabfb5e6e695de773a000b47c529ab559178069b226401604060018060a01b038094169381519084168152846020820152a16001600160a01b03191617600b55565b6064811162000a2757600a546000919080620009f557506000805160206200632a833981519152915060005b620009d6620009c462000a48565b620009cf8462000d9f565b9062000e7c565b5050604080516001600160d01b039290921682526020820192909252a1565b6000199080828101116200048057602084600a6000805160206200632a83398151915296522001015460301c620009b6565b60405163243e544560e01b8152600481019190915260646024820152604490fd5b610160516040516324776b7d60e21b815290602090829060049082906001600160a01b03165afa6000918162000ab6575b5062000ab3575065ffffffffffff80431162000a9457431690565b6040516306dfcc6560e41b815260306004820152436024820152604490fd5b90565b90916020823d821162000af3575b8162000ad360209383620000ec565b8101031262000af0575062000ae89062000133565b903862000a79565b80fd5b3d915062000ac4565b90815160209081811060001462000b1b5750509062000ab39062000d22565b6001600160401b038111620000ca5760009162000b448262000b3e8554620005aa565b62000640565b80601f831160011462000b83575082939482939262000b77575b50508160011b916000199060031b1c191617905560ff90565b01519050388062000b5e565b60008052601f198316957f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563929185905b88821062000bf15750508360019596971062000bd7575b505050811b01905560ff90565b015160001960f88460031b161c1916905538808062000bca565b8060018596829496860151815501950193019062000bb3565b90815160209081811060001462000c295750509062000ab39062000d22565b6001600160401b038111620000ca5760019162000c528262000c4c8554620005aa565b62000698565b80601f831160011462000c9157508192939460009262000c85575b5050600019600383901b1c191690821b17905560ff90565b01519050388062000c6d565b6001600052601f198316959091907fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6926000905b88821062000ce6575050838596971062000bd757505050811b01905560ff90565b80878596829496860151815501950193019062000cc5565b60208151910151906020811062000d13575090565b6000199060200360031b1b1690565b601f81511162000d3d5762000d378162000cfe565b90511790565b6040519063305a27a960e01b82528160208060048301528251908160248401526000935b82851062000d85575050604492506000838284010152601f80199101168101030190fd5b848101820151868601604401529381019385935062000d61565b6001600160d01b039081811162000db4571690565b604490604051906306dfcc6560e41b825260d060048301526024820152fd5b6000198101919082116200048057565b600a549068010000000000000000821015620000ca576001820180600a55821015620003f757600a60005280516020919091015160301b65ffffffffffff191665ffffffffffff91909116176000805160206200630a83398151915290910155565b604080519192919081016001600160401b03811182821017620000ca57604052915465ffffffffffff8116835260301c6020830152565b600a5491929190811562000f905762000ebc62000eb662000e9d8462000dd3565b600a6000526000805160206200630a8339815191520190565b62000e45565b805165ffffffffffff838116949116841062000f7e578560209362000f3c9562000efb62000ef0865165ffffffffffff1690565b65ffffffffffff1690565b0362000f40575062000f1562000e9d62000f2e9362000dd3565b9065ffffffffffff82549181199060301b169116179055565b01516001600160d01b031690565b9190565b905062000f78915062000f6462000f5662000110565b65ffffffffffff9092168252565b6001600160d01b0387168185015262000de3565b62000f2e565b604051632520601d60e01b8152600490fd5b62000fb9915062000fa462000f5662000110565b6001600160d01b038416602082015262000de3565b6000919056fe60806040526004361015610023575b361561001957600080fd5b610021612a23565b005b60003560e01c806301ffc9a714610493578063022c6b111461048e57806302a251a31461048957806306f3f9e61461048457806306fdde031461047f57806309fe53af1461047a578063143489d014610475578063150b7a0214610470578063160cbed71461046b578063168e398a146104665780632656227d1461046157806327f938f21461045c5780632d63f693146104575780632fe3e261146104525780633932abb11461044d5780633e4f49e6146104485780634385963214610443578063452115d61461043e5780634bf5d7e914610439578063544ffc9c1461043457806354fd4d501461042f578063567813881461042a5780635aab9a9e146104255780635b8d0e0d146104205780635c632b381461041b5780635ccf1857146104165780635f398a141461041157806360c4247f1461040c57806362019cad14610407578063715018a61461040257806379051887146103fd5780637b3c71d3146103f85780637bd955f3146103f35780637d5e81e2146103ee5780637ecebe00146103e95780638155f736146103e457806384b0196e146103df5780638bac7dad146103da5780638da5cb5b146103d55780638ff262e3146103d057806390dbe40a146103cb57806391ddadf4146103c657806397c3d334146103c15780639a802a6d146103bc5780639cf4364b146103b7578063a7713a70146103b2578063a890c910146103ad578063a9a95294146103a8578063ab58fb8e146103a3578063ab8f6ffe1461039e578063b17979a614610399578063b332180b14610394578063b58131b01461038f578063b6590eea1461038a578063bc197c8114610385578063bfe7ed6f14610380578063c01f9e371461037b578063c28bc2fa14610376578063c59057e414610371578063d33219b41461036c578063db4dff3814610367578063dd4e2ba514610362578063deaaa7cc1461035d578063e540d01d14610358578063e636d84b14610353578063eb9019d41461034e578063ece40cc114610349578063f23a6e6114610344578063f2fde38b1461033f578063f8ce560a1461033a5763fc0c546a0361000e576129b3565b612995565b61290a565b61289e565b612849565b612813565b6127e2565b612739565b6126fe565b6126a0565b612682565b61265b565b61263f565b6125d2565b6125b4565b61257d565b6124c4565b6123e0565b6123c2565b61221a565b612187565b612104565b6120cd565b6120b1565b61203c565b612010565b611ff2565b611fa9565b611f8d565b611f62565b611f3b565b611e19565b611df2565b611db7565b611cf5565b611c32565b611ba6565b611b83565b6119cd565b611977565b611904565b61189f565b61177f565b61171d565b6116ad565b611651565b6115e8565b611555565b6114a0565b611458565b611406565b6113b9565b611389565b6112cc565b611272565b611245565b6111ed565b6111b2565b61117b565b611154565b610fe7565b610ea6565b610c4e565b610b6d565b610b38565b610adc565b6109ab565b610882565b61085b565b61082c565b346105015760203660031901126105015760043563ffffffff60e01b8116809103610501576020906332a2ad4360e11b81149081156104f0575b81156104df575b506040519015158152f35b6301ffc9a760e01b149050386104d4565b630271189760e51b811491506104cd565b600080fd5b634e487b7160e01b600052604160045260246000fd5b67ffffffffffffffff811161053057604052565b610506565b6040810190811067ffffffffffffffff82111761053057604052565b6020810190811067ffffffffffffffff82111761053057604052565b60c0810190811067ffffffffffffffff82111761053057604052565b610100810190811067ffffffffffffffff82111761053057604052565b90601f8019910116810190811067ffffffffffffffff82111761053057604052565b604051906105d582610535565b565b67ffffffffffffffff81116105305760051b60200190565b6001600160a01b0381160361050157565b81601f8201121561050157803591610617836105d7565b9261062560405194856105a6565b808452602092838086019260051b820101928311610501578301905b82821061064f575050505090565b838091833561065d816105ef565b815201910190610641565b81601f820112156105015780359161067f836105d7565b9261068d60405194856105a6565b808452602092838086019260051b820101928311610501578301905b8282106106b7575050505090565b813581529083019083016106a9565b67ffffffffffffffff811161053057601f01601f191660200190565b9291926106ee826106c6565b916106fc60405193846105a6565b829481845281830111610501578281602093846000960137010152565b9080601f8301121561050157816020610734933591016106e2565b90565b9080601f830112156105015781359061074f826105d7565b9261075d60405194856105a6565b828452602092838086019160051b8301019280841161050157848301915b84831061078b5750505050505090565b823567ffffffffffffffff81116105015786916107ad84848094890101610719565b81520192019161077b565b60806003198201126105015767ffffffffffffffff9060043582811161050157816107e591600401610600565b9260243583811161050157826107fd91600401610668565b92604435818111610501578361081591600401610737565b926064359182116105015761073491600401610719565b3461050157602061084861083f366107b8565b929190916150b5565b604051908152f35b600091031261050157565b3461050157600036600319011261050157602063ffffffff60085460301c16604051908152f35b346105015760203660031901126105015760043561089e612e6b565b60648111610933576001600160d01b0390816108b8613a7d565b166108c16130c2565b92808311610913577f0553476bf02ef2726e8ce5ced78d63e26e602e4a2257b1f559418e24b4633997936108f791841690613b9c565b505060408051918252602082019290925290819081015b0390a1005b6040516306dfcc6560e41b815260d0600482015260248101849052604490fd5b6044906040519063243e544560e01b8252600482015260646024820152fd5b60005b8381106109655750506000910152565b8181015183820152602001610955565b9060209161098e81518092818552858086019101610952565b601f01601f1916010190565b906020610734928181520190610975565b3461050157600080600319360112610a8d5760405190806003546109ce81612a37565b80855291600191808316908115610a635750600114610a08575b610a04856109f8818703826105a6565b6040519182918261099a565b0390f35b9250600383527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5b828410610a4b5750505081016020016109f882610a046109e8565b80546020858701810191909152909301928101610a30565b869550610a04969350602092506109f894915060ff191682840152151560051b82010192936109e8565b80fd5b634e487b7160e01b600052603260045260246000fd5b805415610abb57600052602060002090600090565b610a90565b8054821015610abb5760005260206000209060011b0190600090565b34610501576040366003190112610501576024356004356000526014602052604060002090815481101561050157610b1391610ac0565b508054600190910154604080516001600160a01b039093168352602083019190915290f35b3461050157602036600319011261050157600435600052600460205260206001600160a01b0360406000205416604051908152f35b3461050157608036600319011261050157610b896004356105ef565b610b946024356105ef565b60643567ffffffffffffffff811161050157610bb4903690600401610719565b506001600160a01b03600b54163003610bd957604051630a85bd0160e11b8152602090f35b604051637485328f60e11b8152600490fd5b60806003198201126105015767ffffffffffffffff916004358381116105015782610c1891600401610600565b926024358181116105015783610c3091600401610668565b9260443591821161050157610c4791600401610737565b9060643590565b3461050157610c5c36610beb565b610c6a818385879697612ad9565b92610c7484612f1c565b50610c96610c8a600b546001600160a01b031690565b6001600160a01b031690565b9260409586519363793d064960e11b855260209081866004818a5afa958615610e4b57600096610e7d575b506bffffffffffffffffffffffff193060601b161895818951809263b1c5f42760e01b82528180610cf88c8a8a8d60048601614acd565b03915afa918215610e4b57600092610e50575b5050610d2187600052600c602052604060002090565b55610d37610c8a600b546001600160a01b031690565b90813b156105015760008094610d63878b51998a97889687956308f2a0bb60e41b875260048701614b13565b03925af1908115610e4b57610d8792610d8292610e32575b5042612fce565b6138d9565b65ffffffffffff811615610e2157917f9a2e42fd6722813d69113e7d0079d3d940171428df7373df9c7f7617cfda2892610e1084610df2610a04966001610dd8886000526004602052604060002090565b019065ffffffffffff1665ffffffffffff19825416179055565b835185815265ffffffffffff90911660208201529081906040820190565b0390a1519081529081906020820190565b8251634844252360e11b8152600490fd5b80610e3f610e459261051c565b80610850565b38610d7b565b6130b6565b610e6f9250803d10610e76575b610e6781836105a6565b8101906138ca565b3880610d0b565b503d610e5d565b610e95919650823d8411610e7657610e6781836105a6565b9438610cc1565b8015150361050157565b3461050157606036600319011261050157600435610ec381610e9c565b60243560443591610ed26129f7565b81158015610fdf575b610fcd576010546001610f0d6005610f05610ef58561326e565b6000526012602052604060002090565b015460ff1690565b610f16816115de565b14610fbb577f9fa7be2a49ad35e9cccc605cce5b6bfdf0b4d045e5e95e1f241c4bf383cb232e93610f9c6005610f5961090e946000526012602052604060002090565b805460ff191660ff87151516178155610f7c610f7361356b565b60018301613ea4565b86600282015583600382015542600482015501600160ff19825416179055565b6040519384938460409194939260608201951515825260208201520152565b6040516304d7d7eb60e01b8152600490fd5b604051632ae4e7db60e21b8152600490fd5b508215610edb565b610ff036610beb565b610ffe818385879597612ad9565b9261100884612f6e565b50611033611020856000526004602052604060002090565b805460ff60f01b1916600160f01b179055565b6001600160a01b039283600b541630036110ea575b946110589291610a049686614b61565b61106d3091600b54166001600160a01b031690565b1415806110c5575b6110b6575b6040518181527f712ae1383f79ac853f8d882153778e0260ef8f03b504e2866e0593e04d2b291f90602090a16040519081529081906020820190565b6110c06000600555565b61107a565b506110e56110e16005546001600160801b0381169060801c1490565b1590565b611075565b9290939160005b845181101561114a57611126903061111c610c8a61110f848a612ba1565b516001600160a01b031690565b1461112b57612b85565b6110f1565b611145611138828a612ba1565b5160208151910120613d27565b612b85565b5091939092611048565b346105015760003660031901126105015760206001600160a01b0360155416604051908152f35b34610501576020366003190112610501576004356000526004602052602065ffffffffffff60406000205460a01c16604051908152f35b346105015760003660031901126105015760206040517f3e83946653575f9a39005e1545185629e92736b7528ab20ca3816f315424a8118152f35b3461050157600036600319011261050157602065ffffffffffff60085416604051908152f35b634e487b7160e01b600052602160045260246000fd5b6008111561123357565b611213565b9060088210156112335752565b34610501576020366003190112610501576020611263600435614864565b6112706040518092611238565bf35b3461050157604036600319011261050157602060ff6112c0602435611296816105ef565b600435600052600984526003604060002001906001600160a01b0316600052602052604060002090565b54166040519015158152f35b34610501576112da36610beb565b906112e9828285879697612ad9565b6112f281614864565b60088110156112335760018060ff83161b161561135c575060005260046020526001600160a01b0360406000205416330361134457610a049361133493614bed565b6040519081529081906020820190565b60405163233d98e360e01b8152336004820152602490fd5b90611380606492604051926331b75e4d60e01b845260048401526024830190611238565b60016044820152fd5b3461050157600036600319011261050157610a046113a561318e565b604051918291602083526020830190610975565b3461050157602036600319011261050157600435600052600960205260406000208054610a0460026001840154930154604051938493846040919493926060820195825260208201520152565b3461050157600036600319011261050157610a0460405161142681610535565b60018152603160f81b6020820152604051918291602083526020830190610975565b6024359060ff8216820361050157565b34610501576040366003190112610501576020610848611476611448565b60405161148281610551565b600081526040519161149383610551565b6000835233600435612d3d565b3461050157600319602036820112610501576004359067ffffffffffffffff9081831161050157604090833603011261050157604051906114e082610535565b8260040135818111610501576114fc9060043691860101610600565b825260248301359081116105015761002192600461151d9236920101610668565b6020820152614003565b9181601f840112156105015782359167ffffffffffffffff8311610501576020838186019501011161050157565b346105015760c03660031901126105015761156e611448565b6044359061157b826105ef565b67ffffffffffffffff906064358281116105015761159d903690600401611527565b608435848111610501576115b5903690600401610719565b9160a43594851161050157610a04956115d5611334963690600401610719565b94600435612bc7565b6004111561123357565b3461050157602036600319011261050157600435600052601260205260a0604060002060ff81541690600281015490600381015460ff600560048401549301541692604051941515855260208501526040840152606083015261164a816115de565b6080820152f35b34610501576020366003190112610501576001600160a01b03600435611676816105ef565b61167e6129f7565b16801561169b576001600160a01b03196015541617601555600080f35b604051630a64406560e11b8152600490fd5b34610501576080366003190112610501576116c6611448565b67ffffffffffffffff90604435828111610501576116e8903690600401611527565b9091606435938411610501576117136108489361170b6020963690600401610719565b9336916106e2565b9033600435612d3d565b346105015760203660031901126105015760206108486004356132b1565b9060406003198301126105015767ffffffffffffffff600435818111610501578361176891600401610719565b926024359182116105015761073491600401610719565b346105015761178d3661173b565b906117a3610c8a600f546001600160a01b031690565b604051631dee28f760e01b815233600482015290602090829060249082905afa908115610e4b57600091611871575b501561185f576015546001600160a01b0316801561184d57610a0492611334926118156117fd613551565b9361180785612b94565b906001600160a01b03169052565b61181d613551565b600061182882612b94565b52611831614d5d565b9161183b83612b94565b5261184582612b94565b503393614ea5565b60405163a1ba97b960e01b8152600490fd5b6040516372f43f8b60e11b8152600490fd5b611892915060203d8111611898575b61188a81836105a6565b81019061484f565b386117d2565b503d611880565b3461050157600080600319360112610a8d576118b96129f7565b806001600160a01b03600d5481198116600d55167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b65ffffffffffff81160361050157565b3461050157602036600319011261050157600435611921816118f4565b611929612e6b565b6008547fc565b045403dc03c2eea82b81a0465edad9e2e7fc4d97e11421c209da93d7a93604080519365ffffffffffff9081851686521693846020820152a165ffffffffffff191617600855005b3461050157606036600319011261050157611990611448565b60443567ffffffffffffffff8111610501576020916119c06119b9610848933690600401611527565b36916106e2565b6040519161149383610551565b34610501576000366003190112610501576119e66129f7565b6010546119fd816000526012602052604060002090565b90611a26611a15826000526013602052604060002090565b916000526014602052604060002090565b611a3460048401544261328c565b611a476002850154600386015490612fce565b11611b715760018084015490600e91825411611b715780611a688587614358565b611b51575b50815415159081611b44575b50611b33575b5060058201916003611a92845460ff1690565b611a9b816115de565b03611ae65750506010546040519081527f40329558064c097001b2be2c0497b5fe28b31f5f15c480406d1f3484d6f549569150602090a15b610021611ae1601054612b85565b601055565b611afa611aff93600260ff19825416179055565b61477e565b6010546040519081527fdfe7b5028ce549bee2c9feaa4ed05a57755aa83643fcc4f3560e5bf7bf486eb290602090a1611ad3565b611b3e908284614689565b38611a7f565b9050825490541438611a79565b835482541015611b6c57611b668385876144bf565b80611a68565b611a6d565b604051631212aae360e21b8152600490fd5b3461050157611b91366107b8565b5050505060046040516307b9834360e51b8152fd5b34610501576020366003190112610501576001600160a01b03600435611bcb816105ef565b1660005260026020526020604060002054604051908152f35b90815180825260208080930193019160005b828110611c04575050505090565b83516001600160a01b031685529381019392810192600101611bf6565b906020610734928181520190611be4565b3461050157600080600319360112610a8d576010546000198101908111611cbc578152602060128152600191826040822001926040518093808654928381520195845280842093905b828210611c9e57610a0486611c92818a03826105a6565b60405191829182611c21565b84546001600160a01b03168752958601959383019390830190611c7b565b612b3d565b90815180825260208080930193019160005b828110611ce1575050505090565b835185529381019392810192600101611cd3565b3461050157600036600319011261050157611d88611d327f0000000000000000000000000000000000000000000000000000000000000000613583565b610a04611d5e7f000000000000000000000000000000000000000000000000000000000000000061367a565b611d96611d6961356b565b91604051958695600f60f81b875260e0602088015260e0870190610975565b908582036040870152610975565b90466060850152306080850152600060a085015283820360c0850152611cc1565b3461050157602036600319011261050157600435611dd36129f7565b60018110611de057600e55005b604051634b2392d960e11b8152600490fd5b346105015760003660031901126105015760206001600160a01b03600d5416604051908152f35b3461050157608036600319011261050157600435611e35611448565b9060443591611e43836105ef565b60643567ffffffffffffffff8111610501576110e1611e69611efb923690600401610719565b611ef5611e92876001600160a01b03166000526002602052604060002080549060018201905590565b60405160208101917ff2aad550cf55f045cb27e9c559f9889fdfb6e6cdaa032301d6ea397784ae51d7835288604083015260ff881660608301526001600160a01b038a16608083015260a082015260a08152611eed8161056d565b519020613417565b86613732565b611f16579061133491610a0493611f10612a71565b92612cc1565b6040516394ab6c0760e01b81526001600160a01b0384166004820152602490fd5b0390fd5b346105015760003660031901126105015760206001600160a01b03600f5416604051908152f35b34610501576000366003190112610501576020611f7d6130c2565b65ffffffffffff60405191168152f35b3461050157600036600319011261050157602060405160648152f35b3461050157606036600319011261050157600435611fc6816105ef565b60443567ffffffffffffffff811161050157602091611fec610848923690600401610719565b50614d46565b34610501576000366003190112610501576020600e54604051908152f35b346105015760003660031901126105015760206001600160d01b03612033613a7d565b16604051908152f35b3461050157602036600319011261050157600435612059816105ef565b612061612e6b565b600b547f08f74ea46ef7894f65eabfb5e6e695de773a000b47c529ab559178069b22640160406001600160a01b038094169381519084168152846020820152a16001600160a01b03191617600b55005b3461050157602036600319011261050157602060405160018152f35b34610501576020366003190112610501576004356000526004602052602065ffffffffffff60016040600020015416604051908152f35b3461050157600036600319011261050157610a04612120613dd8565b604051918291602083526020830190611be4565b60208082019080835283518092528060408094019401926000905b83821061215e57505050505090565b845180516001600160a01b0316875283015186840152948501949382019360019091019061214f565b34610501576020806003193601126105015760043560005260138152604090816000208054906121b6826105d7565b926121c3855194856105a6565b82845260009182528082208185015b8484106121e657865180610a048882612134565b60028360019289516121f781610535565b6001600160a01b03865416815284860154838201528152019201930192906121d2565b346105015760203660031901126105015760048035612238816105ef565b61224e6010546000526012602052604060002090565b916001600160a01b038216156123b357600783019061228a6122833384906001600160a01b0316600052602052604060002090565b5460ff1690565b612377576122a3610c8a600f546001600160a01b031690565b6040516340bae5c960e01b815233838201908152909160209183919082908190850103915afa908115610e4b57600091612395575b50156123865760088401906123036122838584906001600160a01b0316600052602052604060002090565b61237757612314818601544261328c565b60028601541061237757509261237161234c60019361235961234c8761002199906001600160a01b0316600052602052604060002090565b805460ff19166001179055565b336001600160a01b0316600052602052604060002090565b01613f93565b6040516311e49d1b60e21b8152fd5b604051637222ae5760e11b8152fd5b6123ad915060203d8111610e7657610e6781836105a6565b386122d8565b604051630a64406560e11b8152fd5b34610501576000366003190112610501576020600754604051908152f35b34610501576123ee3661173b565b612403610c8a600f546001600160a01b031690565b604051631dee28f760e01b815233600482015290602090829060249082905afa908115610e4b576000916124a6575b501561185f576015546001600160a01b0316801561184d57610a049282602061133494519101209161246f612465613551565b9161180783612b94565b612477613551565b90600061248383612b94565b5261248c614d5d565b9261249684612b94565b526124a083612b94565b50614bed565b6124be915060203d81116118985761188a81836105a6565b38612432565b346105015760a0366003190112610501576124e06004356105ef565b6124eb6024356105ef565b67ffffffffffffffff6044358181116105015761250c903690600401610668565b5060643581811161050157612525903690600401610668565b506084359081116105015761253e903690600401610719565b50610a0461254a612edf565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681529081906020820190565b34610501576040366003190112610501576024356004356000526013602052604060002090815481101561050157610b1391610ac0565b34610501576020366003190112610501576020610848600435612b53565b6060366003190112610501576004356125ea816105ef565b6044359067ffffffffffffffff82116105015760008091612612610021943690600401611527565b9061261b612e6b565b81604051928392833781018481520391602435905af1612639612e3b565b906133ee565b3461050157602061084861265236610beb565b92919091612ad9565b346105015760003660031901126105015760206001600160a01b03600b5416604051908152f35b34610501576000366003190112610501576020601054604051908152f35b3461050157600036600319011261050157610a046040516126c081610535565b602081527f737570706f72743d627261766f2671756f72756d3d666f722c6162737461696e6020820152604051918291602083526020830190610975565b346105015760003660031901126105015760206040517ff2aad550cf55f045cb27e9c559f9889fdfb6e6cdaa032301d6ea397784ae51d78152f35b346105015760203660031901126105015760043563ffffffff8082169182810361050157612765612e6b565b82156127c9577f7e3f7f0708a84de9203036abaa450dccc85ad5ff52f78c170f3edb55cf5e8828604069ffffffff00000000000093600854958251918760301c1682526020820152a160301b169069ffffffff000000000000191617600855600080f35b60405163f1cfbf0560e01b815260006004820152602490fd5b34610501576020366003190112610501576020612809600435612804816105ef565b613e4e565b6040519015158152f35b34610501576040366003190112610501576020610848600435612835816105ef565b600060405161284381610551565b52614d46565b3461050157602036600319011261050157600435612865612e6b565b60075460408051918252602082018390527fccb45da8d5717e6c4544694297c4ba5cf151d455c9bb0ed4fc7a38411bc0546191a1600755005b346105015760a0366003190112610501576128ba6004356105ef565b6128c56024356105ef565b60843567ffffffffffffffff8111610501576128e5903690600401610719565b506001600160a01b03600b54163003610bd95760405163f23a6e6160e01b8152602090f35b3461050157602036600319011261050157600435612927816105ef565b61292f6129f7565b6001600160a01b0380911690811561297c57600d54826001600160a01b0319821617600d55167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b604051631e4fbdf760e01b815260006004820152602490fd5b34610501576020366003190112610501576020610848600435614833565b346105015760003660031901126105015760206040516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168152f35b6001600160a01b03600d54163303612a0b57565b60405163118cdaa760e01b8152336004820152602490fd5b6001600160a01b03600b54163003610bd957565b90600182811c92168015612a67575b6020831014612a5157565b634e487b7160e01b600052602260045260246000fd5b91607f1691612a46565b60405190612a7e82610551565b60008252565b90815180825260208092019182818360051b85019501936000915b848310612aaf5750505050505090565b9091929394958480612ac983856001950387528a51610975565b9801930193019194939290612a9f565b9290612b2592612b3792604051948592612b15612b02602086019960808b5260a0870190611be4565b601f199687878303016040880152611cc1565b9085858303016060860152612a84565b906080830152039081018352826105a6565b51902090565b634e487b7160e01b600052601160045260246000fd5b600052600460205260406000205465ffffffffffff908163ffffffff8260d01c169160a01c1601818111611cbc571690565b6000198114611cbc5760010190565b805115610abb5760200190565b8051821015610abb5760209160051b010190565b61073490600060405161284381610551565b9390929196956110e1612c8591612c7f87878c8b612c01826001600160a01b03166000526002602052604060002080549060018201905590565b6001600160a01b03612c14368c8e6106e2565b6020815191012092602081519101209360ff6040519660208801987f3e83946653575f9a39005e1545185629e92736b7528ab20ca3816f315424a8118a52604089015216606087015216608085015260a084015260c083015260e082015260e08152611eed81610589565b8a613732565b612ca057610734959691612c9a9136916106e2565b92612d3d565b6040516394ab6c0760e01b81526001600160a01b0388166004820152602490fd5b91610734939160405193612cd485610551565b60008552612d3d565b93909260ff612d099361073497958752166020860152604085015260a0606085015260a0840190610975565b916080818403910152610975565b909260ff6080936107349695845216602083015260408201528160608201520190610975565b92909193612d4a84614864565b6008811015611233576002600160ff83161b1615612e0d5750836000526004602052612d7583614d46565b948591612d8483838789612fdb565b8051612dcf57506001600160a01b03927fb8e138887d0aa13bab447e82de9d5c1777041ecd21ca36ba824ff1e6c07ddda49492612dc992604051958695169785612d17565b0390a290565b6001600160a01b03937fe2babfbac5889a709b63bb7f598b324e08bc5a4fb9ec647fb3cbc9ec07eb87129593612dc993604051968796169886612cdd565b6040516331b75e4d60e01b815260048101869052606491612e32906024830190611238565b60026044820152fd5b3d15612e66573d90612e4c826106c6565b91612e5a60405193846105a6565b82523d6000602084013e565b606090565b6001600160a01b03600b5416338103612ec7573003612e8657565b612e8f366106c6565b612e9c60405191826105a6565b368152602081019036600083376000602036830101525190205b80612ebf613d81565b03612eb65750565b6040516347096e4760e01b8152336004820152602490fd5b6001600160a01b03600b54163003610bd95763bc197c8160e01b90565b604090612f186000939594606083019683526020830190611238565b0152565b612f2581614864565b906008821015611233576010600160ff84161b1615612f42575090565b612f65606492604051926331b75e4d60e01b845260048401526024830190611238565b60106044820152fd5b612f7781614864565b906008821015611233576030600160ff84161b1615612f94575090565b612fb7606492604051926331b75e4d60e01b845260048401526024830190611238565b60306044820152fd5b9060018201809211611cbc57565b91908201809211611cbc57565b612ff2909291926000526009602052604060002090565b91600383016130176122838383906001600160a01b0316600052602052604060002090565b6130955761234c60ff939261303e92906001600160a01b0316600052602052604060002090565b1680613055575090613051908254612fce565b9055565b6001810361306d575060016130519101918254612fce565b6002036130835760026130519101918254612fce565b6040516303599be160e11b8152600490fd5b6040516371c6af4960e01b81526001600160a01b0383166004820152602490fd5b6040513d6000823e3d90fd5b6040516324776b7d60e21b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa60009181613119575b506107345750610734436138d9565b90916020823d821161314d575b81613133602093836105a6565b81010312610a8d575051613146816118f4565b903861310a565b3d9150613126565b6040519061316282610535565b601d82527f6d6f64653d626c6f636b6e756d6265722666726f6d3d64656661756c740000006020830152565b604051634bf5d7e960e01b8152600080826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa909182826131e6575b50506107345750610734613155565b909192503d8082843e6131f981846105a6565b8201916020818403126132665780519067ffffffffffffffff821161326a570182601f8201121561326657805191613230836106c6565b9361323e60405195866105a6565b83855260208484010111610a8d57509061325e9160208085019101610952565b9038806131d7565b5080fd5b8280fd5b600019810191908211611cbc57565b602719810191908211611cbc57565b91908203918211611cbc57565b8054821015610abb5760005260206000200190600090565b600a546000198101818111611cbc57811115610abb57600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a78101549165ffffffffffff928184821611156133e4575061330d906138d9565b600090826005811161337c575b506133259350613cac565b806133305750600090565b6133786133716133476001600160d01b039361326e565b600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80190565b5460301c90565b1690565b90926133878261392b565b8203918211611cbc5761332594600a845280837fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8015416908516106000146133d25750915b3861331a565b9291506133de90612fc0565b906133cc565b9250505060301c90565b9091906105d5575080511561340557805190602001fd5b604051630a12f52160e11b8152600490fd5b60429061342261343d565b906040519161190160f01b8352600283015260228201522090565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016301480613528575b15613498577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527f000000000000000000000000000000000000000000000000000000000000000060408201527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260a08152612b378161056d565b507f0000000000000000000000000000000000000000000000000000000000000000461461346f565b6040519061355e82610535565b6001825260203681840137565b60405161357781610551565b60008152906000368137565b60ff81146135c15760ff811690601f82116135af57604051916135a583610535565b8252602082015290565b604051632cd44ac360e21b8152600490fd5b506040516000818154916135d483612a37565b8083529260019081811690811561365857506001146135fb575b50610734925003826105a6565b600080805291507f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e5635b84831061363d57506107349350508101602001386135ee565b81935090816020925483858901015201910190918492613624565b90506020925061073494915060ff191682840152151560051b820101386135ee565b60ff811461369c5760ff811690601f82116135af57604051916135a583610535565b506040516000816001918254926136b284612a37565b8084529381811690811561365857506001146136d55750610734925003826105a6565b600081815291507fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf65b84831061371757506107349350508101602001386135ee565b819350908160209254838589010152019101909184926136fe565b61373c838361380a565b50613749819592956115de565b1593846137f4575b50831561375f575b50505090565b60009293509082916040516137a6816137986020820194630b135d3f60e11b998a87526024840152604060448401526064830190610975565b03601f1981018352826105a6565b51915afa906137b3612e3b565b826137e6575b826137c9575b5050388080613759565b6137de919250602080825183010191016138ca565b1438806137bf565b9150602082511015916137b9565b6001600160a01b03838116911614935038613751565b815191906041830361383b5761383492506020820151906060604084015193015160001a90613846565b9192909190565b505060009160029190565b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116138be57926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15610e4b5780516001600160a01b038116156138b557918190565b50809160019190565b50505060009160039190565b90816020910312610501575190565b65ffffffffffff908181116138ec571690565b604490604051906306dfcc6560e41b8252603060048301526024820152fd5b8115613915570490565b634e487b7160e01b600052601260045260246000fd5b8015613a6557806139fe6139f76139ed6139e36139d96139cf6139c56139bb60016107349a6000908b60801c80613a59575b508060401c80613a4c575b508060201c80613a3f575b508060101c80613a32575b508060081c80613a25575b508060041c80613a18575b508060021c80613a0b575b50821c613a04575b811c1b6139b4818b61390b565b0160011c90565b6139b4818a61390b565b6139b4818961390b565b6139b4818861390b565b6139b4818761390b565b6139b4818661390b565b6139b4818561390b565b809261390b565b90613a6b565b81016139a7565b600291509101903861399f565b6004915091019038613994565b6008915091019038613989565b601091509101903861397e565b6020915091019038613973565b6040915091019038613968565b9150506080903861395d565b50600090565b9080821015613a78575090565b905090565b600a5460009080613a8f575050600090565b80600019810111611cbc57600a7fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a79252015460301c90565b634e487b7160e01b600052600060045260246000fd5b600a5490600160401b821015610530576001820180600a55821015610abb576001600160d01b0360206105d593600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80192613b5965ffffffffffff825116859065ffffffffffff1665ffffffffffff19825416179055565b0151825465ffffffffffff16911660301b65ffffffffffff1916179055565b90604051613b8581610535565b915465ffffffffffff8116835260301c6020830152565b600a54919291908115613c8257613bbd613bb86133478461326e565b613b78565b805165ffffffffffff8381169491168410613c705785602093613c3495613bf8613bed865165ffffffffffff1690565b65ffffffffffff1690565b03613c385750613c0d613347613c269361326e565b9065ffffffffffff82549181199060301b169116179055565b01516001600160d01b031690565b9190565b9050613c6b9150613c58613c4a6105c8565b65ffffffffffff9092168252565b6001600160d01b03871681850152613add565b613c26565b604051632520601d60e01b8152600490fd5b613ca69150613c92613c4a6105c8565b6001600160d01b0384166020820152613add565b60009190565b828210613cb857505090565b90918083169080841860011c8201809211611cbc5781600a60005265ffffffffffff80827fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a801541690851610600014613d15575050915b90613cac565b909350613d229150612fc0565b613d0f565b6005548060801c9160018301926001600160801b0380931683851614613d6f576000526006602052604060002055600554916001600160801b03199060801b16911617600555565b604051638acb5f2760e01b8152600490fd5b600554906001600160801b038083169260801c8314613dc657826000526006602052600160406000209360008554955501166001600160801b03196005541617600555565b6040516375e52f4f60e01b8152600490fd5b60405190601154808352826020918282019060116000527f31ecc21a745e3968a04e9570e4425bc18fa8019c68028196b546d1669c200c68936000905b828210613e2b575050506105d5925003836105a6565b85546001600160a01b031684526001958601958895509381019390910190613e15565b6010546000198101908111611cbc5760ff91613e8c916000526012602052600a604060002001906001600160a01b0316600052602052604060002090565b541690565b81810292918115918404141715611cbc57565b81519167ffffffffffffffff831161053057600160401b8311610530578154838355808410613f09575b50602080910191600052806000209060005b848110613eee575050505050565b83516001600160a01b03168382015592810192600101613ee0565b6000838152846020822092830192015b828110613f27575050613ece565b818155600101613f19565b601154600160401b811015610530576001810180601155811015610abb576001600160a01b039060116000527f31ecc21a745e3968a04e9570e4425bc18fa8019c68028196b546d1669c200c680191166001600160a01b0319825416179055565b8054600160401b81101561053057613fb091600182018155613299565b819291549060031b916001600160a01b03809116831b921b1916179055565b91613ff5906001600160a01b036107349593168452606060208501526060840190611be4565b916040818403910152611cc1565b6140196010546000526012602052604060002090565b9061402f610c8a600f546001600160a01b031690565b604080516340bae5c960e01b8152336004808301919091529194919392602090829060249082905afa908115610e4b576000916142e8575b5080156142d85760068201916140936122833385906001600160a01b0316600052602052604060002090565b6142c857835151946020850195865151808214918215926142bf575b5081156142b6575b5061428457808201546140ca814261328c565b6002840154809110918215614292575b50506142845784515190600191828401541061427657600093849182845b614243575b508394866009600883019201955b614172575b50505050505050507f24e7f08e5a0e41b2aeb0e600f6a14fb714f4f832c7ec2ee675338883940cbf0e93929161415e61234c61416d93336001600160a01b0316600052602052604060002090565b51915192519283923384613fcf565b0390a1565b8951805189101561423d576110e161228361419361110f8c6141ac95612ba1565b85906001600160a01b0316600052602052604060002090565b61422d57614220614226916142198a8e8e6142116142098d6141f261110f8f8f89916141e66141eb926141e0858d51612ba1565b51613e91565b61390b565b9651612ba1565b6001600160a01b0316600052602052604060002090565b918254612fce565b905551612ba1565b5190612fce565b97612b85565b968661410b565b8b5163d07abb2b60e01b81528390fd5b50614110565b9284908a51805186101561426e57614268916142198761426293612ba1565b94612b85565b906140f8565b5093506140fd565b875163d07abb2b60e01b8152fd5b865163d07abb2b60e01b8152fd5b6142ae9192506142a2904261328c565b91600385015490612fce565b1038806140da565b905015386140b7565b159150386140af565b855163d07abb2b60e01b81528590fd5b8451637222ae5760e11b81528490fd5b614300915060203d8111610e7657610e6781836105a6565b38614067565b8054600160401b8110156105305761432391600182018155610ac0565b91909161435357805182546001600160a01b0319166001600160a01b039190911617825560019060200151910155565b613ac7565b9060098201600180840161439d61438461437183610aa6565b90546001600160a01b039160031b1c1690565b84906001600160a01b0316600052602052604060002090565b54926000835b6143c9575b505050505054600e54116143b95750565b600501805460ff19166003179055565b8254811015614481576143fb6143e26143718386613299565b83906001600160a01b0316600052602052604060002090565b5480614411575061440b90612b85565b836143a3565b8654600e54111580614478575b1561442d575061440b90612b85565b858110614470575b9061114561440b9261444a6143718488613299565b906144656144566105c8565b6001600160a01b039093168352565b602082015288614306565b945084614435565b5085811061441e565b6143a8565b919061435357808203614497575050565b805482546001600160a01b0319166001600160a01b0391909116178255600190810154910155565b6009019291906144ce81610aa6565b50916144f86001600160a01b038094541686906001600160a01b0316600052602052604060002090565b549260009360019687805b614518575b50505050506105d592935061463b565b85548110156145f857908183614552866145368d999897968b610ac0565b50541684906001600160a01b0316600052602052604060002090565b54106145c2575b8261456885614536848b610ac0565b5414614582575b61457890612b85565b9091929394614503565b945061458e8587610ac0565b50845495600160401b871015610530576145bb614578926145b5898e809b018a5589610ac0565b90614486565b905061456f565b965090506145f0826145d48888610ac0565b50541682906001600160a01b0316600052602052604060002090565b549086614559565b614508565b805480156146255760001901906146148282610ac0565b614353576001816000809355015555565b634e487b7160e01b600052603160045260246000fd5b805460001990818101908111611cbc57831461467e578154908101908111611cbc576105d5926145b56146716146799385610ac0565b509184610ac0565b6145fd565b506105d591506145fd565b600981016146c36146aa61469c85610aa6565b50546001600160a01b031690565b82906001600160a01b0316600052602052604060002090565b5490600193849182805b61472b575b5050506000905b6146e5575b5050505050565b84548110156147265761470c8183866146ff81958a610ac0565b5001541461471257612b85565b906146d9565b60058501805460ff19166003179055612b85565b6146de565b8254811015614779578461474561438461469c8487610ac0565b541061475b575b61475590612b85565b836146cd565b93506147556147706143e261469c8786610ac0565b5494905061474c565b6146d2565b919060115460009081601155806147f1575b505b81548110156147eb57806111456147ac6147e69385610ac0565b50546001600160a01b039081166000908152600a880160205260409020805460ff191660011790556147de8386610ac0565b505416613f32565b614792565b50509050565b601182527f31ecc21a745e3968a04e9570e4425bc18fa8019c68028196b546d1669c200c68908101905b8181106148285750614790565b82815560010161481b565b61484b606491614845600e54916132b1565b90613e91565b0490565b90816020910312610501575161073481610e9c565b61486d81614966565b9061487782611229565b60058203614962576148949150600052600c602052604060002090565b546148aa610c8a600b546001600160a01b031690565b604051632c258a9f60e11b81526004810183905260209291908381602481855afa908115610e4b57600091614945575b50156148e857505050600590565b604051632ab0f52960e01b815260048101929092528290829060249082905afa918215610e4b57600092614928575b50501561492357600790565b600290565b61493e9250803d106118985761188a81836105a6565b3880614917565b61495c9150843d86116118985761188a81836105a6565b386148da565b5090565b61497a816000526004602052604060002090565b5460ff8160f01c16614a835760f81c614a7d576149b6613bed6149a7836000526004602052604060002090565b5460a01c65ffffffffffff1690565b8015614a64576149c7613bed6130c2565b80911015614a5d576149d882612b53565b106149e35750600190565b6149ef6110e182614a8a565b8015614a38575b15614a015750600390565b613bed6001614a1d614a2a936000526004602052604060002090565b015465ffffffffffff1690565b614a3357600490565b600590565b50614a586110e18260005260096020526040600020600181015490541090565b6149f6565b5050600090565b604051636ad0607560e01b815260048101839052602490fd5b50600290565b5050600790565b600052600960205260406000206004602052614ab565ffffffffffff60406000205460a01c16614833565b600260018301549201548201809211611cbc57111590565b949392614af9608093614aeb614b079460a08a5260a08a0190611be4565b9088820360208a0152611cc1565b908682036040880152612a84565b93600060608201520152565b9192614b4260a094614b34614b50949998979960c0875260c0870190611be4565b908582036020870152611cc1565b908382036040850152612a84565b946000606083015260808201520152565b929093916001600160a01b03600b541690813b1561050157600093614bb16040519788958694859463e38335e560e01b86526bffffffffffffffffffffffff193060601b16189260048601614acd565b039134905af1908115610e4b57600092614bdb92614bde575b50600052600c602052604060002090565b55565b614be79061051c565b38614bca565b90614bf9939291612ad9565b614c0281614864565b600881101561123357603b600160ff83161b1615614d195750614c5f614c32826000526004602052604060002090565b80547effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600160f81b179055565b6040518181527f789cf55be980739dad1d0699b93b58e806b51c9d96619bfa8fe0a28abaa7b30c90602090a1614c9f81600052600c602052604060002090565b5480614ca9575090565b614cbe610c8a600b546001600160a01b031690565b803b156105015760405163c4d252f560e01b815260048101929092526000908290602490829084905af18015610e4b57614d06575b506000818152600c602052604081205590565b80610e3f614d139261051c565b38614cf3565b90614d3d606492604051926331b75e4d60e01b845260048401526024830190611238565b603b6044820152fd5b614d4f90613e4e565b614d5857600090565b600190565b604051614d6981610535565b600181528060005b60208082101561375957906060602092828501015201614d71565b90614d96826105d7565b614da360405191826105a6565b8281528092614db4601f19916105d7565b019060005b828110614dc557505050565b806060602080938501015201614db9565b9592614e0a90614e18939b9a989996959288526001600160a01b0360209c168c8901526101208060408a0152880190611be4565b908682036060880152611cc1565b9784890360808601528251808a52818a019180808360051b8d01019501926000905b838210614e7757505050505061073496975090614e5e9184820360a0860152612a84565b9360c083015260e0820152610100818403910152610975565b90919293958380614e968f93600194601f199082030186528a51610975565b98019201920190939291614e3a565b919493909294614ebd86516020880120828686612ad9565b958351855190818114801590615062575b801561505a575b61503157505065ffffffffffff9485614efb6149a78a6000526004602052604060002090565b1661500a577f7d84a6263ae0d98d3329bd7b46bb4e8d6f98cd35a7adb45c274c8b7fd5ebd5e09561416d9363ffffffff614f44614f366130c2565b600854948086169116612fce565b9260301c16614fe8614f608c6000526004602052604060002090565b80546001600160a01b0319166001600160a01b038a16178155614fbf614f85866138d9565b82547fffffffffffff000000000000ffffffffffffffffffffffffffffffffffffffff1660a09190911b65ffffffffffff60a01b16178255565b614fc88361506d565b815463ffffffff60d01b191660d09190911b63ffffffff60d01b16179055565b614ffc614ff58951614d8c565b9184612fce565b936040519889988d8a614dd6565b8761501481614864565b6040516331b75e4d60e01b8152918291611f379160048401612efc565b8351604051630447b05d60e41b8152600481019290925260248201526044810191909152606490fd5b508015614ed5565b508351811415614ece565b63ffffffff9081811161507e571690565b604490604051906306dfcc6560e41b8252602060048301526024820152fd5b65ffffffffffff9081166000190191908211611cbc57565b909391926150c66110e182336151b4565b61518b576150d2613dd8565b93600094855b815181101561518057336150f2610c8a61110f8486612ba1565b146151055761510090612b85565b6150d8565b5050909192935060015b61512557604051631b4c888360e11b8152600490fd5b6151356151306130c2565b61509d565b5061513f33612bb5565b946007549586811061515957506107349495503393614ea5565b604051636121770b60e11b8152336004820152602481019190915260448101879052606490fd5b50509091929361510f565b60405163d9b3955760e01b8152336004820152602490fd5b908151811015610abb570160200190565b81516034811061528e5760131981840101516001600160a01b0319166b1b91f1b211f2119351b859f160a31b0161528e57916000926151f28161327d565b915b81831061520f575050506001600160a01b0380911691161490565b90919361524d61524861522287856151a3565b517fff000000000000000000000000000000000000000000000000000000000000001690565b615296565b9190156152835773fffffffffffffffffffffffffffffffffffffff060ff61527c93169160041b161794612b85565b91906151f4565b505050505050600190565b505050600190565b60f81c9081602f108061530a575b156152b657600191602f190160ff1690565b8160401080615300575b156152d2576001916036190160ff1690565b81606010806152f6575b156152ee576001916056190160ff1690565b600091508190565b50606782106152dc565b50604782106152c0565b50603a82106152a456fea26469706673582212200bd3f108aaa3928e63457a09871139274c3b22ec5f41ab6e66b7660343d76a0f64736f6c63430008140033c65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80553476bf02ef2726e8ce5ced78d63e26e602e4a2257b1f559418e24b4633997";
2286
- const isSuperArgs = (xs) => xs.length > 1;
2287
- class Governance__factory extends ethers_1.ContractFactory {
2288
- constructor(...args) {
2289
- if (isSuperArgs(args)) {
2290
- super(...args);
2291
- }
2292
- else {
2293
- super(_abi, _bytecode, args[0]);
2294
- }
2295
- }
2296
- getDeployTransaction(_dummyGovToken, _televerseToken, _timelock, _votingDelay, _votingPeriod, _proposalThreshold, _quorumNumerator, _initialCommitteeMember, overrides) {
2297
- return super.getDeployTransaction(_dummyGovToken, _televerseToken, _timelock, _votingDelay, _votingPeriod, _proposalThreshold, _quorumNumerator, _initialCommitteeMember, overrides || {});
2298
- }
2299
- deploy(_dummyGovToken, _televerseToken, _timelock, _votingDelay, _votingPeriod, _proposalThreshold, _quorumNumerator, _initialCommitteeMember, overrides) {
2300
- return super.deploy(_dummyGovToken, _televerseToken, _timelock, _votingDelay, _votingPeriod, _proposalThreshold, _quorumNumerator, _initialCommitteeMember, overrides || {});
2301
- }
2302
- connect(runner) {
2303
- return super.connect(runner);
2304
- }
2305
- static createInterface() {
2306
- return new ethers_1.Interface(_abi);
2307
- }
2308
- static connect(address, runner) {
2309
- return new ethers_1.Contract(address, _abi, runner);
2310
- }
2311
- }
2312
- exports.Governance__factory = Governance__factory;
2313
- Governance__factory.bytecode = _bytecode;
2314
- Governance__factory.abi = _abi;