@venusprotocol/governance-contracts 2.11.1-dev.2 → 2.12.0-dev.1

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 (223) hide show
  1. package/artifacts/build-info/3b47d4ce14ec7fb090660b6af43c54be.json +1 -0
  2. package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.dbg.json +1 -1
  3. package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.json +208 -62
  4. package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.dbg.json +1 -1
  5. package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.json +82 -2
  6. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorAlphaInterface.dbg.json +1 -1
  7. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.dbg.json +1 -1
  8. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.json +2 -2
  9. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.dbg.json +1 -1
  10. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.json +2 -2
  11. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.dbg.json +4 -0
  12. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.json +365 -0
  13. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
  14. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.json +2 -2
  15. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.dbg.json +1 -1
  16. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.json +82 -2
  17. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/TimelockInterface.dbg.json +1 -1
  18. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/XvsVaultInterface.dbg.json +1 -1
  19. package/artifacts/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1.dbg.json +1 -1
  20. package/artifacts/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1.json +2 -2
  21. package/artifacts/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.dbg.json +4 -0
  22. package/artifacts/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.json +418 -0
  23. package/artifacts/contracts/legacy/GovernorBravoDelegateV1.sol/GovernorBravoDelegateV1.dbg.json +1 -1
  24. package/artifacts/contracts/legacy/GovernorBravoDelegateV1.sol/GovernorBravoDelegateV1.json +2 -2
  25. package/artifacts/contracts/legacy/GovernorBravoDelegateV2.sol/GovernorBravoDelegateV2.dbg.json +4 -0
  26. package/artifacts/contracts/legacy/GovernorBravoDelegateV2.sol/GovernorBravoDelegateV2.json +1173 -0
  27. package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.dbg.json +1 -1
  28. package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.json +2 -2
  29. package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
  30. package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.json +2 -2
  31. package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1.dbg.json +1 -1
  32. package/artifacts/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1.json +2 -2
  33. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.dbg.json +4 -0
  34. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.json +283 -0
  35. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.dbg.json +4 -0
  36. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.json +335 -0
  37. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.dbg.json +4 -0
  38. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.json +56 -0
  39. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.dbg.json +4 -0
  40. package/artifacts/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.json +312 -0
  41. package/contracts/Governance/GovernorBravoDelegate.sol +80 -30
  42. package/contracts/Governance/GovernorBravoInterfaces.sol +33 -1
  43. package/contracts/legacy/GovenorBravoV2.sol +97 -0
  44. package/contracts/legacy/GovernorBravoDelegateV2.sol +521 -0
  45. package/contracts/legacy/GovernorBravoInterfacesV2.sol +208 -0
  46. package/deploy/011-deploy-governor-bravo.ts +32 -0
  47. package/deployments/bscmainnet/GovernorBravoDelegate.json +877 -62
  48. package/deployments/bscmainnet/solcInputs/ad770aaa336e097c7b976e7839cb0f59.json +48 -0
  49. package/deployments/bscmainnet.json +207 -61
  50. package/deployments/bscmainnet_addresses.json +1 -1
  51. package/deployments/bsctestnet/GovernorBravoDelegate.json +877 -62
  52. package/deployments/bsctestnet/solcInputs/39afa7d975793de62f715dc8afa71529.json +48 -0
  53. package/deployments/bsctestnet/solcInputs/51535febbc2fed693ac575b5f75633d2.json +48 -0
  54. package/deployments/bsctestnet/solcInputs/ad770aaa336e097c7b976e7839cb0f59.json +48 -0
  55. package/deployments/bsctestnet.json +207 -61
  56. package/deployments/bsctestnet_addresses.json +1 -1
  57. package/dist/deploy/011-deploy-governor-bravo.d.ts +4 -0
  58. package/dist/deploy/011-deploy-governor-bravo.d.ts.map +1 -0
  59. package/dist/deploy/011-deploy-governor-bravo.js +36 -0
  60. package/dist/deploy/011-deploy-governor-bravo.js.map +1 -0
  61. package/dist/deployments/bscmainnet.json +207 -61
  62. package/dist/deployments/bsctestnet.json +207 -61
  63. package/dist/typechain/contracts/Governance/GovernorBravoDelegate.d.ts +137 -39
  64. package/dist/typechain/contracts/Governance/GovernorBravoDelegate.d.ts.map +1 -1
  65. package/dist/typechain/contracts/Governance/GovernorBravoDelegator.d.ts +40 -0
  66. package/dist/typechain/contracts/Governance/GovernorBravoDelegator.d.ts.map +1 -1
  67. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.d.ts +297 -0
  68. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.d.ts.map +1 -0
  69. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.js +3 -0
  70. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.js.map +1 -0
  71. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.d.ts +40 -0
  72. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.d.ts.map +1 -1
  73. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts +1 -0
  74. package/dist/typechain/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts.map +1 -1
  75. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.d.ts +259 -0
  76. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.d.ts.map +1 -0
  77. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.js +3 -0
  78. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.js.map +1 -0
  79. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.d.ts +2 -0
  80. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.d.ts.map +1 -0
  81. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.js +3 -0
  82. package/dist/typechain/contracts/legacy/GovenorBravoV2.sol/index.js.map +1 -0
  83. package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.d.ts +833 -0
  84. package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.d.ts.map +1 -0
  85. package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.js +3 -0
  86. package/dist/typechain/contracts/legacy/GovernorBravoDelegateV2.js.map +1 -0
  87. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.d.ts +219 -0
  88. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.d.ts.map +1 -0
  89. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.js +3 -0
  90. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.js.map +1 -0
  91. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.d.ts +259 -0
  92. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.d.ts.map +1 -0
  93. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.js +3 -0
  94. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.js.map +1 -0
  95. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.d.ts +59 -0
  96. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.d.ts.map +1 -0
  97. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.js +3 -0
  98. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.js.map +1 -0
  99. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.d.ts +215 -0
  100. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.d.ts.map +1 -0
  101. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.js +3 -0
  102. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.js.map +1 -0
  103. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts +5 -0
  104. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts.map +1 -0
  105. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js +3 -0
  106. package/dist/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js.map +1 -0
  107. package/dist/typechain/contracts/legacy/index.d.ts +5 -0
  108. package/dist/typechain/contracts/legacy/index.d.ts.map +1 -1
  109. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.d.ts +165 -49
  110. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.d.ts.map +1 -1
  111. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.js +207 -61
  112. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.js.map +1 -1
  113. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.d.ts +66 -1
  114. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.d.ts.map +1 -1
  115. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.js +81 -1
  116. package/dist/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.js.map +1 -1
  117. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.d.ts +1 -1
  118. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.js +1 -1
  119. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2__factory.d.ts +1 -1
  120. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2__factory.js +1 -1
  121. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.d.ts +302 -0
  122. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.d.ts.map +1 -0
  123. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.js +394 -0
  124. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.js.map +1 -0
  125. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.d.ts +1 -1
  126. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.js +1 -1
  127. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.d.ts +66 -1
  128. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.d.ts.map +1 -1
  129. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.js +81 -1
  130. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.js.map +1 -1
  131. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts +1 -0
  132. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.d.ts.map +1 -1
  133. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.js +3 -1
  134. package/dist/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.js.map +1 -1
  135. package/dist/typechain/factories/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1__factory.d.ts +1 -1
  136. package/dist/typechain/factories/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1__factory.js +1 -1
  137. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.d.ts +346 -0
  138. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.d.ts.map +1 -0
  139. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.js +447 -0
  140. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.js.map +1 -0
  141. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.d.ts +2 -0
  142. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.d.ts.map +1 -0
  143. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.js +6 -0
  144. package/dist/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.js.map +1 -0
  145. package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV1__factory.d.ts +1 -1
  146. package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV1__factory.js +1 -1
  147. package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.d.ts +944 -0
  148. package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.d.ts.map +1 -0
  149. package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.js +1202 -0
  150. package/dist/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.js.map +1 -0
  151. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.d.ts +1 -1
  152. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.js +1 -1
  153. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.d.ts +1 -1
  154. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.js +1 -1
  155. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1__factory.d.ts +1 -1
  156. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1__factory.js +1 -1
  157. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.d.ts +238 -0
  158. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.d.ts.map +1 -0
  159. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.js +312 -0
  160. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.js.map +1 -0
  161. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.d.ts +278 -0
  162. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.d.ts.map +1 -0
  163. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.js +364 -0
  164. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.js.map +1 -0
  165. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.d.ts +58 -0
  166. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.d.ts.map +1 -0
  167. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.js +85 -0
  168. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.js.map +1 -0
  169. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.d.ts +262 -0
  170. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.d.ts.map +1 -0
  171. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.js +341 -0
  172. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.js.map +1 -0
  173. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts +5 -0
  174. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.d.ts.map +1 -0
  175. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js +12 -0
  176. package/dist/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.js.map +1 -0
  177. package/dist/typechain/factories/contracts/legacy/index.d.ts +3 -0
  178. package/dist/typechain/factories/contracts/legacy/index.d.ts.map +1 -1
  179. package/dist/typechain/factories/contracts/legacy/index.js +5 -1
  180. package/dist/typechain/factories/contracts/legacy/index.js.map +1 -1
  181. package/dist/typechain/index.d.ts +6 -0
  182. package/dist/typechain/index.d.ts.map +1 -1
  183. package/dist/typechain/index.js +8 -2
  184. package/dist/typechain/index.js.map +1 -1
  185. package/package.json +1 -1
  186. package/typechain/contracts/Governance/GovernorBravoDelegate.ts +221 -81
  187. package/typechain/contracts/Governance/GovernorBravoDelegator.ts +76 -0
  188. package/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3.ts +573 -0
  189. package/typechain/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.ts +76 -0
  190. package/typechain/contracts/Governance/GovernorBravoInterfaces.sol/index.ts +1 -0
  191. package/typechain/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1.ts +477 -0
  192. package/typechain/contracts/legacy/GovenorBravoV2.sol/index.ts +4 -0
  193. package/typechain/contracts/legacy/GovernorBravoDelegateV2.ts +1716 -0
  194. package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1.ts +438 -0
  195. package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2.ts +526 -0
  196. package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage.ts +125 -0
  197. package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2.ts +371 -0
  198. package/typechain/contracts/legacy/GovernorBravoInterfacesV2.sol/index.ts +7 -0
  199. package/typechain/contracts/legacy/index.ts +7 -0
  200. package/typechain/factories/contracts/Governance/GovernorBravoDelegate__factory.ts +207 -61
  201. package/typechain/factories/contracts/Governance/GovernorBravoDelegator__factory.ts +81 -1
  202. package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.ts +1 -1
  203. package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2__factory.ts +1 -1
  204. package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV3__factory.ts +425 -0
  205. package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.ts +1 -1
  206. package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents__factory.ts +81 -1
  207. package/typechain/factories/contracts/Governance/GovernorBravoInterfaces.sol/index.ts +1 -0
  208. package/typechain/factories/contracts/legacy/GovenorBravoV1.sol/GovernorBravoDelegatorV1__factory.ts +1 -1
  209. package/typechain/factories/contracts/legacy/GovenorBravoV2.sol/GovernorBravoDelegatorV1__factory.ts +519 -0
  210. package/typechain/factories/contracts/legacy/GovenorBravoV2.sol/index.ts +4 -0
  211. package/typechain/factories/contracts/legacy/GovernorBravoDelegateV1__factory.ts +1 -1
  212. package/typechain/factories/contracts/legacy/GovernorBravoDelegateV2__factory.ts +1231 -0
  213. package/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1__factory.ts +1 -1
  214. package/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage__factory.ts +1 -1
  215. package/typechain/factories/contracts/legacy/GovernorBravoInterfaces.sol/GovernorBravoEventsV1__factory.ts +1 -1
  216. package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV1__factory.ts +343 -0
  217. package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegateStorageV2__factory.ts +395 -0
  218. package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoDelegatorStorage__factory.ts +116 -0
  219. package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/GovernorBravoEventsV2__factory.ts +370 -0
  220. package/typechain/factories/contracts/legacy/GovernorBravoInterfacesV2.sol/index.ts +7 -0
  221. package/typechain/factories/contracts/legacy/index.ts +3 -0
  222. package/typechain/index.ts +6 -0
  223. package/artifacts/build-info/da11d367dd07d3f79bea1d8c5833588f.json +0 -1
