@maci-protocol/contracts 0.0.0-ci.cac737b → 0.0.0-ci.e3476db

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 (204) hide show
  1. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.dbg.json +1 -1
  2. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.dbg.json +1 -1
  3. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.dbg.json +1 -1
  4. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.dbg.json +1 -1
  5. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.dbg.json +1 -1
  6. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.dbg.json +1 -1
  7. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.dbg.json +1 -1
  8. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.dbg.json +1 -1
  9. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.dbg.json +1 -1
  10. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.dbg.json +1 -1
  11. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.dbg.json +1 -1
  12. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.sol/ERC20VotesChecker.dbg.json +4 -0
  13. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.sol/ERC20VotesChecker.json +117 -0
  14. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.sol/ERC20VotesCheckerFactory.dbg.json +4 -0
  15. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.sol/ERC20VotesCheckerFactory.json +65 -0
  16. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.sol/ERC20VotesPolicy.dbg.json +4 -0
  17. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.sol/ERC20VotesPolicy.json +285 -0
  18. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.sol/ERC20VotesPolicyFactory.dbg.json +4 -0
  19. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.sol/ERC20VotesPolicyFactory.json +55 -0
  20. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.dbg.json +1 -1
  21. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.dbg.json +1 -1
  22. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.dbg.json +1 -1
  23. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.dbg.json +1 -1
  24. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.dbg.json +1 -1
  25. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.dbg.json +1 -1
  26. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.dbg.json +1 -1
  27. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.dbg.json +1 -1
  28. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.dbg.json +1 -1
  29. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.dbg.json +1 -1
  30. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.dbg.json +1 -1
  31. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.dbg.json +1 -1
  32. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.dbg.json +1 -1
  33. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.dbg.json +1 -1
  34. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.dbg.json +1 -1
  35. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.dbg.json +1 -1
  36. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.dbg.json +1 -1
  37. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.dbg.json +1 -1
  38. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.dbg.json +1 -1
  39. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.dbg.json +1 -1
  40. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.dbg.json +1 -1
  41. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.dbg.json +1 -1
  42. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.dbg.json +1 -1
  43. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.dbg.json +1 -1
  44. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.dbg.json +1 -1
  45. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.dbg.json +1 -1
  46. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.dbg.json +1 -1
  47. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.dbg.json +1 -1
  48. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.dbg.json +1 -1
  49. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.dbg.json +1 -1
  50. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.dbg.json +1 -1
  51. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.dbg.json +1 -1
  52. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.dbg.json +1 -1
  53. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.dbg.json +1 -1
  54. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.dbg.json +1 -1
  55. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.dbg.json +1 -1
  56. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.dbg.json +1 -1
  57. package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.dbg.json +1 -1
  58. package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.dbg.json +1 -1
  59. package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.dbg.json +1 -1
  60. package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.dbg.json +1 -1
  61. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.dbg.json +1 -1
  62. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.dbg.json +1 -1
  63. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.dbg.json +1 -1
  64. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.dbg.json +1 -1
  65. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.dbg.json +1 -1
  66. package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +1 -1
  67. package/build/artifacts/@openzeppelin/contracts/governance/utils/IVotes.sol/IVotes.dbg.json +1 -1
  68. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.dbg.json +1 -1
  69. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.dbg.json +1 -1
  70. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.dbg.json +1 -1
  71. package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +1 -1
  72. package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +1 -1
  73. package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +1 -1
  74. package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.dbg.json +1 -1
  75. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.dbg.json +1 -1
  76. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.dbg.json +1 -1
  77. package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.dbg.json +1 -1
  78. package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.dbg.json +1 -1
  79. package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
  80. package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.dbg.json +1 -1
  81. package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +1 -1
  82. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.dbg.json +1 -1
  83. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.dbg.json +1 -1
  84. package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +1 -1
  85. package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +1 -1
  86. package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +1 -1
  87. package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.dbg.json +1 -1
  88. package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +1 -1
  89. package/build/artifacts/build-info/{ca85c3c26a09c8586f763a7193cadd49.json → 69ba5f2b9ae4af6a22cd0f9cc9d22067.json} +1 -1
  90. package/build/artifacts/contracts/MACI.sol/MACI.dbg.json +1 -1
  91. package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.dbg.json +1 -1
  92. package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.dbg.json +1 -1
  93. package/build/artifacts/contracts/Poll.sol/Poll.dbg.json +1 -1
  94. package/build/artifacts/contracts/PollFactory.sol/PollFactory.dbg.json +1 -1
  95. package/build/artifacts/contracts/Tally.sol/Tally.dbg.json +1 -1
  96. package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.dbg.json +1 -1
  97. package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.dbg.json +1 -1
  98. package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.dbg.json +1 -1
  99. package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.dbg.json +1 -1
  100. package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.dbg.json +1 -1
  101. package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.dbg.json +1 -1
  102. package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.dbg.json +1 -1
  103. package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.dbg.json +1 -1
  104. package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.dbg.json +1 -1
  105. package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.dbg.json +1 -1
  106. package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.dbg.json +1 -1
  107. package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.dbg.json +1 -1
  108. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.dbg.json +1 -1
  109. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.dbg.json +1 -1
  110. package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol/ERC20VotesInitialVoiceCreditProxy.dbg.json +1 -1
  111. package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol/ERC20VotesInitialVoiceCreditProxyFactory.dbg.json +1 -1
  112. package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.dbg.json +1 -1
  113. package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.dbg.json +1 -1
  114. package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.dbg.json +1 -1
  115. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.dbg.json +1 -1
  116. package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.dbg.json +1 -1
  117. package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.dbg.json +1 -1
  118. package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.dbg.json +1 -1
  119. package/build/artifacts/contracts/interfaces/ITally.sol/ITally.dbg.json +1 -1
  120. package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.dbg.json +1 -1
  121. package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.dbg.json +1 -1
  122. package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.dbg.json +1 -1
  123. package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.dbg.json +1 -1
  124. package/build/artifacts/contracts/mocks/MockERC20Votes.sol/MockERC20Votes.dbg.json +1 -1
  125. package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.dbg.json +1 -1
  126. package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.dbg.json +1 -1
  127. package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.dbg.json +1 -1
  128. package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.dbg.json +1 -1
  129. package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.json +2 -2
  130. package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.dbg.json +1 -1
  131. package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.dbg.json +1 -1
  132. package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.dbg.json +1 -1
  133. package/build/artifacts/contracts/utilities/Params.sol/Params.dbg.json +1 -1
  134. package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.dbg.json +1 -1
  135. package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.dbg.json +1 -1
  136. package/build/tasks/deploy/maci/01-gatekeepers.js +59 -2
  137. package/build/tasks/deploy/maci/01-gatekeepers.js.map +1 -1
  138. package/build/tasks/deploy/poll/02-gatekeepers.js +61 -1
  139. package/build/tasks/deploy/poll/02-gatekeepers.js.map +1 -1
  140. package/build/tasks/helpers/constants.d.ts +1 -1
  141. package/build/tasks/helpers/constants.d.ts.map +1 -1
  142. package/build/tasks/helpers/constants.js +1 -0
  143. package/build/tasks/helpers/constants.js.map +1 -1
  144. package/build/tasks/helpers/types.d.ts +9 -4
  145. package/build/tasks/helpers/types.d.ts.map +1 -1
  146. package/build/tasks/helpers/types.js +5 -0
  147. package/build/tasks/helpers/types.js.map +1 -1
  148. package/build/ts/deploy.d.ts +14 -1
  149. package/build/ts/deploy.d.ts.map +1 -1
  150. package/build/ts/deploy.js +23 -1
  151. package/build/ts/deploy.js.map +1 -1
  152. package/build/tsconfig.build.tsbuildinfo +1 -1
  153. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.d.ts +60 -0
  154. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.d.ts.map +1 -0
  155. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.js +3 -0
  156. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.js.map +1 -0
  157. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.d.ts +58 -0
  158. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.d.ts.map +1 -0
  159. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.js +3 -0
  160. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.js.map +1 -0
  161. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.d.ts +139 -0
  162. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.d.ts.map +1 -0
  163. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.js +3 -0
  164. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.js.map +1 -0
  165. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.d.ts +50 -0
  166. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.d.ts.map +1 -0
  167. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.js +3 -0
  168. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.js.map +1 -0
  169. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
  170. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
  171. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.js +3 -0
  172. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.js.map +1 -0
  173. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts +2 -0
  174. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -1
  175. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts +65 -0
  176. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts.map +1 -0
  177. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js +94 -0
  178. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js.map +1 -0
  179. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts +105 -0
  180. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts.map +1 -0
  181. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js +146 -0
  182. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js.map +1 -0
  183. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts +57 -0
  184. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts.map +1 -0
  185. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js +84 -0
  186. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js.map +1 -0
  187. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts +236 -0
  188. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts.map +1 -0
  189. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js +314 -0
  190. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js.map +1 -0
  191. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
  192. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
  193. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js +15 -0
  194. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js.map +1 -0
  195. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts +1 -0
  196. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -1
  197. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js +2 -1
  198. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js.map +1 -1
  199. package/build/typechain-types/index.d.ts +8 -0
  200. package/build/typechain-types/index.d.ts.map +1 -1
  201. package/build/typechain-types/index.js +11 -3
  202. package/build/typechain-types/index.js.map +1 -1
  203. package/contracts/mocks/Mocker.sol +4 -0
  204. package/package.json +6 -5