@@ -0,0 +1,1231 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+
3
+ /* tslint:disable */
4
+
5
+ /* eslint-disable */
6
+ import type { PromiseOrValue } from "../../../common";
7
+ import type {
8
+ GovernorBravoDelegateV2,
9
+ GovernorBravoDelegateV2Interface,
10
+ } from "../../../contracts/legacy/GovernorBravoDelegateV2";
11
+ import type { Provider, TransactionRequest } from "@ethersproject/providers";
12
+ import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
13
+
14
+ const _abi = [
15
+ {
16
+ anonymous: false,
17
+ inputs: [
18
+ {
19
+ indexed: false,
20
+ internalType: "address",
21
+ name: "oldAdmin",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: false,
26
+ internalType: "address",
27
+ name: "newAdmin",
28
+ type: "address",
29
+ },
30
+ ],
31
+ name: "NewAdmin",
32
+ type: "event",
33
+ },
34
+ {
35
+ anonymous: false,
36
+ inputs: [
37
+ {
38
+ indexed: false,
39
+ internalType: "address",
40
+ name: "oldGuardian",
41
+ type: "address",
42
+ },
43
+ {
44
+ indexed: false,
45
+ internalType: "address",
46
+ name: "newGuardian",
47
+ type: "address",
48
+ },
49
+ ],
50
+ name: "NewGuardian",
51
+ type: "event",
52
+ },
53
+ {
54
+ anonymous: false,
55
+ inputs: [
56
+ {
57
+ indexed: false,
58
+ internalType: "address",
59
+ name: "oldImplementation",
60
+ type: "address",
61
+ },
62
+ {
63
+ indexed: false,
64
+ internalType: "address",
65
+ name: "newImplementation",
66
+ type: "address",
67
+ },
68
+ ],
69
+ name: "NewImplementation",
70
+ type: "event",
71
+ },
72
+ {
73
+ anonymous: false,
74
+ inputs: [
75
+ {
76
+ indexed: false,
77
+ internalType: "address",
78
+ name: "oldPendingAdmin",
79
+ type: "address",
80
+ },
81
+ {
82
+ indexed: false,
83
+ internalType: "address",
84
+ name: "newPendingAdmin",
85
+ type: "address",
86
+ },
87
+ ],
88
+ name: "NewPendingAdmin",
89
+ type: "event",
90
+ },
91
+ {
92
+ anonymous: false,
93
+ inputs: [
94
+ {
95
+ indexed: false,
96
+ internalType: "uint256",
97
+ name: "id",
98
+ type: "uint256",
99
+ },
100
+ ],
101
+ name: "ProposalCanceled",
102
+ type: "event",
103
+ },
104
+ {
105
+ anonymous: false,
106
+ inputs: [
107
+ {
108
+ indexed: false,
109
+ internalType: "uint256",
110
+ name: "id",
111
+ type: "uint256",
112
+ },
113
+ {
114
+ indexed: false,
115
+ internalType: "address",
116
+ name: "proposer",
117
+ type: "address",
118
+ },
119
+ {
120
+ indexed: false,
121
+ internalType: "address[]",
122
+ name: "targets",
123
+ type: "address[]",
124
+ },
125
+ {
126
+ indexed: false,
127
+ internalType: "uint256[]",
128
+ name: "values",
129
+ type: "uint256[]",
130
+ },
131
+ {
132
+ indexed: false,
133
+ internalType: "string[]",
134
+ name: "signatures",
135
+ type: "string[]",
136
+ },
137
+ {
138
+ indexed: false,
139
+ internalType: "bytes[]",
140
+ name: "calldatas",
141
+ type: "bytes[]",
142
+ },
143
+ {
144
+ indexed: false,
145
+ internalType: "uint256",
146
+ name: "startBlock",
147
+ type: "uint256",
148
+ },
149
+ {
150
+ indexed: false,
151
+ internalType: "uint256",
152
+ name: "endBlock",
153
+ type: "uint256",
154
+ },
155
+ {
156
+ indexed: false,
157
+ internalType: "string",
158
+ name: "description",
159
+ type: "string",
160
+ },
161
+ {
162
+ indexed: false,
163
+ internalType: "uint8",
164
+ name: "proposalType",
165
+ type: "uint8",
166
+ },
167
+ ],
168
+ name: "ProposalCreated",
169
+ type: "event",
170
+ },
171
+ {
172
+ anonymous: false,
173
+ inputs: [
174
+ {
175
+ indexed: false,
176
+ internalType: "uint256",
177
+ name: "id",
178
+ type: "uint256",
179
+ },
180
+ ],
181
+ name: "ProposalExecuted",
182
+ type: "event",
183
+ },
184
+ {
185
+ anonymous: false,
186
+ inputs: [
187
+ {
188
+ indexed: false,
189
+ internalType: "uint256",
190
+ name: "oldMaxOperations",
191
+ type: "uint256",
192
+ },
193
+ {
194
+ indexed: false,
195
+ internalType: "uint256",
196
+ name: "newMaxOperations",
197
+ type: "uint256",
198
+ },
199
+ ],
200
+ name: "ProposalMaxOperationsUpdated",
201
+ type: "event",
202
+ },
203
+ {
204
+ anonymous: false,
205
+ inputs: [
206
+ {
207
+ indexed: false,
208
+ internalType: "uint256",
209
+ name: "id",
210
+ type: "uint256",
211
+ },
212
+ {
213
+ indexed: false,
214
+ internalType: "uint256",
215
+ name: "eta",
216
+ type: "uint256",
217
+ },
218
+ ],
219
+ name: "ProposalQueued",
220
+ type: "event",
221
+ },
222
+ {
223
+ anonymous: false,
224
+ inputs: [
225
+ {
226
+ indexed: false,
227
+ internalType: "uint256",
228
+ name: "oldProposalThreshold",
229
+ type: "uint256",
230
+ },
231
+ {
232
+ indexed: false,
233
+ internalType: "uint256",
234
+ name: "newProposalThreshold",
235
+ type: "uint256",
236
+ },
237
+ ],
238
+ name: "ProposalThresholdSet",
239
+ type: "event",
240
+ },
241
+ {
242
+ anonymous: false,
243
+ inputs: [
244
+ {
245
+ indexed: true,
246
+ internalType: "address",
247
+ name: "voter",
248
+ type: "address",
249
+ },
250
+ {
251
+ indexed: false,
252
+ internalType: "uint256",
253
+ name: "proposalId",
254
+ type: "uint256",
255
+ },
256
+ {
257
+ indexed: false,
258
+ internalType: "uint8",
259
+ name: "support",
260
+ type: "uint8",
261
+ },
262
+ {
263
+ indexed: false,
264
+ internalType: "uint256",
265
+ name: "votes",
266
+ type: "uint256",
267
+ },
268
+ {
269
+ indexed: false,
270
+ internalType: "string",
271
+ name: "reason",
272
+ type: "string",
273
+ },
274
+ ],
275
+ name: "VoteCast",
276
+ type: "event",
277
+ },
278
+ {
279
+ anonymous: false,
280
+ inputs: [
281
+ {
282
+ indexed: false,
283
+ internalType: "uint256",
284
+ name: "oldVotingDelay",
285
+ type: "uint256",
286
+ },
287
+ {
288
+ indexed: false,
289
+ internalType: "uint256",
290
+ name: "newVotingDelay",
291
+ type: "uint256",
292
+ },
293
+ ],
294
+ name: "VotingDelaySet",
295
+ type: "event",
296
+ },
297
+ {
298
+ anonymous: false,
299
+ inputs: [
300
+ {
301
+ indexed: false,
302
+ internalType: "uint256",
303
+ name: "oldVotingPeriod",
304
+ type: "uint256",
305
+ },
306
+ {
307
+ indexed: false,
308
+ internalType: "uint256",
309
+ name: "newVotingPeriod",
310
+ type: "uint256",
311
+ },
312
+ ],
313
+ name: "VotingPeriodSet",
314
+ type: "event",
315
+ },
316
+ {
317
+ constant: true,
318
+ inputs: [],
319
+ name: "BALLOT_TYPEHASH",
320
+ outputs: [
321
+ {
322
+ internalType: "bytes32",
323
+ name: "",
324
+ type: "bytes32",
325
+ },
326
+ ],
327
+ payable: false,
328
+ stateMutability: "view",
329
+ type: "function",
330
+ },
331
+ {
332
+ constant: true,
333
+ inputs: [],
334
+ name: "DOMAIN_TYPEHASH",
335
+ outputs: [
336
+ {
337
+ internalType: "bytes32",
338
+ name: "",
339
+ type: "bytes32",
340
+ },
341
+ ],
342
+ payable: false,
343
+ stateMutability: "view",
344
+ type: "function",
345
+ },
346
+ {
347
+ constant: true,
348
+ inputs: [],
349
+ name: "MAX_PROPOSAL_THRESHOLD",
350
+ outputs: [
351
+ {
352
+ internalType: "uint256",
353
+ name: "",
354
+ type: "uint256",
355
+ },
356
+ ],
357
+ payable: false,
358
+ stateMutability: "view",
359
+ type: "function",
360
+ },
361
+ {
362
+ constant: true,
363
+ inputs: [],
364
+ name: "MAX_VOTING_DELAY",
365
+ outputs: [
366
+ {
367
+ internalType: "uint256",
368
+ name: "",
369
+ type: "uint256",
370
+ },
371
+ ],
372
+ payable: false,
373
+ stateMutability: "view",
374
+ type: "function",
375
+ },
376
+ {
377
+ constant: true,
378
+ inputs: [],
379
+ name: "MAX_VOTING_PERIOD",
380
+ outputs: [
381
+ {
382
+ internalType: "uint256",
383
+ name: "",
384
+ type: "uint256",
385
+ },
386
+ ],
387
+ payable: false,
388
+ stateMutability: "view",
389
+ type: "function",
390
+ },
391
+ {
392
+ constant: true,
393
+ inputs: [],
394
+ name: "MIN_PROPOSAL_THRESHOLD",
395
+ outputs: [
396
+ {
397
+ internalType: "uint256",
398
+ name: "",
399
+ type: "uint256",
400
+ },
401
+ ],
402
+ payable: false,
403
+ stateMutability: "view",
404
+ type: "function",
405
+ },
406
+ {
407
+ constant: true,
408
+ inputs: [],
409
+ name: "MIN_VOTING_DELAY",
410
+ outputs: [
411
+ {
412
+ internalType: "uint256",
413
+ name: "",
414
+ type: "uint256",
415
+ },
416
+ ],
417
+ payable: false,
418
+ stateMutability: "view",
419
+ type: "function",
420
+ },
421
+ {
422
+ constant: true,
423
+ inputs: [],
424
+ name: "MIN_VOTING_PERIOD",
425
+ outputs: [
426
+ {
427
+ internalType: "uint256",
428
+ name: "",
429
+ type: "uint256",
430
+ },
431
+ ],
432
+ payable: false,
433
+ stateMutability: "view",
434
+ type: "function",
435
+ },
436
+ {
437
+ constant: false,
438
+ inputs: [],
439
+ name: "_acceptAdmin",
440
+ outputs: [],
441
+ payable: false,
442
+ stateMutability: "nonpayable",
443
+ type: "function",
444
+ },
445
+ {
446
+ constant: false,
447
+ inputs: [
448
+ {
449
+ internalType: "address",
450
+ name: "governorAlpha",
451
+ type: "address",
452
+ },
453
+ ],
454
+ name: "_initiate",
455
+ outputs: [],
456
+ payable: false,
457
+ stateMutability: "nonpayable",
458
+ type: "function",
459
+ },
460
+ {
461
+ constant: false,
462
+ inputs: [
463
+ {
464
+ internalType: "address",
465
+ name: "newGuardian",
466
+ type: "address",
467
+ },
468
+ ],
469
+ name: "_setGuardian",
470
+ outputs: [],
471
+ payable: false,
472
+ stateMutability: "nonpayable",
473
+ type: "function",
474
+ },
475
+ {
476
+ constant: false,
477
+ inputs: [
478
+ {
479
+ internalType: "address",
480
+ name: "newPendingAdmin",
481
+ type: "address",
482
+ },
483
+ ],
484
+ name: "_setPendingAdmin",
485
+ outputs: [],
486
+ payable: false,
487
+ stateMutability: "nonpayable",
488
+ type: "function",
489
+ },
490
+ {
491
+ constant: false,
492
+ inputs: [
493
+ {
494
+ internalType: "uint256",
495
+ name: "proposalMaxOperations_",
496
+ type: "uint256",
497
+ },
498
+ ],
499
+ name: "_setProposalMaxOperations",
500
+ outputs: [],
501
+ payable: false,
502
+ stateMutability: "nonpayable",
503
+ type: "function",
504
+ },
505
+ {
506
+ constant: true,
507
+ inputs: [],
508
+ name: "admin",
509
+ outputs: [
510
+ {
511
+ internalType: "address",
512
+ name: "",
513
+ type: "address",
514
+ },
515
+ ],
516
+ payable: false,
517
+ stateMutability: "view",
518
+ type: "function",
519
+ },
520
+ {
521
+ constant: false,
522
+ inputs: [
523
+ {
524
+ internalType: "uint256",
525
+ name: "proposalId",
526
+ type: "uint256",
527
+ },
528
+ ],
529
+ name: "cancel",
530
+ outputs: [],
531
+ payable: false,
532
+ stateMutability: "nonpayable",
533
+ type: "function",
534
+ },
535
+ {
536
+ constant: false,
537
+ inputs: [
538
+ {
539
+ internalType: "uint256",
540
+ name: "proposalId",
541
+ type: "uint256",
542
+ },
543
+ {
544
+ internalType: "uint8",
545
+ name: "support",
546
+ type: "uint8",
547
+ },
548
+ ],
549
+ name: "castVote",
550
+ outputs: [],
551
+ payable: false,
552
+ stateMutability: "nonpayable",
553
+ type: "function",
554
+ },
555
+ {
556
+ constant: false,
557
+ inputs: [
558
+ {
559
+ internalType: "uint256",
560
+ name: "proposalId",
561
+ type: "uint256",
562
+ },
563
+ {
564
+ internalType: "uint8",
565
+ name: "support",
566
+ type: "uint8",
567
+ },
568
+ {
569
+ internalType: "uint8",
570
+ name: "v",
571
+ type: "uint8",
572
+ },
573
+ {
574
+ internalType: "bytes32",
575
+ name: "r",
576
+ type: "bytes32",
577
+ },
578
+ {
579
+ internalType: "bytes32",
580
+ name: "s",
581
+ type: "bytes32",
582
+ },
583
+ ],
584
+ name: "castVoteBySig",
585
+ outputs: [],
586
+ payable: false,
587
+ stateMutability: "nonpayable",
588
+ type: "function",
589
+ },
590
+ {
591
+ constant: false,
592
+ inputs: [
593
+ {
594
+ internalType: "uint256",
595
+ name: "proposalId",
596
+ type: "uint256",
597
+ },
598
+ {
599
+ internalType: "uint8",
600
+ name: "support",
601
+ type: "uint8",
602
+ },
603
+ {
604
+ internalType: "string",
605
+ name: "reason",
606
+ type: "string",
607
+ },
608
+ ],
609
+ name: "castVoteWithReason",
610
+ outputs: [],
611
+ payable: false,
612
+ stateMutability: "nonpayable",
613
+ type: "function",
614
+ },
615
+ {
616
+ constant: false,
617
+ inputs: [
618
+ {
619
+ internalType: "uint256",
620
+ name: "proposalId",
621
+ type: "uint256",
622
+ },
623
+ ],
624
+ name: "execute",
625
+ outputs: [],
626
+ payable: false,
627
+ stateMutability: "nonpayable",
628
+ type: "function",
629
+ },
630
+ {
631
+ constant: true,
632
+ inputs: [
633
+ {
634
+ internalType: "uint256",
635
+ name: "proposalId",
636
+ type: "uint256",
637
+ },
638
+ ],
639
+ name: "getActions",
640
+ outputs: [
641
+ {
642
+ internalType: "address[]",
643
+ name: "targets",
644
+ type: "address[]",
645
+ },
646
+ {
647
+ internalType: "uint256[]",
648
+ name: "values",
649
+ type: "uint256[]",
650
+ },
651
+ {
652
+ internalType: "string[]",
653
+ name: "signatures",
654
+ type: "string[]",
655
+ },
656
+ {
657
+ internalType: "bytes[]",
658
+ name: "calldatas",
659
+ type: "bytes[]",
660
+ },
661
+ ],
662
+ payable: false,
663
+ stateMutability: "view",
664
+ type: "function",
665
+ },
666
+ {
667
+ constant: true,
668
+ inputs: [
669
+ {
670
+ internalType: "uint256",
671
+ name: "proposalId",
672
+ type: "uint256",
673
+ },
674
+ {
675
+ internalType: "address",
676
+ name: "voter",
677
+ type: "address",
678
+ },
679
+ ],
680
+ name: "getReceipt",
681
+ outputs: [
682
+ {
683
+ components: [
684
+ {
685
+ internalType: "bool",
686
+ name: "hasVoted",
687
+ type: "bool",
688
+ },
689
+ {
690
+ internalType: "uint8",
691
+ name: "support",
692
+ type: "uint8",
693
+ },
694
+ {
695
+ internalType: "uint96",
696
+ name: "votes",
697
+ type: "uint96",
698
+ },
699
+ ],
700
+ internalType: "struct GovernorBravoDelegateStorageV1.Receipt",
701
+ name: "",
702
+ type: "tuple",
703
+ },
704
+ ],
705
+ payable: false,
706
+ stateMutability: "view",
707
+ type: "function",
708
+ },
709
+ {
710
+ constant: true,
711
+ inputs: [],
712
+ name: "guardian",
713
+ outputs: [
714
+ {
715
+ internalType: "address",
716
+ name: "",
717
+ type: "address",
718
+ },
719
+ ],
720
+ payable: false,
721
+ stateMutability: "view",
722
+ type: "function",
723
+ },
724
+ {
725
+ constant: true,
726
+ inputs: [],
727
+ name: "implementation",
728
+ outputs: [
729
+ {
730
+ internalType: "address",
731
+ name: "",
732
+ type: "address",
733
+ },
734
+ ],
735
+ payable: false,
736
+ stateMutability: "view",
737
+ type: "function",
738
+ },
739
+ {
740
+ constant: true,
741
+ inputs: [],
742
+ name: "initialProposalId",
743
+ outputs: [
744
+ {
745
+ internalType: "uint256",
746
+ name: "",
747
+ type: "uint256",
748
+ },
749
+ ],
750
+ payable: false,
751
+ stateMutability: "view",
752
+ type: "function",
753
+ },
754
+ {
755
+ constant: false,
756
+ inputs: [
757
+ {
758
+ internalType: "address",
759
+ name: "xvsVault_",
760
+ type: "address",
761
+ },
762
+ {
763
+ components: [
764
+ {
765
+ internalType: "uint256",
766
+ name: "votingDelay",
767
+ type: "uint256",
768
+ },
769
+ {
770
+ internalType: "uint256",
771
+ name: "votingPeriod",
772
+ type: "uint256",
773
+ },
774
+ {
775
+ internalType: "uint256",
776
+ name: "proposalThreshold",
777
+ type: "uint256",
778
+ },
779
+ ],
780
+ internalType: "struct GovernorBravoDelegateStorageV2.ProposalConfig[]",
781
+ name: "proposalConfigs_",
782
+ type: "tuple[]",
783
+ },
784
+ {
785
+ internalType: "contract TimelockInterface[]",
786
+ name: "timelocks",
787
+ type: "address[]",
788
+ },
789
+ {
790
+ internalType: "address",
791
+ name: "guardian_",
792
+ type: "address",
793
+ },
794
+ ],
795
+ name: "initialize",
796
+ outputs: [],
797
+ payable: false,
798
+ stateMutability: "nonpayable",
799
+ type: "function",
800
+ },
801
+ {
802
+ constant: true,
803
+ inputs: [
804
+ {
805
+ internalType: "address",
806
+ name: "",
807
+ type: "address",
808
+ },
809
+ ],
810
+ name: "latestProposalIds",
811
+ outputs: [
812
+ {
813
+ internalType: "uint256",
814
+ name: "",
815
+ type: "uint256",
816
+ },
817
+ ],
818
+ payable: false,
819
+ stateMutability: "view",
820
+ type: "function",
821
+ },
822
+ {
823
+ constant: true,
824
+ inputs: [],
825
+ name: "name",
826
+ outputs: [
827
+ {
828
+ internalType: "string",
829
+ name: "",
830
+ type: "string",
831
+ },
832
+ ],
833
+ payable: false,
834
+ stateMutability: "view",
835
+ type: "function",
836
+ },
837
+ {
838
+ constant: true,
839
+ inputs: [],
840
+ name: "pendingAdmin",
841
+ outputs: [
842
+ {
843
+ internalType: "address",
844
+ name: "",
845
+ type: "address",
846
+ },
847
+ ],
848
+ payable: false,
849
+ stateMutability: "view",
850
+ type: "function",
851
+ },
852
+ {
853
+ constant: true,
854
+ inputs: [
855
+ {
856
+ internalType: "uint256",
857
+ name: "",
858
+ type: "uint256",
859
+ },
860
+ ],
861
+ name: "proposalConfigs",
862
+ outputs: [
863
+ {
864
+ internalType: "uint256",
865
+ name: "votingDelay",
866
+ type: "uint256",
867
+ },
868
+ {
869
+ internalType: "uint256",
870
+ name: "votingPeriod",
871
+ type: "uint256",
872
+ },
873
+ {
874
+ internalType: "uint256",
875
+ name: "proposalThreshold",
876
+ type: "uint256",
877
+ },
878
+ ],
879
+ payable: false,
880
+ stateMutability: "view",
881
+ type: "function",
882
+ },
883
+ {
884
+ constant: true,
885
+ inputs: [],
886
+ name: "proposalCount",
887
+ outputs: [
888
+ {
889
+ internalType: "uint256",
890
+ name: "",
891
+ type: "uint256",
892
+ },
893
+ ],
894
+ payable: false,
895
+ stateMutability: "view",
896
+ type: "function",
897
+ },
898
+ {
899
+ constant: true,
900
+ inputs: [],
901
+ name: "proposalMaxOperations",
902
+ outputs: [
903
+ {
904
+ internalType: "uint256",
905
+ name: "",
906
+ type: "uint256",
907
+ },
908
+ ],
909
+ payable: false,
910
+ stateMutability: "view",
911
+ type: "function",
912
+ },
913
+ {
914
+ constant: true,
915
+ inputs: [],
916
+ name: "proposalThreshold",
917
+ outputs: [
918
+ {
919
+ internalType: "uint256",
920
+ name: "",
921
+ type: "uint256",
922
+ },
923
+ ],
924
+ payable: false,
925
+ stateMutability: "view",
926
+ type: "function",
927
+ },
928
+ {
929
+ constant: true,
930
+ inputs: [
931
+ {
932
+ internalType: "uint256",
933
+ name: "",
934
+ type: "uint256",
935
+ },
936
+ ],
937
+ name: "proposalTimelocks",
938
+ outputs: [
939
+ {
940
+ internalType: "contract TimelockInterface",
941
+ name: "",
942
+ type: "address",
943
+ },
944
+ ],
945
+ payable: false,
946
+ stateMutability: "view",
947
+ type: "function",
948
+ },
949
+ {
950
+ constant: true,
951
+ inputs: [
952
+ {
953
+ internalType: "uint256",
954
+ name: "",
955
+ type: "uint256",
956
+ },
957
+ ],
958
+ name: "proposals",
959
+ outputs: [
960
+ {
961
+ internalType: "uint256",
962
+ name: "id",
963
+ type: "uint256",
964
+ },
965
+ {
966
+ internalType: "address",
967
+ name: "proposer",
968
+ type: "address",
969
+ },
970
+ {
971
+ internalType: "uint256",
972
+ name: "eta",
973
+ type: "uint256",
974
+ },
975
+ {
976
+ internalType: "uint256",
977
+ name: "startBlock",
978
+ type: "uint256",
979
+ },
980
+ {
981
+ internalType: "uint256",
982
+ name: "endBlock",
983
+ type: "uint256",
984
+ },
985
+ {
986
+ internalType: "uint256",
987
+ name: "forVotes",
988
+ type: "uint256",
989
+ },
990
+ {
991
+ internalType: "uint256",
992
+ name: "againstVotes",
993
+ type: "uint256",
994
+ },
995
+ {
996
+ internalType: "uint256",
997
+ name: "abstainVotes",
998
+ type: "uint256",
999
+ },
1000
+ {
1001
+ internalType: "bool",
1002
+ name: "canceled",
1003
+ type: "bool",
1004
+ },
1005
+ {
1006
+ internalType: "bool",
1007
+ name: "executed",
1008
+ type: "bool",
1009
+ },
1010
+ {
1011
+ internalType: "uint8",
1012
+ name: "proposalType",
1013
+ type: "uint8",
1014
+ },
1015
+ ],
1016
+ payable: false,
1017
+ stateMutability: "view",
1018
+ type: "function",
1019
+ },
1020
+ {
1021
+ constant: false,
1022
+ inputs: [
1023
+ {
1024
+ internalType: "address[]",
1025
+ name: "targets",
1026
+ type: "address[]",
1027
+ },
1028
+ {
1029
+ internalType: "uint256[]",
1030
+ name: "values",
1031
+ type: "uint256[]",
1032
+ },
1033
+ {
1034
+ internalType: "string[]",
1035
+ name: "signatures",
1036
+ type: "string[]",
1037
+ },
1038
+ {
1039
+ internalType: "bytes[]",
1040
+ name: "calldatas",
1041
+ type: "bytes[]",
1042
+ },
1043
+ {
1044
+ internalType: "string",
1045
+ name: "description",
1046
+ type: "string",
1047
+ },
1048
+ {
1049
+ internalType: "enum GovernorBravoDelegateStorageV2.ProposalType",
1050
+ name: "proposalType",
1051
+ type: "uint8",
1052
+ },
1053
+ ],
1054
+ name: "propose",
1055
+ outputs: [
1056
+ {
1057
+ internalType: "uint256",
1058
+ name: "",
1059
+ type: "uint256",
1060
+ },
1061
+ ],
1062
+ payable: false,
1063
+ stateMutability: "nonpayable",
1064
+ type: "function",
1065
+ },
1066
+ {
1067
+ constant: false,
1068
+ inputs: [
1069
+ {
1070
+ internalType: "uint256",
1071
+ name: "proposalId",
1072
+ type: "uint256",
1073
+ },
1074
+ ],
1075
+ name: "queue",
1076
+ outputs: [],
1077
+ payable: false,
1078
+ stateMutability: "nonpayable",
1079
+ type: "function",
1080
+ },
1081
+ {
1082
+ constant: true,
1083
+ inputs: [],
1084
+ name: "quorumVotes",
1085
+ outputs: [
1086
+ {
1087
+ internalType: "uint256",
1088
+ name: "",
1089
+ type: "uint256",
1090
+ },
1091
+ ],
1092
+ payable: false,
1093
+ stateMutability: "view",
1094
+ type: "function",
1095
+ },
1096
+ {
1097
+ constant: true,
1098
+ inputs: [
1099
+ {
1100
+ internalType: "uint256",
1101
+ name: "proposalId",
1102
+ type: "uint256",
1103
+ },
1104
+ ],
1105
+ name: "state",
1106
+ outputs: [
1107
+ {
1108
+ internalType: "enum GovernorBravoDelegateStorageV1.ProposalState",
1109
+ name: "",
1110
+ type: "uint8",
1111
+ },
1112
+ ],
1113
+ payable: false,
1114
+ stateMutability: "view",
1115
+ type: "function",
1116
+ },
1117
+ {
1118
+ constant: true,
1119
+ inputs: [],
1120
+ name: "timelock",
1121
+ outputs: [
1122
+ {
1123
+ internalType: "contract TimelockInterface",
1124
+ name: "",
1125
+ type: "address",
1126
+ },
1127
+ ],
1128
+ payable: false,
1129
+ stateMutability: "view",
1130
+ type: "function",
1131
+ },
1132
+ {
1133
+ constant: true,
1134
+ inputs: [],
1135
+ name: "votingDelay",
1136
+ outputs: [
1137
+ {
1138
+ internalType: "uint256",
1139
+ name: "",
1140
+ type: "uint256",
1141
+ },
1142
+ ],
1143
+ payable: false,
1144
+ stateMutability: "view",
1145
+ type: "function",
1146
+ },
1147
+ {
1148
+ constant: true,
1149
+ inputs: [],
1150
+ name: "votingPeriod",
1151
+ outputs: [
1152
+ {
1153
+ internalType: "uint256",
1154
+ name: "",
1155
+ type: "uint256",
1156
+ },
1157
+ ],
1158
+ payable: false,
1159
+ stateMutability: "view",
1160
+ type: "function",
1161
+ },
1162
+ {
1163
+ constant: true,
1164
+ inputs: [],
1165
+ name: "xvsVault",
1166
+ outputs: [
1167
+ {
1168
+ internalType: "contract XvsVaultInterface",
1169
+ name: "",
1170
+ type: "address",
1171
+ },
1172
+ ],
1173
+ payable: false,
1174
+ stateMutability: "view",
1175
+ type: "function",
1176
+ },
1177
+ ] as const;
1178
+
1179
+ const _bytecode =
1180
+ "0x608060405234801561001057600080fd5b50614972806100206000396000f3fe608060405234801561001057600080fd5b506004361061025e5760003560e01c8063791f5d2311610146578063ddf0b009116100c3578063e9c714f211610087578063e9c714f2146104c2578063ee9799ee146104ca578063f851a440146104dd578063f9d28b80146104e5578063fc4eee42146104f8578063fe0d94c1146105005761025e565b8063ddf0b0091461046c578063deaaa7cc1461047f578063e23a9a5214610487578063e38e8c0f146104a7578063e48083fe146104ba5761025e565b8063b11262631161010a578063b112626314610439578063b58131b014610441578063b71d1a0c14610449578063d33219b41461045c578063da35c664146104645761025e565b8063791f5d23146103fb5780637b3c71d3146104035780637bdbe4d0146104165780639e6f26261461041e578063a64e024a146104315761025e565b806325fd935a116101df5780633bccf4fd116101a35780633bccf4fd146103925780633e4f49e6146103a557806340e58ee5146103c5578063452a9320146103d857806356781388146103e05780635c60da1b146103f35761025e565b806325fd935a146103285780632678224714610330578063328dd9821461034557806335a87de2146103685780633932abb11461038a5761025e565b80631b9ce575116102265780631b9ce575146102e65780631ebcfefd146102fb57806320606b7014610310578063215809ca1461031857806324bc1a64146103205761025e565b8063013cf08b1461026357806302a251a31461029657806306fdde03146102ab578063164a1ab1146102c057806317977c61146102d3575b600080fd5b610276610271366004612e15565b610513565b60405161028d9b9a9998979695949392919061462c565b60405180910390f35b61029e61057f565b60405161028d9190614220565b6102b3610585565b60405161028d91906142e5565b61029e6102ce366004612cac565b6105b5565b61029e6102e1366004612bf7565b610a73565b6102ee610a85565b60405161028d91906142c9565b61030e610309366004612e15565b610a94565b005b61029e610b04565b61029e610b1b565b61029e610b21565b61029e610b2f565b610338610b3d565b60405161028d91906140f0565b610358610353366004612e15565b610b4c565b60405161028d94939291906141d3565b61037b610376366004612e15565b610ddb565b60405161028d939291906146de565b61029e610dfc565b61030e6103a0366004612f04565b610e02565b6103b86103b3366004612e15565b610fda565b60405161028d91906142d7565b61030e6103d3366004612e15565b611174565b61033861140a565b61030e6103ee366004612e6d565b611419565b610338611463565b61029e611472565b61030e610411366004612e9d565b611480565b61029e6114d0565b61030e61042c366004612c1d565b6114d6565b61029e611860565b61029e611867565b61029e61186e565b61030e610457366004612bf7565b611874565b6102ee6118f1565b61029e611900565b61030e61047a366004612e15565b611906565b61029e611b9a565b61049a610495366004612e33565b611ba6565b60405161028d9190614566565b61030e6104b5366004612bf7565b611c13565b61029e611ccb565b61030e611cd0565b6102ee6104d8366004612e15565b611dae565b610338611dc9565b61030e6104f3366004612bf7565b611dd8565b61029e611f1c565b61030e61050e366004612e15565b611f22565b600a60208190526000918252604090912080546001820154600283015460078401546008850154600986015496860154600b870154600c880154600e9098015496986001600160a01b039096169794969395929492939192909160ff808316926101009004811691168b565b60045481565b6040518060400160405280601481526020017356656e757320476f7665726e6f7220427261766f60601b81525081565b6000600654600014156105e35760405162461bcd60e51b81526004016105da90614336565b60405180910390fd5b600e60008360028111156105f357fe5b60ff1681526020810191909152604001600020600201546009546001600160a01b031663782d6fe1336106274360016120d5565b6040518363ffffffff1660e01b81526004016106449291906140fe565b60206040518083038186803b15801561065c57600080fd5b505afa158015610670573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106949190810190612f79565b6001600160601b031610156106bb5760405162461bcd60e51b81526004016105da906144d6565b855187511480156106cd575084518751145b80156106da575083518751145b6106f65760405162461bcd60e51b81526004016105da906143b6565b86516107145760405162461bcd60e51b81526004016105da90614416565b600c54875111156107375760405162461bcd60e51b81526004016105da90614466565b336000908152600b602052604090205480156107b457600061075882610fda565b9050600181600781111561076857fe5b14156107865760405162461bcd60e51b81526004016105da906144b6565b600081600781111561079457fe5b14156107b25760405162461bcd60e51b81526004016105da90614476565b505b60006107e443600e60008760028111156107ca57fe5b60ff168152602001908152602001600020600001546120fd565b9050600061081682600e60008860028111156107fc57fe5b60ff168152602001908152602001600020600101546120fd565b60078054600101905590506108296124a0565b604051806101e001604052806007548152602001336001600160a01b03168152602001600081526020018c81526020018b81526020018a81526020018981526020018481526020018381526020016000815260200160008152602001600081526020016000151581526020016000151581526020018760028111156108aa57fe5b60ff16905280516000908152600a602090815260409182902083518155818401516001820180546001600160a01b0319166001600160a01b039092169190911790559183015160028301556060830151805193945084936109119260038501920190612526565b506080820151805161092d91600484019160209091019061258b565b5060a082015180516109499160058401916020909101906125d2565b5060c0820151805161096591600684019160209091019061262b565b5060e082015160078201556101008083015160088301556101208301516009830155610140830151600a830155610160830151600b80840191909155610180840151600c840180546101a087015160ff199182169315159390931761ff0019169215159094029190911790556101c090930151600e909201805490911660ff90921691909117905581516020808401516001600160a01b0316600090815292905260409091205580517fc8df7ff219f3c0358e14500814d8b62b443a4bebf3a596baa60b9295b1cf1bde90338d8d8d8d89898f8f6002811115610a4457fe5b604051610a5a9a99989796959493929190614574565b60405180910390a15193505050505b9695505050505050565b600b6020526000908152604090205481565b6009546001600160a01b031681565b6000546001600160a01b03163314610abe5760405162461bcd60e51b81526004016105da90614486565b600c8054908290556040517fd03b3c3c5c1446bcdd31423061041c94ca3bc5450fe7ccfb0f636f4c420de87e90610af890839085906146d0565b60405180910390a15050565b604051610b10906140e5565b604051809103902081565b610e1081565b697f0e10af47c1c700000081565b693f870857a3e0e380000081565b6001546001600160a01b031681565b6060806060806000600a600087815260200190815260200160002090508060030181600401826005018360060183805480602002602001604051908101604052809291908181526020018280548015610bce57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610bb0575b5050505050935082805480602002602001604051908101604052809291908181526020018280548015610c2057602002820191906000526020600020905b815481526020019060010190808311610c0c575b5050505050925081805480602002602001604051908101604052809291908181526020016000905b82821015610cf35760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610cdf5780601f10610cb457610100808354040283529160200191610cdf565b820191906000526020600020905b815481529060010190602001808311610cc257829003601f168201915b505050505081526020019060010190610c48565b50505050915080805480602002602001604051908101604052809291908181526020016000905b82821015610dc55760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610db15780601f10610d8657610100808354040283529160200191610db1565b820191906000526020600020905b815481529060010190602001808311610d9457829003601f168201915b505050505081526020019060010190610d1a565b5050505090509450945094509450509193509193565b600e6020526000908152604090208054600182015460029092015490919083565b60035481565b6000604051610e10906140e5565b60408051918290038220828201909152601482527356656e757320476f7665726e6f7220427261766f60601b6020909201919091527f157d76627a3b71c0167806f5879f7a61d3e301322f3a3b9f900315f15937671a610e6e612129565b30604051602001610e82949392919061422e565b6040516020818303038152906040528051906020012090506000604051610ea8906140a9565b604051908190038120610ec1918990899060200161426c565b60405160208183030381529060405280519060200120905060008282604051602001610eee9291906140b4565b604051602081830303815290604052805190602001209050600060018288888860405160008152602001604052604051610f2b9493929190614294565b6020604051602081039080840390855afa158015610f4d573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116610f805760405162461bcd60e51b81526004016105da906143a6565b806001600160a01b03167fb8e138887d0aa13bab447e82de9d5c1777041ecd21ca36ba824ff1e6c07ddda48a8a610fb8858e8e61212e565b604051610fc79392919061474c565b60405180910390a2505050505050505050565b60008160075410158015610fef575060065482115b61100b5760405162461bcd60e51b81526004016105da906144f6565b6000828152600a60205260409020600c81015460ff161561103057600291505061116f565b8060070154431161104557600091505061116f565b8060080154431161105a57600191505061116f565b80600a0154816009015411158061107e5750697f0e10af47c1c70000008160090154105b1561108d57600391505061116f565b60028101546110a057600491505061116f565b600c810154610100900460ff16156110bc57600791505061116f565b6002810154600e82015460ff166000908152600f60209081526040918290205482516360d143f160e11b8152925161115994936001600160a01b039092169263c1a287e29260048082019391829003018186803b15801561111c57600080fd5b505afa158015611130573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506111549190810190612dc3565b6120fd565b421061116957600691505061116f565b60059150505b919050565b600761117f82610fda565b600781111561118a57fe5b14156111a85760405162461bcd60e51b81526004016105da906144e6565b6000818152600a60205260409020600d546001600160a01b03163314806111db575060018101546001600160a01b031633145b8061129e5750600e8181015460ff16600090815260209190915260409020600201546009546001808401546001600160a01b039283169263782d6fe1929116906112269043906120d5565b6040518363ffffffff1660e01b8152600401611243929190614134565b60206040518083038186803b15801561125b57600080fd5b505afa15801561126f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506112939190810190612f79565b6001600160601b0316105b6112ba5760405162461bcd60e51b81526004016105da90614446565b600c8101805460ff1916600117905560005b60038201548110156113da57600e82015460ff166000908152600f60205260409020546003830180546001600160a01b039092169163591fcdfe91908490811061131257fe5b6000918252602090912001546004850180546001600160a01b03909216918590811061133a57fe5b906000526020600020015485600501858154811061135457fe5b9060005260206000200186600601868154811061136d57fe5b9060005260206000200187600201546040518663ffffffff1660e01b815260040161139c959493929190614192565b600060405180830381600087803b1580156113b657600080fd5b505af11580156113ca573d6000803e3d6000fd5b5050600190920191506112cc9050565b507f789cf55be980739dad1d0699b93b58e806b51c9d96619bfa8fe0a28abaa7b30c82604051610af89190614220565b600d546001600160a01b031681565b337fb8e138887d0aa13bab447e82de9d5c1777041ecd21ca36ba824ff1e6c07ddda4838361144884838361212e565b6040516114579392919061474c565b60405180910390a25050565b6002546001600160a01b031681565b691fc3842bd1f071c0000081565b337fb8e138887d0aa13bab447e82de9d5c1777041ecd21ca36ba824ff1e6c07ddda485856114af84838361212e565b86866040516114c2959493929190614706565b60405180910390a250505050565b600c5481565b60008052600f6020527ff4803e074bd026baaf6ed2e288c9515f68c72fb7216eebdd7cae1718a53ec375546001600160a01b0316156115275760405162461bcd60e51b81526004016105da906143d6565b6000546001600160a01b031633146115515760405162461bcd60e51b81526004016105da906143c6565b6001600160a01b0384166115775760405162461bcd60e51b81526004016105da90614386565b6001600160a01b03811661159d5760405162461bcd60e51b81526004016105da90614456565b81516003146115be5760405162461bcd60e51b81526004016105da90614326565b82516003146115df5760405162461bcd60e51b81526004016105da90614506565b600980546001600160a01b038087166001600160a01b031992831617909255600a600c55600d805492841692909116919091179055825160005b8181101561185857610e1085828151811061163057fe5b602002602001015160200151101561165a5760405162461bcd60e51b81526004016105da90614376565b6206270085828151811061166a57fe5b60200260200101516020015111156116945760405162461bcd60e51b81526004016105da90614546565b60018582815181106116a257fe5b60200260200101516000015110156116cc5760405162461bcd60e51b81526004016105da90614436565b620313808582815181106116dc57fe5b60200260200101516000015111156117065760405162461bcd60e51b81526004016105da906144a6565b691fc3842bd1f071c0000085828151811061171d57fe5b60200260200101516040015110156117475760405162461bcd60e51b81526004016105da90614346565b693f870857a3e0e380000085828151811061175e57fe5b60200260200101516040015111156117885760405162461bcd60e51b81526004016105da90614556565b60006001600160a01b031684828151811061179f57fe5b60200260200101516001600160a01b031614156117ce5760405162461bcd60e51b81526004016105da90614496565b8481815181106117da57fe5b6020908102919091018101516000838152600e8352604090819020825181559282015160018401550151600290910155835184908290811061181857fe5b6020908102919091018101516000838152600f909252604090912080546001600160a01b0319166001600160a01b03909216919091179055600101611619565b505050505050565b6206270081565b6203138081565b60055481565b6000546001600160a01b0316331461189e5760405162461bcd60e51b81526004016105da90614306565b600180546001600160a01b038381166001600160a01b03198316179092556040519116907fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a990610af89083908590614119565b6008546001600160a01b031681565b60075481565b600461191182610fda565b600781111561191c57fe5b146119395760405162461bcd60e51b81526004016105da906143e6565b6000818152600a60209081526040808320600e81015460ff168452600f8352818420548251630d48571f60e31b815292519194936119a29342936001600160a01b0390931692636a42b8f892600480840193919291829003018186803b15801561111c57600080fd5b905060005b6003830154811015611b5357611b4b8360030182815481106119c557fe5b6000918252602090912001546004850180546001600160a01b0390921691849081106119ed57fe5b9060005260206000200154856005018481548110611a0757fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015611a955780601f10611a6a57610100808354040283529160200191611a95565b820191906000526020600020905b815481529060010190602001808311611a7857829003601f168201915b5050505050866006018581548110611aa957fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015611b375780601f10611b0c57610100808354040283529160200191611b37565b820191906000526020600020905b815481529060010190602001808311611b1a57829003601f168201915b50505050600e89015488915060ff1661231e565b6001016119a7565b50600282018190556040517f9a2e42fd6722813d69113e7d0079d3d940171428df7373df9c7f7617cfda289290611b8d90859084906146d0565b60405180910390a1505050565b604051610b10906140a9565b611bae612684565b506000828152600a602090815260408083206001600160a01b0385168452600d018252918290208251606081018452905460ff8082161515835261010082041692820192909252620100009091046001600160601b0316918101919091525b92915050565b600d546001600160a01b0316331480611c3657506000546001600160a01b031633145b611c525760405162461bcd60e51b81526004016105da90614526565b6001600160a01b038116611c785760405162461bcd60e51b81526004016105da90614516565b600d80546001600160a01b038381166001600160a01b03198316179092556040519116907f08fdaf06427a2010e5958f4329b566993472d14ce81d3f16ce7f2a2660da98e390610af89083908590614119565b600181565b6001546001600160a01b031633148015611ce957503315155b611d055760405162461bcd60e51b81526004016105da90614426565b60008054600180546001600160a01b038082166001600160a01b03198086168217968790559092169092556040519282169390927ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc92611d69928692911690614119565b60405180910390a16001546040517fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991610af89184916001600160a01b031690614119565b600f602052600090815260409020546001600160a01b031681565b6000546001600160a01b031681565b6000546001600160a01b03163314611e025760405162461bcd60e51b81526004016105da906144c6565b60065415611e225760405162461bcd60e51b81526004016105da90614406565b806001600160a01b031663da35c6646040518163ffffffff1660e01b8152600401602060405180830381600087803b158015611e5d57600080fd5b505af1158015611e71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611e959190810190612dc3565b600781905560065560005b6003811015611f18576000818152600f6020526040808220548151630e18b68160e01b815291516001600160a01b0390911692630e18b681926004808201939182900301818387803b158015611ef557600080fd5b505af1158015611f09573d6000803e3d6000fd5b50505050806001019050611ea0565b5050565b60065481565b6005611f2d82610fda565b6007811115611f3857fe5b14611f555760405162461bcd60e51b81526004016105da90614396565b6000818152600a60205260408120600c8101805461ff001916610100179055905b60038201548110156120a557600e82015460ff166000908152600f60205260409020546003830180546001600160a01b0390921691630825f38f919084908110611fbc57fe5b6000918252602090912001546004850180546001600160a01b039092169185908110611fe457fe5b9060005260206000200154856005018581548110611ffe57fe5b9060005260206000200186600601868154811061201757fe5b9060005260206000200187600201546040518663ffffffff1660e01b8152600401612046959493929190614192565b600060405180830381600087803b15801561206057600080fd5b505af1158015612074573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261209c9190810190612de1565b50600101611f76565b507f712ae1383f79ac853f8d882153778e0260ef8f03b504e2866e0593e04d2b291f82604051610af89190614220565b6000828211156120f75760405162461bcd60e51b81526004016105da90614536565b50900390565b6000828201838110156121225760405162461bcd60e51b81526004016105da906143f6565b9392505050565b465b90565b6000600161213b84610fda565b600781111561214657fe5b146121635760405162461bcd60e51b81526004016105da90614356565b60028260ff1611156121875760405162461bcd60e51b81526004016105da906142f6565b6000838152600a602090815260408083206001600160a01b0388168452600d8101909252909120805460ff16156121d05760405162461bcd60e51b81526004016105da90614366565b600954600783015460405163782d6fe160e01b81526000926001600160a01b03169163782d6fe191612206918b91600401614134565b60206040518083038186803b15801561221e57600080fd5b505afa158015612232573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506122569190810190612f79565b905060ff85166122815761227783600a0154826001600160601b03166120fd565b600a8401556122d7565b8460ff16600114156122ae576122a48360090154826001600160601b03166120fd565b60098401556122d7565b8460ff16600214156122d7576122d183600b0154826001600160601b03166120fd565b600b8401555b8154600160ff199091161761ff00191661010060ff871602176dffffffffffffffffffffffff00001916620100006001600160601b03831602179091559150509392505050565b60ff81166000908152600f60209081526040918290205491516001600160a01b039092169163f2b065379161235d918a918a918a918a918a9101614142565b604051602081830303815290604052805190602001206040518263ffffffff1660e01b815260040161238f9190614220565b60206040518083038186803b1580156123a757600080fd5b505afa1580156123bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506123df9190810190612da5565b156123fc5760405162461bcd60e51b81526004016105da90614316565b60ff81166000908152600f602052604090819020549051633a66f90160e01b81526001600160a01b0390911690633a66f901906124459089908990899089908990600401614142565b602060405180830381600087803b15801561245f57600080fd5b505af1158015612473573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506124979190810190612dc3565b50505050505050565b604051806101e001604052806000815260200160006001600160a01b0316815260200160008152602001606081526020016060815260200160608152602001606081526020016000815260200160008152602001600081526020016000815260200160008152602001600015158152602001600015158152602001600060ff1681525090565b82805482825590600052602060002090810192821561257b579160200282015b8281111561257b57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190612546565b506125879291506126a4565b5090565b8280548282559060005260206000209081019282156125c6579160200282015b828111156125c65782518255916020019190600101906125ab565b506125879291506126c8565b82805482825590600052602060002090810192821561261f579160200282015b8281111561261f578251805161260f9184916020909101906126e2565b50916020019190600101906125f2565b5061258792915061274f565b828054828255906000526020600020908101928215612678579160200282015b8281111561267857825180516126689184916020909101906126e2565b509160200191906001019061264b565b50612587929150612772565b604080516060810182526000808252602082018190529181019190915290565b61212b91905b808211156125875780546001600160a01b03191681556001016126aa565b61212b91905b8082111561258757600081556001016126ce565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061272357805160ff19168380011785556125c6565b828001600101855582156125c657918201828111156125c65782518255916020019190600101906125ab565b61212b91905b808211156125875760006127698282612795565b50600101612755565b61212b91905b8082111561258757600061278c8282612795565b50600101612778565b50805460018160011615610100020316600290046000825580601f106127bb57506127d9565b601f0160209004906000526020600020908101906127d991906126c8565b50565b8035611c0d816148c1565b600082601f8301126127f857600080fd5b813561280b612806826147ab565b614785565b9150818183526020840193506020810190508385602084028201111561283057600080fd5b60005b8381101561285c578161284688826127dc565b8452506020928301929190910190600101612833565b5050505092915050565b600082601f83011261287757600080fd5b8135612885612806826147ab565b81815260209384019390925082018360005b8381101561285c57813586016128ad8882612a93565b8452506020928301929190910190600101612897565b600082601f8301126128d457600080fd5b81356128e2612806826147ab565b9150818183526020840193506020810190508385602084028201111561290757600080fd5b60005b8381101561285c578161291d8882612b28565b845250602092830192919091019060010161290a565b600082601f83011261294457600080fd5b8135612952612806826147ab565b81815260209384019390925082018360005b8381101561285c578135860161297a8882612a93565b8452506020928301929190910190600101612964565b600082601f8301126129a157600080fd5b81356129af612806826147ab565b915081818352602084019350602081019050838560608402820111156129d457600080fd5b60005b8381101561285c57816129ea8882612b86565b845250602090920191606091909101906001016129d7565b600082601f830112612a1357600080fd5b8135612a21612806826147ab565b91508181835260208401935060208101905083856020840282011115612a4657600080fd5b60005b8381101561285c5781612a5c8882612a7d565b8452506020928301929190910190600101612a49565b8051611c0d816148d5565b8035611c0d816148de565b8051611c0d816148de565b600082601f830112612aa457600080fd5b8135612ab2612806826147cb565b91508082526020830160208301858383011115612ace57600080fd5b612ad9838284614875565b50505092915050565b600082601f830112612af357600080fd5b8151612b01612806826147cb565b91508082526020830160208301858383011115612b1d57600080fd5b612ad9838284614881565b8035611c0d816148e7565b8035611c0d816148f0565b60008083601f840112612b5057600080fd5b5081356001600160401b03811115612b6757600080fd5b602083019150836001820283011115612b7f57600080fd5b9250929050565b600060608284031215612b9857600080fd5b612ba26060614785565b90506000612bb08484612a7d565b8252506020612bc184848301612a7d565b6020830152506040612bd584828501612a7d565b60408301525092915050565b8035611c0d816148fd565b8051611c0d81614906565b600060208284031215612c0957600080fd5b6000612c1584846127dc565b949350505050565b60008060008060808587031215612c3357600080fd5b6000612c3f87876127dc565b94505060208501356001600160401b03811115612c5b57600080fd5b612c6787828801612990565b93505060408501356001600160401b03811115612c8357600080fd5b612c8f878288016128c3565b9250506060612ca0878288016127dc565b91505092959194509250565b60008060008060008060c08789031215612cc557600080fd5b86356001600160401b03811115612cdb57600080fd5b612ce789828a016127e7565b96505060208701356001600160401b03811115612d0357600080fd5b612d0f89828a01612a02565b95505060408701356001600160401b03811115612d2b57600080fd5b612d3789828a01612933565b94505060608701356001600160401b03811115612d5357600080fd5b612d5f89828a01612866565b93505060808701356001600160401b03811115612d7b57600080fd5b612d8789828a01612a93565b92505060a0612d9889828a01612b33565b9150509295509295509295565b600060208284031215612db757600080fd5b6000612c158484612a72565b600060208284031215612dd557600080fd5b6000612c158484612a88565b600060208284031215612df357600080fd5b81516001600160401b03811115612e0957600080fd5b612c1584828501612ae2565b600060208284031215612e2757600080fd5b6000612c158484612a7d565b60008060408385031215612e4657600080fd5b6000612e528585612a7d565b9250506020612e63858286016127dc565b9150509250929050565b60008060408385031215612e8057600080fd5b6000612e8c8585612a7d565b9250506020612e6385828601612be1565b60008060008060608587031215612eb357600080fd5b6000612ebf8787612a7d565b9450506020612ed087828801612be1565b93505060408501356001600160401b03811115612eec57600080fd5b612ef887828801612b3e565b95989497509550505050565b600080600080600060a08688031215612f1c57600080fd5b6000612f288888612a7d565b9550506020612f3988828901612be1565b9450506040612f4a88828901612be1565b9350506060612f5b88828901612a7d565b9250506080612f6c88828901612a7d565b9150509295509295909350565b600060208284031215612f8b57600080fd5b6000612c158484612bec565b6000612fa38383612fd2565b505060200190565b60006121228383613174565b6000612fa3838361315a565b612fcc81614854565b82525050565b612fcc81614811565b6000612fe682614804565b612ff08185614808565b9350612ffb836147f2565b8060005b838110156130295781516130138882612f97565b975061301e836147f2565b925050600101612fff565b509495945050505050565b600061303f82614804565b6130498185614808565b93508360208202850161305b856147f2565b8060005b8581101561309557848403895281516130788582612fab565b9450613083836147f2565b60209a909a019992505060010161305f565b5091979650505050505050565b60006130ad82614804565b6130b78185614808565b9350836020820285016130c9856147f2565b8060005b8581101561309557848403895281516130e68582612fab565b94506130f1836147f2565b60209a909a01999250506001016130cd565b600061310e82614804565b6131188185614808565b9350613123836147f2565b8060005b8381101561302957815161313b8882612fb7565b9750613146836147f2565b925050600101613127565b612fcc8161481c565b612fcc8161212b565b612fcc61316f8261212b565b61212b565b600061317f82614804565b6131898185614808565b9350613199818560208601614881565b6131a2816148ad565b9093019392505050565b6000815460018116600081146131c957600181146131ef5761322e565b607f60028304166131da8187614808565b60ff198416815295505060208501925061322e565b600282046131fd8187614808565b9550613208856147f8565b60005b828110156132275781548882015260019091019060200161320b565b8701945050505b505092915050565b612fcc81614821565b612fcc8161485f565b60006132548385614808565b9350613261838584614875565b6131a2836148ad565b6000613277603283614808565b7f476f7665726e6f72427261766f3a3a63617374566f7465496e7465726e616c3a81527120696e76616c696420766f7465207479706560701b602082015260400192915050565b60006132cb60288361116f565b7f42616c6c6f742875696e743235362070726f706f73616c49642c75696e743820815267737570706f72742960c01b602082015260280192915050565b6000613315602a83614808565b7f476f7665726e6f72427261766f3a5f73657450656e64696e6741646d696e3a2081526961646d696e206f6e6c7960b01b602082015260400192915050565b6000613361605583614808565b7f476f7665726e6f72427261766f3a3a71756575654f72526576657274496e746581527f726e616c3a206964656e746963616c2070726f706f73616c20616374696f6e20602082015274616c7265616479207175657565642061742065746160581b604082015260600192915050565b60006133de605683614808565b7f476f7665726e6f72427261766f3a3a696e697469616c697a653a6e756d62657281527f206f662074696d656c6f636b732073686f756c64206d61746368206e756d626560208201527572206f6620676f7665726e616e636520726f7574657360501b604082015260600192915050565b600061345c603183614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a20476f7665726e6f7281527020427261766f206e6f742061637469766560781b602082015260400192915050565b60006134af60028361116f565b61190160f01b815260020192915050565b60006134cd603983614808565b60008051602061491083398151915281527f6964206d696e2070726f706f73616c207468726573686f6c6400000000000000602082015260400192915050565b600061351a603183614808565b7f476f7665726e6f72427261766f3a3a63617374566f7465496e7465726e616c3a815270081d9bdd1a5b99c81a5cc818db1bdcd959607a1b602082015260400192915050565b600061356d603483614808565b7f476f7665726e6f72427261766f3a3a63617374566f7465496e7465726e616c3a815273081d9bdd195c88185b1c9958591e481d9bdd195960621b602082015260400192915050565b60006135c3603483614808565b6000805160206149108339815191528152731a59081b5a5b881d9bdd1a5b99c81c195c9a5bd960621b602082015260400192915050565b6000613607602e83614808565b60008051602061491083398151915281526d696420787673206164647265737360901b602082015260400192915050565b6000613645604583614808565b7f476f7665726e6f72427261766f3a3a657865637574653a2070726f706f73616c81527f2063616e206f6e6c7920626520657865637574656420696620697420697320716020820152641d595d595960da1b604082015260600192915050565b60006136b2602f83614808565b7f476f7665726e6f72427261766f3a3a63617374566f746542795369673a20696e81526e76616c6964207369676e617475726560881b602082015260400192915050565b6000613703604483614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a2070726f706f73616c81527f2066756e6374696f6e20696e666f726d6174696f6e206172697479206d69736d6020820152630c2e8c6d60e31b604082015260600192915050565b600061376f602583614808565b7f476f7665726e6f72427261766f3a3a696e697469616c697a653a2061646d696e815264206f6e6c7960d81b602082015260400192915050565b60006137b6603283614808565b7f476f7665726e6f72427261766f3a3a696e697469616c697a653a2063616e6e6f8152717420696e697469616c697a6520747769636560701b602082015260400192915050565b600061380a604483614808565b7f476f7665726e6f72427261766f3a3a71756575653a2070726f706f73616c206381527f616e206f6e6c79206265207175657565642069662069742069732073756363656020820152631959195960e21b604082015260600192915050565b6000613876601183614808565b706164646974696f6e206f766572666c6f7760781b815260200192915050565b60006138a360438361116f565b7f454950373132446f6d61696e28737472696e67206e616d652c75696e7432353681527f20636861696e49642c6164647265737320766572696679696e67436f6e74726160208201526263742960e81b604082015260430192915050565b600061390e603083614808565b7f476f7665726e6f72427261766f3a3a5f696e6974696174653a2063616e206f6e81526f6c7920696e697469617465206f6e636560801b602082015260400192915050565b6000613960602c83614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a206d7573742070726f81526b7669646520616374696f6e7360a01b602082015260400192915050565b60006139ae602e83614808565b7f476f7665726e6f72427261766f3a5f61636365707441646d696e3a2070656e6481526d696e672061646d696e206f6e6c7960901b602082015260400192915050565b60006139fe603383614808565b6000805160206149108339815191528152726964206d696e20766f74696e672064656c617960681b602082015260400192915050565b6000613a41602f83614808565b7f476f7665726e6f72427261766f3a3a63616e63656c3a2070726f706f7365722081526e18589bdd99481d1a1c995cda1bdb19608a1b602082015260400192915050565b6000613a92602b83614808565b60008051602061491083398151915281526a34b21033bab0b93234b0b760a91b602082015260400192915050565b6000613acd602883614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a20746f6f206d616e7981526720616374696f6e7360c01b602082015260400192915050565b6000613b17605983614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a206f6e65206c69766581527f2070726f706f73616c207065722070726f706f7365722c20666f756e6420616e60208201527f20616c72656164792070656e64696e672070726f706f73616c00000000000000604082015260600192915050565b6000613b9c603483614808565b7f476f7665726e6f72427261766f3a3a5f73657450726f706f73616c4d61784f7081527365726174696f6e733a2061646d696e206f6e6c7960601b602082015260400192915050565b6000613bf2603283614808565b7f476f7665726e6f72427261766f3a3a696e697469616c697a653a696e76616c69815271642074696d656c6f636b206164647265737360701b602082015260400192915050565b6000613c46603383614808565b6000805160206149108339815191528152726964206d617820766f74696e672064656c617960681b602082015260400192915050565b6000613c89605883614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a206f6e65206c69766581527f2070726f706f73616c207065722070726f706f7365722c20666f756e6420616e60208201527f20616c7265616479206163746976652070726f706f73616c0000000000000000604082015260600192915050565b6000611c0d600083614808565b6000613d1b602483614808565b7f476f7665726e6f72427261766f3a3a5f696e6974696174653a2061646d696e208152636f6e6c7960e01b602082015260400192915050565b6000613d61603f83614808565b7f476f7665726e6f72427261766f3a3a70726f706f73653a2070726f706f73657281527f20766f7465732062656c6f772070726f706f73616c207468726573686f6c6400602082015260400192915050565b6000613dc0603683614808565b7f476f7665726e6f72427261766f3a3a63616e63656c3a2063616e6e6f742063618152751b98d95b08195e1958dd5d1959081c1c9bdc1bdcd85b60521b602082015260400192915050565b6000613e18602983614808565b7f476f7665726e6f72427261766f3a3a73746174653a20696e76616c69642070728152681bdc1bdcd85b081a5960ba1b602082015260400192915050565b6000613e63605d83614808565b7f476f7665726e6f72427261766f3a3a696e697469616c697a653a6e756d62657281527f206f662070726f706f73616c20636f6e666967732073686f756c64206d61746360208201527f68206e756d626572206f6620676f7665726e616e636520726f75746573000000604082015260600192915050565b6000613ee8603b83614808565b7f476f7665726e6f72427261766f3a3a5f736574477561726469616e3a2063616e81527f6e6f74206c69766520776974686f7574206120677561726469616e0000000000602082015260400192915050565b6000613f47603383614808565b7f476f7665726e6f72427261766f3a3a5f736574477561726469616e3a2061646d815272696e206f7220677561726469616e206f6e6c7960681b602082015260400192915050565b6000613f9c601583614808565b747375627472616374696f6e20756e646572666c6f7760581b815260200192915050565b6000613fcd603483614808565b6000805160206149108339815191528152731a59081b585e081d9bdd1a5b99c81c195c9a5bd960621b602082015260400192915050565b6000614011603983614808565b60008051602061491083398151915281527f6964206d61782070726f706f73616c207468726573686f6c6400000000000000602082015260400192915050565b805160608301906140628482613151565b506020820151614075602085018261408e565b50604082015161408860408501826140a0565b50505050565b612fcc81614842565b612fcc8161486a565b612fcc81614848565b6000611c0d826132be565b60006140bf826134a2565b91506140cb8285613163565b6020820191506140db8284613163565b5060200192915050565b6000611c0d82613896565b60208101611c0d8284612fd2565b6040810161410c8285612fc3565b612122602083018461315a565b604081016141278285612fd2565b6121226020830184612fd2565b6040810161410c8285612fd2565b60a081016141508288612fd2565b61415d602083018761315a565b818103604083015261416f8186613174565b905081810360608301526141838185613174565b9050610a69608083018461315a565b60a081016141a08288612fd2565b6141ad602083018761315a565b81810360408301526141bf81866131ac565b9050818103606083015261418381856131ac565b608080825281016141e48187612fdb565b905081810360208301526141f88186613103565b9050818103604083015261420c81856130a2565b90508181036060830152610a698184613034565b60208101611c0d828461315a565b6080810161423c828761315a565b614249602083018661315a565b614256604083018561315a565b6142636060830184612fd2565b95945050505050565b6060810161427a828661315a565b614287602083018561315a565b612c15604083018461408e565b608081016142a2828761315a565b6142af602083018661408e565b6142bc604083018561315a565b614263606083018461315a565b60208101611c0d8284613236565b60208101611c0d828461323f565b602080825281016121228184613174565b60208082528101611c0d8161326a565b60208082528101611c0d81613308565b60208082528101611c0d81613354565b60208082528101611c0d816133d1565b60208082528101611c0d8161344f565b60208082528101611c0d816134c0565b60208082528101611c0d8161350d565b60208082528101611c0d81613560565b60208082528101611c0d816135b6565b60208082528101611c0d816135fa565b60208082528101611c0d81613638565b60208082528101611c0d816136a5565b60208082528101611c0d816136f6565b60208082528101611c0d81613762565b60208082528101611c0d816137a9565b60208082528101611c0d816137fd565b60208082528101611c0d81613869565b60208082528101611c0d81613901565b60208082528101611c0d81613953565b60208082528101611c0d816139a1565b60208082528101611c0d816139f1565b60208082528101611c0d81613a34565b60208082528101611c0d81613a85565b60208082528101611c0d81613ac0565b60208082528101611c0d81613b0a565b60208082528101611c0d81613b8f565b60208082528101611c0d81613be5565b60208082528101611c0d81613c39565b60208082528101611c0d81613c7c565b60208082528101611c0d81613d0e565b60208082528101611c0d81613d54565b60208082528101611c0d81613db3565b60208082528101611c0d81613e0b565b60208082528101611c0d81613e56565b60208082528101611c0d81613edb565b60208082528101611c0d81613f3a565b60208082528101611c0d81613f8f565b60208082528101611c0d81613fc0565b60208082528101611c0d81614004565b60608101611c0d8284614051565b6101408101614583828d61315a565b614590602083018c612fc3565b81810360408301526145a2818b612fdb565b905081810360608301526145b6818a613103565b905081810360808301526145ca81896130a2565b905081810360a08301526145de8188613034565b90506145ed60c083018761315a565b6145fa60e083018661315a565b81810361010083015261460d8185613174565b905061461d61012083018461408e565b9b9a5050505050505050505050565b610160810161463b828e61315a565b614648602083018d612fd2565b614655604083018c61315a565b614662606083018b61315a565b61466f608083018a61315a565b61467c60a083018961315a565b61468960c083018861315a565b61469660e083018761315a565b6146a4610100830186613151565b6146b2610120830185613151565b6146c061014083018461408e565b9c9b505050505050505050505050565b6040810161410c828561315a565b606081016146ec828661315a565b6146f9602083018561315a565b612c15604083018461315a565b60808101614714828861315a565b614721602083018761408e565b61472e6040830186614097565b8181036060830152614741818486613248565b979650505050505050565b6080810161475a828661315a565b614767602083018561408e565b6147746040830184614097565b818103606083015261426381613d01565b6040518181016001600160401b03811182821017156147a357600080fd5b604052919050565b60006001600160401b038211156147c157600080fd5b5060209081020190565b60006001600160401b038211156147e157600080fd5b506020601f91909101601f19160190565b60200190565b60009081526020902090565b5190565b90815260200190565b6000611c0d82614836565b151590565b6000611c0d82614811565b8061116f816148b7565b6001600160a01b031690565b60ff1690565b6001600160601b031690565b6000611c0d82614821565b6000611c0d8261482c565b6000611c0d82614848565b82818337506000910152565b60005b8381101561489c578181015183820152602001614884565b838111156140885750506000910152565b601f01601f191690565b600881106127d957fe5b6148ca81614811565b81146127d957600080fd5b6148ca8161481c565b6148ca8161212b565b6148ca81614821565b600381106127d957600080fd5b6148ca81614842565b6148ca8161484856fe476f7665726e6f72427261766f3a3a696e697469616c697a653a20696e76616ca365627a7a723158204d943fcb48db20a7edf5ffa7d4e2f99f344ff728f5b207bc2c5826f2e5dc87516c6578706572696d656e74616cf564736f6c63430005100040";
1181
+
1182
+ type GovernorBravoDelegateV2ConstructorParams =
1183
+ | [signer?: Signer]
1184
+ | ConstructorParameters<typeof ContractFactory>;
1185
+
1186
+ const isSuperArgs = (
1187
+ xs: GovernorBravoDelegateV2ConstructorParams
1188
+ ): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
1189
+
1190
+ export class GovernorBravoDelegateV2__factory extends ContractFactory {
1191
+ constructor(...args: GovernorBravoDelegateV2ConstructorParams) {
1192
+ if (isSuperArgs(args)) {
1193
+ super(...args);
1194
+ } else {
1195
+ super(_abi, _bytecode, args[0]);
1196
+ }
1197
+ }
1198
+
1199
+ override deploy(
1200
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
1201
+ ): Promise<GovernorBravoDelegateV2> {
1202
+ return super.deploy(overrides || {}) as Promise<GovernorBravoDelegateV2>;
1203
+ }
1204
+ override getDeployTransaction(
1205
+ overrides?: Overrides & { from?: PromiseOrValue<string> }
1206
+ ): TransactionRequest {
1207
+ return super.getDeployTransaction(overrides || {});
1208
+ }
1209
+ override attach(address: string): GovernorBravoDelegateV2 {
1210
+ return super.attach(address) as GovernorBravoDelegateV2;
1211
+ }
1212
+ override connect(signer: Signer): GovernorBravoDelegateV2__factory {
1213
+ return super.connect(signer) as GovernorBravoDelegateV2__factory;
1214
+ }
1215
+
1216
+ static readonly bytecode = _bytecode;
1217
+ static readonly abi = _abi;
1218
+ static createInterface(): GovernorBravoDelegateV2Interface {
1219
+ return new utils.Interface(_abi) as GovernorBravoDelegateV2Interface;
1220
+ }
1221
+ static connect(
1222
+ address: string,
1223
+ signerOrProvider: Signer | Provider
1224
+ ): GovernorBravoDelegateV2 {
1225
+ return new Contract(
1226
+ address,
1227
+ _abi,
1228
+ signerOrProvider
1229
+ ) as GovernorBravoDelegateV2;
1230
+ }
1231
+ }