@@ -0,0 +1,236 @@
1
+ import { ContractFactory, ContractTransactionResponse } from "ethers";
2
+ import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
3
+ import type { PayableOverrides } from "../../../../../../common";
4
+ import type { ERC20VotesPolicy, ERC20VotesPolicyInterface } from "../../../../../../@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy";
5
+ type ERC20VotesPolicyConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
6
+ export declare class ERC20VotesPolicy__factory extends ContractFactory {
7
+ constructor(...args: ERC20VotesPolicyConstructorParams);
8
+ getDeployTransaction(overrides?: PayableOverrides & {
9
+ from?: string;
10
+ }): Promise<ContractDeployTransaction>;
11
+ deploy(overrides?: PayableOverrides & {
12
+ from?: string;
13
+ }): Promise<ERC20VotesPolicy & {
14
+ deploymentTransaction(): ContractTransactionResponse;
15
+ }>;
16
+ connect(runner: ContractRunner | null): ERC20VotesPolicy__factory;
17
+ static readonly bytecode = "0x60806040523380602957604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6030816035565b50608e565b600080546001600160a01b03838116610100818102610100600160a81b0319851617855560405193049190911692909183917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a35050565b6107f28061009d6000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c80638129fc1c116100715780638129fc1c146101495780638da5cb5b14610151578063b41a4b1914610167578063ce343deb1461017c578063d9456531146101a2578063f2fde38b146101c557600080fd5b8063158ef93e146100b95780631e898ef1146100db578063715018a6146100f057806372f7a030146100f8578063776d1a01146101235780637e16420414610136575b600080fd5b6000546100c69060ff1681565b60405190151581526020015b60405180910390f35b6100ee6100e93660046105e9565b6101d8565b005b6100ee610213565b60015461010b906001600160a01b031681565b6040516001600160a01b0390911681526020016100d2565b6100ee610131366004610670565b610227565b60025461010b906001600160a01b031681565b6100ee6102ca565b60005461010090046001600160a01b031661010b565b61016f6102d2565b6040516100d291906106da565b60408051808201909152600a8152694552433230566f74657360b01b602082015261016f565b6100c66101b0366004610670565b60036020526000908152604090205460ff1681565b6100ee6101d3366004610670565b6102e1565b6001546001600160a01b0316331461020357604051631f492dbf60e21b815260040160405180910390fd5b61020e838383610324565b505050565b61021b61038c565b61022560006103bf565b565b61022f61038c565b6001600160a01b0381166102565760405163d92e233d60e01b815260040160405180910390fd5b6001546001600160a01b0316156102805760405163e0f2d7b160e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040517f3bfb4bbf112628248058745a3c57e35b13369386e474b8e56c552f3063a4a19690600090a250565b610225610418565b60606102dc610474565b905090565b6102e961038c565b6001600160a01b03811661031857604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b610321816103bf565b50565b6001600160a01b03831660009081526003602052604090205460ff161561035e57604051633440c93360e21b815260040160405180910390fd5b6001600160a01b0383166000908152600360205260409020805460ff1916600117905561020e83838361047f565b6000546001600160a01b036101009091041633146102255760405163118cdaa760e01b815233600482015260240161030f565b600080546001600160a01b03838116610100818102610100600160a81b0319851617855560405193049190911692909183917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a35050565b610420610562565b600061042a610474565b90506000808280602001905181019061044391906106ed565b91509150610450826103bf565b600280546001600160a01b0319166001600160a01b03929092169190911790555050565b60606102dc30610573565b60025460405163e2b2408560e01b81526001600160a01b039091169063e2b24085906104b390869086908690600401610750565b602060405180830381865afa1580156104d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104f4919061077e565b61051157604051634715494560e01b815260040160405180910390fd5b6001546040516001600160a01b03918216918516907fc013b39287cb7a53f776482ac9573829321f002f31ef8782129b41d60047bda09061055590869086906107a0565b60405180910390a3505050565b61056a6105a2565b610225336103bf565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b60005460ff16156105c55760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b6001600160a01b038116811461032157600080fd5b6000806000604084860312156105fe57600080fd5b8335610609816105d4565b9250602084013567ffffffffffffffff81111561062557600080fd5b8401601f8101861361063657600080fd5b803567ffffffffffffffff81111561064d57600080fd5b86602082840101111561065f57600080fd5b939660209190910195509293505050565b60006020828403121561068257600080fd5b813561068d816105d4565b9392505050565b6000815180845260005b818110156106ba5760208185018101518683018201520161069e565b506000602082860101526020601f19601f83011685010191505092915050565b60208152600061068d6020830184610694565b6000806040838503121561070057600080fd5b825161070b816105d4565b602084015190925061071c816105d4565b809150509250929050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b03841681526040602082018190526000906107759083018486610727565b95945050505050565b60006020828403121561079057600080fd5b8151801515811461068d57600080fd5b6020815260006107b4602083018486610727565b94935050505056fea2646970667358221220b0017ac4c5a5dc1c3978a14d3ac2d6abc1f4ba4d04ee8fc12ca2ecaeb9951d9e64736f6c634300081c0033";
18
+ static readonly abi: readonly [{
19
+ readonly inputs: readonly [];
20
+ readonly stateMutability: "payable";
21
+ readonly type: "constructor";
22
+ }, {
23
+ readonly inputs: readonly [];
24
+ readonly name: "AlreadyEnforced";
25
+ readonly type: "error";
26
+ }, {
27
+ readonly inputs: readonly [];
28
+ readonly name: "AlreadyInitialized";
29
+ readonly type: "error";
30
+ }, {
31
+ readonly inputs: readonly [{
32
+ readonly internalType: "address";
33
+ readonly name: "owner";
34
+ readonly type: "address";
35
+ }];
36
+ readonly name: "OwnableInvalidOwner";
37
+ readonly type: "error";
38
+ }, {
39
+ readonly inputs: readonly [{
40
+ readonly internalType: "address";
41
+ readonly name: "account";
42
+ readonly type: "address";
43
+ }];
44
+ readonly name: "OwnableUnauthorizedAccount";
45
+ readonly type: "error";
46
+ }, {
47
+ readonly inputs: readonly [];
48
+ readonly name: "TargetAlreadySet";
49
+ readonly type: "error";
50
+ }, {
51
+ readonly inputs: readonly [];
52
+ readonly name: "TargetNotSet";
53
+ readonly type: "error";
54
+ }, {
55
+ readonly inputs: readonly [];
56
+ readonly name: "TargetOnly";
57
+ readonly type: "error";
58
+ }, {
59
+ readonly inputs: readonly [];
60
+ readonly name: "UnsuccessfulCheck";
61
+ readonly type: "error";
62
+ }, {
63
+ readonly inputs: readonly [];
64
+ readonly name: "ZeroAddress";
65
+ readonly type: "error";
66
+ }, {
67
+ readonly anonymous: false;
68
+ readonly inputs: readonly [{
69
+ readonly indexed: true;
70
+ readonly internalType: "address";
71
+ readonly name: "subject";
72
+ readonly type: "address";
73
+ }, {
74
+ readonly indexed: true;
75
+ readonly internalType: "address";
76
+ readonly name: "guarded";
77
+ readonly type: "address";
78
+ }, {
79
+ readonly indexed: false;
80
+ readonly internalType: "bytes";
81
+ readonly name: "evidence";
82
+ readonly type: "bytes";
83
+ }];
84
+ readonly name: "Enforced";
85
+ readonly type: "event";
86
+ }, {
87
+ readonly anonymous: false;
88
+ readonly inputs: readonly [{
89
+ readonly indexed: true;
90
+ readonly internalType: "address";
91
+ readonly name: "previousOwner";
92
+ readonly type: "address";
93
+ }, {
94
+ readonly indexed: true;
95
+ readonly internalType: "address";
96
+ readonly name: "newOwner";
97
+ readonly type: "address";
98
+ }];
99
+ readonly name: "OwnershipTransferred";
100
+ readonly type: "event";
101
+ }, {
102
+ readonly anonymous: false;
103
+ readonly inputs: readonly [{
104
+ readonly indexed: true;
105
+ readonly internalType: "address";
106
+ readonly name: "guarded";
107
+ readonly type: "address";
108
+ }];
109
+ readonly name: "TargetSet";
110
+ readonly type: "event";
111
+ }, {
112
+ readonly inputs: readonly [];
113
+ readonly name: "BASE_CHECKER";
114
+ readonly outputs: readonly [{
115
+ readonly internalType: "contract BaseChecker";
116
+ readonly name: "";
117
+ readonly type: "address";
118
+ }];
119
+ readonly stateMutability: "view";
120
+ readonly type: "function";
121
+ }, {
122
+ readonly inputs: readonly [{
123
+ readonly internalType: "address";
124
+ readonly name: "subject";
125
+ readonly type: "address";
126
+ }, {
127
+ readonly internalType: "bytes";
128
+ readonly name: "evidence";
129
+ readonly type: "bytes";
130
+ }];
131
+ readonly name: "enforce";
132
+ readonly outputs: readonly [];
133
+ readonly stateMutability: "nonpayable";
134
+ readonly type: "function";
135
+ }, {
136
+ readonly inputs: readonly [{
137
+ readonly internalType: "address";
138
+ readonly name: "";
139
+ readonly type: "address";
140
+ }];
141
+ readonly name: "enforcedUsers";
142
+ readonly outputs: readonly [{
143
+ readonly internalType: "bool";
144
+ readonly name: "";
145
+ readonly type: "bool";
146
+ }];
147
+ readonly stateMutability: "view";
148
+ readonly type: "function";
149
+ }, {
150
+ readonly inputs: readonly [];
151
+ readonly name: "getAppendedBytes";
152
+ readonly outputs: readonly [{
153
+ readonly internalType: "bytes";
154
+ readonly name: "appendedBytes";
155
+ readonly type: "bytes";
156
+ }];
157
+ readonly stateMutability: "view";
158
+ readonly type: "function";
159
+ }, {
160
+ readonly inputs: readonly [];
161
+ readonly name: "guarded";
162
+ readonly outputs: readonly [{
163
+ readonly internalType: "address";
164
+ readonly name: "";
165
+ readonly type: "address";
166
+ }];
167
+ readonly stateMutability: "view";
168
+ readonly type: "function";
169
+ }, {
170
+ readonly inputs: readonly [];
171
+ readonly name: "initialize";
172
+ readonly outputs: readonly [];
173
+ readonly stateMutability: "nonpayable";
174
+ readonly type: "function";
175
+ }, {
176
+ readonly inputs: readonly [];
177
+ readonly name: "initialized";
178
+ readonly outputs: readonly [{
179
+ readonly internalType: "bool";
180
+ readonly name: "";
181
+ readonly type: "bool";
182
+ }];
183
+ readonly stateMutability: "view";
184
+ readonly type: "function";
185
+ }, {
186
+ readonly inputs: readonly [];
187
+ readonly name: "owner";
188
+ readonly outputs: readonly [{
189
+ readonly internalType: "address";
190
+ readonly name: "";
191
+ readonly type: "address";
192
+ }];
193
+ readonly stateMutability: "view";
194
+ readonly type: "function";
195
+ }, {
196
+ readonly inputs: readonly [];
197
+ readonly name: "renounceOwnership";
198
+ readonly outputs: readonly [];
199
+ readonly stateMutability: "nonpayable";
200
+ readonly type: "function";
201
+ }, {
202
+ readonly inputs: readonly [{
203
+ readonly internalType: "address";
204
+ readonly name: "_guarded";
205
+ readonly type: "address";
206
+ }];
207
+ readonly name: "setTarget";
208
+ readonly outputs: readonly [];
209
+ readonly stateMutability: "nonpayable";
210
+ readonly type: "function";
211
+ }, {
212
+ readonly inputs: readonly [];
213
+ readonly name: "trait";
214
+ readonly outputs: readonly [{
215
+ readonly internalType: "string";
216
+ readonly name: "";
217
+ readonly type: "string";
218
+ }];
219
+ readonly stateMutability: "pure";
220
+ readonly type: "function";
221
+ }, {
222
+ readonly inputs: readonly [{
223
+ readonly internalType: "address";
224
+ readonly name: "newOwner";
225
+ readonly type: "address";
226
+ }];
227
+ readonly name: "transferOwnership";
228
+ readonly outputs: readonly [];
229
+ readonly stateMutability: "nonpayable";
230
+ readonly type: "function";
231
+ }];
232
+ static createInterface(): ERC20VotesPolicyInterface;
233
+ static connect(address: string, runner?: ContractRunner | null): ERC20VotesPolicy;
234
+ }
235
+ export {};
236
+ //# sourceMappingURL=ERC20VotesPolicy__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ERC20VotesPolicy__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,MAAM,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAChF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EACV,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,wFAAwF,CAAC;AA0RhG,KAAK,iCAAiC,GAClC,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,yBAA0B,SAAQ,eAAe;gBAChD,GAAG,IAAI,EAAE,iCAAiC;IAQ7C,oBAAoB,CAC3B,SAAS,CAAC,EAAE,gBAAgB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAC/C,OAAO,CAAC,yBAAyB,CAAC;IAG5B,MAAM,CAAC,SAAS,CAAC,EAAE,gBAAgB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACtB,OAAO,CAC7C,gBAAgB,GAAG;QACjB,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,yBAAyB;IAI1E,MAAM,CAAC,QAAQ,CAAC,QAAQ,syIAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,yBAAyB;IAGnD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAC7B,gBAAgB;CAGpB"}
@@ -0,0 +1,314 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ERC20VotesPolicy__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
+ stateMutability: "payable",
12
+ type: "constructor",
13
+ },
14
+ {
15
+ inputs: [],
16
+ name: "AlreadyEnforced",
17
+ type: "error",
18
+ },
19
+ {
20
+ inputs: [],
21
+ name: "AlreadyInitialized",
22
+ type: "error",
23
+ },
24
+ {
25
+ inputs: [
26
+ {
27
+ internalType: "address",
28
+ name: "owner",
29
+ type: "address",
30
+ },
31
+ ],
32
+ name: "OwnableInvalidOwner",
33
+ type: "error",
34
+ },
35
+ {
36
+ inputs: [
37
+ {
38
+ internalType: "address",
39
+ name: "account",
40
+ type: "address",
41
+ },
42
+ ],
43
+ name: "OwnableUnauthorizedAccount",
44
+ type: "error",
45
+ },
46
+ {
47
+ inputs: [],
48
+ name: "TargetAlreadySet",
49
+ type: "error",
50
+ },
51
+ {
52
+ inputs: [],
53
+ name: "TargetNotSet",
54
+ type: "error",
55
+ },
56
+ {
57
+ inputs: [],
58
+ name: "TargetOnly",
59
+ type: "error",
60
+ },
61
+ {
62
+ inputs: [],
63
+ name: "UnsuccessfulCheck",
64
+ type: "error",
65
+ },
66
+ {
67
+ inputs: [],
68
+ name: "ZeroAddress",
69
+ type: "error",
70
+ },
71
+ {
72
+ anonymous: false,
73
+ inputs: [
74
+ {
75
+ indexed: true,
76
+ internalType: "address",
77
+ name: "subject",
78
+ type: "address",
79
+ },
80
+ {
81
+ indexed: true,
82
+ internalType: "address",
83
+ name: "guarded",
84
+ type: "address",
85
+ },
86
+ {
87
+ indexed: false,
88
+ internalType: "bytes",
89
+ name: "evidence",
90
+ type: "bytes",
91
+ },
92
+ ],
93
+ name: "Enforced",
94
+ type: "event",
95
+ },
96
+ {
97
+ anonymous: false,
98
+ inputs: [
99
+ {
100
+ indexed: true,
101
+ internalType: "address",
102
+ name: "previousOwner",
103
+ type: "address",
104
+ },
105
+ {
106
+ indexed: true,
107
+ internalType: "address",
108
+ name: "newOwner",
109
+ type: "address",
110
+ },
111
+ ],
112
+ name: "OwnershipTransferred",
113
+ type: "event",
114
+ },
115
+ {
116
+ anonymous: false,
117
+ inputs: [
118
+ {
119
+ indexed: true,
120
+ internalType: "address",
121
+ name: "guarded",
122
+ type: "address",
123
+ },
124
+ ],
125
+ name: "TargetSet",
126
+ type: "event",
127
+ },
128
+ {
129
+ inputs: [],
130
+ name: "BASE_CHECKER",
131
+ outputs: [
132
+ {
133
+ internalType: "contract BaseChecker",
134
+ name: "",
135
+ type: "address",
136
+ },
137
+ ],
138
+ stateMutability: "view",
139
+ type: "function",
140
+ },
141
+ {
142
+ inputs: [
143
+ {
144
+ internalType: "address",
145
+ name: "subject",
146
+ type: "address",
147
+ },
148
+ {
149
+ internalType: "bytes",
150
+ name: "evidence",
151
+ type: "bytes",
152
+ },
153
+ ],
154
+ name: "enforce",
155
+ outputs: [],
156
+ stateMutability: "nonpayable",
157
+ type: "function",
158
+ },
159
+ {
160
+ inputs: [
161
+ {
162
+ internalType: "address",
163
+ name: "",
164
+ type: "address",
165
+ },
166
+ ],
167
+ name: "enforcedUsers",
168
+ outputs: [
169
+ {
170
+ internalType: "bool",
171
+ name: "",
172
+ type: "bool",
173
+ },
174
+ ],
175
+ stateMutability: "view",
176
+ type: "function",
177
+ },
178
+ {
179
+ inputs: [],
180
+ name: "getAppendedBytes",
181
+ outputs: [
182
+ {
183
+ internalType: "bytes",
184
+ name: "appendedBytes",
185
+ type: "bytes",
186
+ },
187
+ ],
188
+ stateMutability: "view",
189
+ type: "function",
190
+ },
191
+ {
192
+ inputs: [],
193
+ name: "guarded",
194
+ outputs: [
195
+ {
196
+ internalType: "address",
197
+ name: "",
198
+ type: "address",
199
+ },
200
+ ],
201
+ stateMutability: "view",
202
+ type: "function",
203
+ },
204
+ {
205
+ inputs: [],
206
+ name: "initialize",
207
+ outputs: [],
208
+ stateMutability: "nonpayable",
209
+ type: "function",
210
+ },
211
+ {
212
+ inputs: [],
213
+ name: "initialized",
214
+ outputs: [
215
+ {
216
+ internalType: "bool",
217
+ name: "",
218
+ type: "bool",
219
+ },
220
+ ],
221
+ stateMutability: "view",
222
+ type: "function",
223
+ },
224
+ {
225
+ inputs: [],
226
+ name: "owner",
227
+ outputs: [
228
+ {
229
+ internalType: "address",
230
+ name: "",
231
+ type: "address",
232
+ },
233
+ ],
234
+ stateMutability: "view",
235
+ type: "function",
236
+ },
237
+ {
238
+ inputs: [],
239
+ name: "renounceOwnership",
240
+ outputs: [],
241
+ stateMutability: "nonpayable",
242
+ type: "function",
243
+ },
244
+ {
245
+ inputs: [
246
+ {
247
+ internalType: "address",
248
+ name: "_guarded",
249
+ type: "address",
250
+ },
251
+ ],
252
+ name: "setTarget",
253
+ outputs: [],
254
+ stateMutability: "nonpayable",
255
+ type: "function",
256
+ },
257
+ {
258
+ inputs: [],
259
+ name: "trait",
260
+ outputs: [
261
+ {
262
+ internalType: "string",
263
+ name: "",
264
+ type: "string",
265
+ },
266
+ ],
267
+ stateMutability: "pure",
268
+ type: "function",
269
+ },
270
+ {
271
+ inputs: [
272
+ {
273
+ internalType: "address",
274
+ name: "newOwner",
275
+ type: "address",
276
+ },
277
+ ],
278
+ name: "transferOwnership",
279
+ outputs: [],
280
+ stateMutability: "nonpayable",
281
+ type: "function",
282
+ },
283
+ ];
284
+ const _bytecode = "0x60806040523380602957604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6030816035565b50608e565b600080546001600160a01b03838116610100818102610100600160a81b0319851617855560405193049190911692909183917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a35050565b6107f28061009d6000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c80638129fc1c116100715780638129fc1c146101495780638da5cb5b14610151578063b41a4b1914610167578063ce343deb1461017c578063d9456531146101a2578063f2fde38b146101c557600080fd5b8063158ef93e146100b95780631e898ef1146100db578063715018a6146100f057806372f7a030146100f8578063776d1a01146101235780637e16420414610136575b600080fd5b6000546100c69060ff1681565b60405190151581526020015b60405180910390f35b6100ee6100e93660046105e9565b6101d8565b005b6100ee610213565b60015461010b906001600160a01b031681565b6040516001600160a01b0390911681526020016100d2565b6100ee610131366004610670565b610227565b60025461010b906001600160a01b031681565b6100ee6102ca565b60005461010090046001600160a01b031661010b565b61016f6102d2565b6040516100d291906106da565b60408051808201909152600a8152694552433230566f74657360b01b602082015261016f565b6100c66101b0366004610670565b60036020526000908152604090205460ff1681565b6100ee6101d3366004610670565b6102e1565b6001546001600160a01b0316331461020357604051631f492dbf60e21b815260040160405180910390fd5b61020e838383610324565b505050565b61021b61038c565b61022560006103bf565b565b61022f61038c565b6001600160a01b0381166102565760405163d92e233d60e01b815260040160405180910390fd5b6001546001600160a01b0316156102805760405163e0f2d7b160e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040517f3bfb4bbf112628248058745a3c57e35b13369386e474b8e56c552f3063a4a19690600090a250565b610225610418565b60606102dc610474565b905090565b6102e961038c565b6001600160a01b03811661031857604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b610321816103bf565b50565b6001600160a01b03831660009081526003602052604090205460ff161561035e57604051633440c93360e21b815260040160405180910390fd5b6001600160a01b0383166000908152600360205260409020805460ff1916600117905561020e83838361047f565b6000546001600160a01b036101009091041633146102255760405163118cdaa760e01b815233600482015260240161030f565b600080546001600160a01b03838116610100818102610100600160a81b0319851617855560405193049190911692909183917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a35050565b610420610562565b600061042a610474565b90506000808280602001905181019061044391906106ed565b91509150610450826103bf565b600280546001600160a01b0319166001600160a01b03929092169190911790555050565b60606102dc30610573565b60025460405163e2b2408560e01b81526001600160a01b039091169063e2b24085906104b390869086908690600401610750565b602060405180830381865afa1580156104d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104f4919061077e565b61051157604051634715494560e01b815260040160405180910390fd5b6001546040516001600160a01b03918216918516907fc013b39287cb7a53f776482ac9573829321f002f31ef8782129b41d60047bda09061055590869086906107a0565b60405180910390a3505050565b61056a6105a2565b610225336103bf565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b60005460ff16156105c55760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b6001600160a01b038116811461032157600080fd5b6000806000604084860312156105fe57600080fd5b8335610609816105d4565b9250602084013567ffffffffffffffff81111561062557600080fd5b8401601f8101861361063657600080fd5b803567ffffffffffffffff81111561064d57600080fd5b86602082840101111561065f57600080fd5b939660209190910195509293505050565b60006020828403121561068257600080fd5b813561068d816105d4565b9392505050565b6000815180845260005b818110156106ba5760208185018101518683018201520161069e565b506000602082860101526020601f19601f83011685010191505092915050565b60208152600061068d6020830184610694565b6000806040838503121561070057600080fd5b825161070b816105d4565b602084015190925061071c816105d4565b809150509250929050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b03841681526040602082018190526000906107759083018486610727565b95945050505050565b60006020828403121561079057600080fd5b8151801515811461068d57600080fd5b6020815260006107b4602083018486610727565b94935050505056fea2646970667358221220b0017ac4c5a5dc1c3978a14d3ac2d6abc1f4ba4d04ee8fc12ca2ecaeb9951d9e64736f6c634300081c0033";
285
+ const isSuperArgs = (xs) => xs.length > 1;
286
+ class ERC20VotesPolicy__factory extends ethers_1.ContractFactory {
287
+ constructor(...args) {
288
+ if (isSuperArgs(args)) {
289
+ super(...args);
290
+ }
291
+ else {
292
+ super(_abi, _bytecode, args[0]);
293
+ }
294
+ }
295
+ getDeployTransaction(overrides) {
296
+ return super.getDeployTransaction(overrides || {});
297
+ }
298
+ deploy(overrides) {
299
+ return super.deploy(overrides || {});
300
+ }
301
+ connect(runner) {
302
+ return super.connect(runner);
303
+ }
304
+ static createInterface() {
305
+ return new ethers_1.Interface(_abi);
306
+ }
307
+ static connect(address, runner) {
308
+ return new ethers_1.Contract(address, _abi, runner);
309
+ }
310
+ }
311
+ exports.ERC20VotesPolicy__factory = ERC20VotesPolicy__factory;
312
+ ERC20VotesPolicy__factory.bytecode = _bytecode;
313
+ ERC20VotesPolicy__factory.abi = _abi;
314
+ //# sourceMappingURL=ERC20VotesPolicy__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ERC20VotesPolicy__factory.js","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ export { ERC20VotesChecker__factory } from "./ERC20VotesChecker__factory";
2
+ export { ERC20VotesCheckerFactory__factory } from "./ERC20VotesCheckerFactory__factory";
3
+ export { ERC20VotesPolicy__factory } from "./ERC20VotesPolicy__factory";
4
+ export { ERC20VotesPolicyFactory__factory } from "./ERC20VotesPolicyFactory__factory";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ERC20VotesPolicyFactory__factory = exports.ERC20VotesPolicy__factory = exports.ERC20VotesCheckerFactory__factory = exports.ERC20VotesChecker__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var ERC20VotesChecker__factory_1 = require("./ERC20VotesChecker__factory");
8
+ Object.defineProperty(exports, "ERC20VotesChecker__factory", { enumerable: true, get: function () { return ERC20VotesChecker__factory_1.ERC20VotesChecker__factory; } });
9
+ var ERC20VotesCheckerFactory__factory_1 = require("./ERC20VotesCheckerFactory__factory");
10
+ Object.defineProperty(exports, "ERC20VotesCheckerFactory__factory", { enumerable: true, get: function () { return ERC20VotesCheckerFactory__factory_1.ERC20VotesCheckerFactory__factory; } });
11
+ var ERC20VotesPolicy__factory_1 = require("./ERC20VotesPolicy__factory");
12
+ Object.defineProperty(exports, "ERC20VotesPolicy__factory", { enumerable: true, get: function () { return ERC20VotesPolicy__factory_1.ERC20VotesPolicy__factory; } });
13
+ var ERC20VotesPolicyFactory__factory_1 = require("./ERC20VotesPolicyFactory__factory");
14
+ Object.defineProperty(exports, "ERC20VotesPolicyFactory__factory", { enumerable: true, get: function () { return ERC20VotesPolicyFactory__factory_1.ERC20VotesPolicyFactory__factory; } });
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,2EAA0E;AAAjE,wIAAA,0BAA0B,OAAA;AACnC,yFAAwF;AAA/E,sJAAA,iCAAiC,OAAA;AAC1C,yEAAwE;AAA/D,sIAAA,yBAAyB,OAAA;AAClC,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA"}
@@ -1,5 +1,6 @@
1
1
  export * as anonAadhaar from "./anonAadhaar";
2
2
  export * as eas from "./eas";
3
+ export * as erc20Votes from "./erc20votes";
3
4
  export * as freeForAll from "./freeForAll";
4
5
  export * as gitcoin from "./gitcoin";
5
6
  export * as hats from "./hats";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
@@ -33,12 +33,13 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.zupass = exports.token = exports.semaphore = exports.merkle = exports.hats = exports.gitcoin = exports.freeForAll = exports.eas = exports.anonAadhaar = void 0;
36
+ exports.zupass = exports.token = exports.semaphore = exports.merkle = exports.hats = exports.gitcoin = exports.freeForAll = exports.erc20Votes = exports.eas = exports.anonAadhaar = void 0;
37
37
  /* Autogenerated file. Do not edit manually. */
38
38
  /* tslint:disable */
39
39
  /* eslint-disable */
40
40
  exports.anonAadhaar = __importStar(require("./anonAadhaar"));
41
41
  exports.eas = __importStar(require("./eas"));
42
+ exports.erc20Votes = __importStar(require("./erc20votes"));
42
43
  exports.freeForAll = __importStar(require("./freeForAll"));
43
44
  exports.gitcoin = __importStar(require("./gitcoin"));
44
45
  exports.hats = __importStar(require("./hats"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,6DAA6C;AAC7C,6CAA6B;AAC7B,2DAA2C;AAC3C,qDAAqC;AACrC,+CAA+B;AAC/B,mDAAmC;AACnC,yDAAyC;AACzC,iDAAiC;AACjC,mDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../typechain-types/factories/@excubiae/contracts/contracts/extensions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,6DAA6C;AAC7C,6CAA6B;AAC7B,2DAA2C;AAC3C,2DAA2C;AAC3C,qDAAqC;AACrC,+CAA+B;AAC/B,mDAAmC;AACnC,yDAAyC;AACzC,iDAAiC;AACjC,mDAAmC"}
@@ -29,6 +29,14 @@ export type { EASPolicyFactory } from "./@excubiae/contracts/contracts/extension
29
29
  export { EASPolicyFactory__factory } from "./factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory";
30
30
  export type { IEAS } from "./@excubiae/contracts/contracts/extensions/eas/IEAS";
31
31
  export { IEAS__factory } from "./factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory";
32
+ export type { ERC20VotesChecker } from "./@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker";
33
+ export { ERC20VotesChecker__factory } from "./factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory";
34
+ export type { ERC20VotesCheckerFactory } from "./@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory";
35
+ export { ERC20VotesCheckerFactory__factory } from "./factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory";
36
+ export type { ERC20VotesPolicy } from "./@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy";
37
+ export { ERC20VotesPolicy__factory } from "./factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory";
38
+ export type { ERC20VotesPolicyFactory } from "./@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory";
39
+ export { ERC20VotesPolicyFactory__factory } from "./factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory";
32
40
  export type { FreeForAllChecker } from "./@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker";
33
41
  export { FreeForAllChecker__factory } from "./factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory";
34
42
  export type { FreeForAllCheckerFactory } from "./@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory";