@maci-protocol/contracts 0.0.0-ci.01622be

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 (1849) hide show
  1. package/CHANGELOG.md +902 -0
  2. package/LICENSE +21 -0
  3. package/README.md +13 -0
  4. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.dbg.json +4 -0
  5. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.json +73 -0
  6. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.dbg.json +4 -0
  7. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.json +114 -0
  8. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.dbg.json +4 -0
  9. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.json +66 -0
  10. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.dbg.json +4 -0
  11. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.json +285 -0
  12. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.dbg.json +4 -0
  13. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.json +61 -0
  14. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.dbg.json +4 -0
  15. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.json +55 -0
  16. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.dbg.json +4 -0
  17. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.json +132 -0
  18. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.dbg.json +4 -0
  19. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.json +71 -0
  20. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.dbg.json +4 -0
  21. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.json +285 -0
  22. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.dbg.json +4 -0
  23. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.json +61 -0
  24. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.dbg.json +4 -0
  25. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.json +82 -0
  26. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.sol/ERC20Checker.dbg.json +4 -0
  27. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.sol/ERC20Checker.json +104 -0
  28. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.sol/ERC20CheckerFactory.dbg.json +4 -0
  29. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.sol/ERC20CheckerFactory.json +66 -0
  30. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.sol/ERC20Policy.dbg.json +4 -0
  31. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.sol/ERC20Policy.json +285 -0
  32. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.sol/ERC20PolicyFactory.dbg.json +4 -0
  33. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.sol/ERC20PolicyFactory.json +61 -0
  34. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.sol/ERC20VotesChecker.dbg.json +4 -0
  35. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.sol/ERC20VotesChecker.json +117 -0
  36. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.sol/ERC20VotesCheckerFactory.dbg.json +4 -0
  37. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.sol/ERC20VotesCheckerFactory.json +71 -0
  38. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.sol/ERC20VotesPolicy.dbg.json +4 -0
  39. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.sol/ERC20VotesPolicy.json +285 -0
  40. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.sol/ERC20VotesPolicyFactory.dbg.json +4 -0
  41. package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.sol/ERC20VotesPolicyFactory.json +61 -0
  42. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.dbg.json +4 -0
  43. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.json +73 -0
  44. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.dbg.json +4 -0
  45. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.json +55 -0
  46. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.dbg.json +4 -0
  47. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.json +266 -0
  48. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.dbg.json +4 -0
  49. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.json +61 -0
  50. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.dbg.json +4 -0
  51. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.json +117 -0
  52. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.dbg.json +4 -0
  53. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.json +66 -0
  54. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.dbg.json +4 -0
  55. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.json +285 -0
  56. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.dbg.json +4 -0
  57. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.json +61 -0
  58. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.dbg.json +4 -0
  59. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.json +90 -0
  60. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.dbg.json +4 -0
  61. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.json +115 -0
  62. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.dbg.json +4 -0
  63. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.json +66 -0
  64. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.dbg.json +4 -0
  65. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.json +285 -0
  66. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.dbg.json +4 -0
  67. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.json +61 -0
  68. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.dbg.json +4 -0
  69. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.json +137 -0
  70. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.dbg.json +4 -0
  71. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.json +96 -0
  72. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.dbg.json +4 -0
  73. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.json +61 -0
  74. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.dbg.json +4 -0
  75. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.json +285 -0
  76. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.dbg.json +4 -0
  77. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.json +61 -0
  78. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.dbg.json +4 -0
  79. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.json +67 -0
  80. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.dbg.json +4 -0
  81. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.json +114 -0
  82. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.dbg.json +4 -0
  83. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.json +66 -0
  84. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.dbg.json +4 -0
  85. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.json +285 -0
  86. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.dbg.json +4 -0
  87. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.json +61 -0
  88. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.dbg.json +4 -0
  89. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.json +91 -0
  90. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.dbg.json +4 -0
  91. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.json +61 -0
  92. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.dbg.json +4 -0
  93. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.json +285 -0
  94. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.dbg.json +4 -0
  95. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.json +61 -0
  96. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.dbg.json +4 -0
  97. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.json +145 -0
  98. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.dbg.json +4 -0
  99. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.json +76 -0
  100. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.dbg.json +4 -0
  101. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.json +45 -0
  102. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.dbg.json +4 -0
  103. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.json +285 -0
  104. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.dbg.json +4 -0
  105. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.json +61 -0
  106. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.dbg.json +4 -0
  107. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.json +35 -0
  108. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.dbg.json +4 -0
  109. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.json +123 -0
  110. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.dbg.json +4 -0
  111. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.json +36 -0
  112. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.dbg.json +4 -0
  113. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.json +24 -0
  114. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.dbg.json +4 -0
  115. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.json +80 -0
  116. package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.dbg.json +4 -0
  117. package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.json +261 -0
  118. package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.dbg.json +4 -0
  119. package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.json +205 -0
  120. package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.dbg.json +4 -0
  121. package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.json +49 -0
  122. package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.dbg.json +4 -0
  123. package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.json +37 -0
  124. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.dbg.json +4 -0
  125. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.json +75 -0
  126. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.dbg.json +4 -0
  127. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.json +142 -0
  128. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.dbg.json +4 -0
  129. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.json +56 -0
  130. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.dbg.json +4 -0
  131. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.json +35 -0
  132. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.dbg.json +4 -0
  133. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.json +541 -0
  134. package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
  135. package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
  136. package/build/artifacts/@openzeppelin/contracts/governance/utils/IVotes.sol/IVotes.dbg.json +4 -0
  137. package/build/artifacts/@openzeppelin/contracts/governance/utils/IVotes.sol/IVotes.json +204 -0
  138. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.dbg.json +4 -0
  139. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.json +113 -0
  140. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.dbg.json +4 -0
  141. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.json +97 -0
  142. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.dbg.json +4 -0
  143. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.json +114 -0
  144. package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +4 -0
  145. package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
  146. package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +4 -0
  147. package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +194 -0
  148. package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +4 -0
  149. package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +233 -0
  150. package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.dbg.json +4 -0
  151. package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
  152. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.dbg.json +4 -0
  153. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.json +296 -0
  154. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.dbg.json +4 -0
  155. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.json +45 -0
  156. package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.dbg.json +4 -0
  157. package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.json +341 -0
  158. package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.dbg.json +4 -0
  159. package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.json +10 -0
  160. package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
  161. package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
  162. package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.dbg.json +4 -0
  163. package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.json +10 -0
  164. package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +4 -0
  165. package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +37 -0
  166. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.dbg.json +4 -0
  167. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.json +10 -0
  168. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.dbg.json +4 -0
  169. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.json +16 -0
  170. package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +4 -0
  171. package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +30 -0
  172. package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +4 -0
  173. package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +30 -0
  174. package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +4 -0
  175. package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +10 -0
  176. package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.dbg.json +4 -0
  177. package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.json +65 -0
  178. package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +4 -0
  179. package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +10 -0
  180. package/build/artifacts/build-info/f3a426f9614c69950d7639416439e915.json +1 -0
  181. package/build/artifacts/contracts/MACI.sol/MACI.dbg.json +4 -0
  182. package/build/artifacts/contracts/MACI.sol/MACI.json +802 -0
  183. package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.dbg.json +4 -0
  184. package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.json +428 -0
  185. package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.dbg.json +4 -0
  186. package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.json +122 -0
  187. package/build/artifacts/contracts/Poll.sol/Poll.dbg.json +4 -0
  188. package/build/artifacts/contracts/Poll.sol/Poll.json +1382 -0
  189. package/build/artifacts/contracts/PollFactory.sol/PollFactory.dbg.json +4 -0
  190. package/build/artifacts/contracts/PollFactory.sol/PollFactory.json +227 -0
  191. package/build/artifacts/contracts/Tally.sol/Tally.dbg.json +4 -0
  192. package/build/artifacts/contracts/Tally.sol/Tally.json +729 -0
  193. package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.dbg.json +4 -0
  194. package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.json +127 -0
  195. package/build/artifacts/contracts/VerifyingKeysRegistry.sol/VerifyingKeysRegistry.dbg.json +4 -0
  196. package/build/artifacts/contracts/VerifyingKeysRegistry.sol/VerifyingKeysRegistry.json +2406 -0
  197. package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.dbg.json +4 -0
  198. package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.json +50 -0
  199. package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.dbg.json +4 -0
  200. package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.json +196 -0
  201. package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.dbg.json +4 -0
  202. package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.json +39 -0
  203. package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.dbg.json +4 -0
  204. package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.json +30 -0
  205. package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.dbg.json +4 -0
  206. package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.json +30 -0
  207. package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.dbg.json +4 -0
  208. package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.json +30 -0
  209. package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.dbg.json +4 -0
  210. package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.json +30 -0
  211. package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.dbg.json +4 -0
  212. package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.json +10 -0
  213. package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.dbg.json +4 -0
  214. package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.json +10 -0
  215. package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.dbg.json +4 -0
  216. package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.json +165 -0
  217. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.dbg.json +4 -0
  218. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.json +73 -0
  219. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.dbg.json +4 -0
  220. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.json +61 -0
  221. package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol/ERC20VotesInitialVoiceCreditProxy.dbg.json +4 -0
  222. package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol/ERC20VotesInitialVoiceCreditProxy.json +112 -0
  223. package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol/ERC20VotesInitialVoiceCreditProxyFactory.dbg.json +4 -0
  224. package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol/ERC20VotesInitialVoiceCreditProxyFactory.json +71 -0
  225. package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.dbg.json +4 -0
  226. package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.json +35 -0
  227. package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.dbg.json +4 -0
  228. package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.json +258 -0
  229. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.dbg.json +4 -0
  230. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.json +66 -0
  231. package/build/artifacts/contracts/interfaces/IMessageProcessorFactory.sol/IMessageProcessorFactory.dbg.json +4 -0
  232. package/build/artifacts/contracts/interfaces/IMessageProcessorFactory.sol/IMessageProcessorFactory.json +45 -0
  233. package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.dbg.json +4 -0
  234. package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.json +375 -0
  235. package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.dbg.json +4 -0
  236. package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.json +138 -0
  237. package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.dbg.json +4 -0
  238. package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.json +67 -0
  239. package/build/artifacts/contracts/interfaces/ITally.sol/ITally.dbg.json +4 -0
  240. package/build/artifacts/contracts/interfaces/ITally.sol/ITally.json +94 -0
  241. package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.dbg.json +4 -0
  242. package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.json +50 -0
  243. package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.dbg.json +4 -0
  244. package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.json +127 -0
  245. package/build/artifacts/contracts/interfaces/IVerifyingKeysRegistry.sol/IVerifyingKeysRegistry.dbg.json +4 -0
  246. package/build/artifacts/contracts/interfaces/IVerifyingKeysRegistry.sol/IVerifyingKeysRegistry.json +465 -0
  247. package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.dbg.json +4 -0
  248. package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.json +335 -0
  249. package/build/artifacts/contracts/mocks/MockERC20Votes.sol/MockERC20Votes.dbg.json +4 -0
  250. package/build/artifacts/contracts/mocks/MockERC20Votes.sol/MockERC20Votes.json +385 -0
  251. package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.dbg.json +4 -0
  252. package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.json +111 -0
  253. package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.dbg.json +4 -0
  254. package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.json +114 -0
  255. package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.dbg.json +4 -0
  256. package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.json +127 -0
  257. package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.dbg.json +4 -0
  258. package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.json +10 -0
  259. package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.dbg.json +4 -0
  260. package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.json +10 -0
  261. package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.dbg.json +4 -0
  262. package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.json +10 -0
  263. package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.dbg.json +4 -0
  264. package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.json +24 -0
  265. package/build/artifacts/contracts/utilities/Params.sol/Params.dbg.json +4 -0
  266. package/build/artifacts/contracts/utilities/Params.sol/Params.json +10 -0
  267. package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.dbg.json +4 -0
  268. package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.json +348 -0
  269. package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.dbg.json +4 -0
  270. package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.json +26 -0
  271. package/build/hardhat.config.d.ts +18 -0
  272. package/build/hardhat.config.d.ts.map +1 -0
  273. package/build/hardhat.config.js +241 -0
  274. package/build/hardhat.config.js.map +1 -0
  275. package/build/scripts/compileSol.d.ts +2 -0
  276. package/build/scripts/compileSol.d.ts.map +1 -0
  277. package/build/scripts/compileSol.js +28 -0
  278. package/build/scripts/compileSol.js.map +1 -0
  279. package/build/tasks/deploy/index.d.ts +2 -0
  280. package/build/tasks/deploy/index.d.ts.map +1 -0
  281. package/build/tasks/deploy/index.js +55 -0
  282. package/build/tasks/deploy/index.js.map +1 -0
  283. package/build/tasks/deploy/maci/01-gatekeepers.d.ts +2 -0
  284. package/build/tasks/deploy/maci/01-gatekeepers.d.ts.map +1 -0
  285. package/build/tasks/deploy/maci/01-gatekeepers.js +558 -0
  286. package/build/tasks/deploy/maci/01-gatekeepers.js.map +1 -0
  287. package/build/tasks/deploy/maci/02-verifier.d.ts +2 -0
  288. package/build/tasks/deploy/maci/02-verifier.d.ts.map +1 -0
  289. package/build/tasks/deploy/maci/02-verifier.js +30 -0
  290. package/build/tasks/deploy/maci/02-verifier.js.map +1 -0
  291. package/build/tasks/deploy/maci/03-poseidon.d.ts +2 -0
  292. package/build/tasks/deploy/maci/03-poseidon.d.ts.map +1 -0
  293. package/build/tasks/deploy/maci/03-poseidon.js +60 -0
  294. package/build/tasks/deploy/maci/03-poseidon.js.map +1 -0
  295. package/build/tasks/deploy/maci/04-pollFactory.d.ts +2 -0
  296. package/build/tasks/deploy/maci/04-pollFactory.d.ts.map +1 -0
  297. package/build/tasks/deploy/maci/04-pollFactory.js +47 -0
  298. package/build/tasks/deploy/maci/04-pollFactory.js.map +1 -0
  299. package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts +2 -0
  300. package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts.map +1 -0
  301. package/build/tasks/deploy/maci/05-messageProcessorFactory.js +47 -0
  302. package/build/tasks/deploy/maci/05-messageProcessorFactory.js.map +1 -0
  303. package/build/tasks/deploy/maci/06-tallyFactory.d.ts +2 -0
  304. package/build/tasks/deploy/maci/06-tallyFactory.d.ts.map +1 -0
  305. package/build/tasks/deploy/maci/06-tallyFactory.js +47 -0
  306. package/build/tasks/deploy/maci/06-tallyFactory.js.map +1 -0
  307. package/build/tasks/deploy/maci/07-maci.d.ts +2 -0
  308. package/build/tasks/deploy/maci/07-maci.d.ts.map +1 -0
  309. package/build/tasks/deploy/maci/07-maci.js +68 -0
  310. package/build/tasks/deploy/maci/07-maci.js.map +1 -0
  311. package/build/tasks/deploy/maci/08-verifyingKeysRegistry.d.ts +2 -0
  312. package/build/tasks/deploy/maci/08-verifyingKeysRegistry.d.ts.map +1 -0
  313. package/build/tasks/deploy/maci/08-verifyingKeysRegistry.js +93 -0
  314. package/build/tasks/deploy/maci/08-verifyingKeysRegistry.js.map +1 -0
  315. package/build/tasks/deploy/poll/01-voiceCreditProxy.d.ts +2 -0
  316. package/build/tasks/deploy/poll/01-voiceCreditProxy.d.ts.map +1 -0
  317. package/build/tasks/deploy/poll/01-voiceCreditProxy.js +135 -0
  318. package/build/tasks/deploy/poll/01-voiceCreditProxy.js.map +1 -0
  319. package/build/tasks/deploy/poll/02-gatekeepers.d.ts +2 -0
  320. package/build/tasks/deploy/poll/02-gatekeepers.d.ts.map +1 -0
  321. package/build/tasks/deploy/poll/02-gatekeepers.js +592 -0
  322. package/build/tasks/deploy/poll/02-gatekeepers.js.map +1 -0
  323. package/build/tasks/deploy/poll/03-poll.d.ts +2 -0
  324. package/build/tasks/deploy/poll/03-poll.d.ts.map +1 -0
  325. package/build/tasks/deploy/poll/03-poll.js +174 -0
  326. package/build/tasks/deploy/poll/03-poll.js.map +1 -0
  327. package/build/tasks/helpers/ContractStorage.d.ts +108 -0
  328. package/build/tasks/helpers/ContractStorage.d.ts.map +1 -0
  329. package/build/tasks/helpers/ContractStorage.js +242 -0
  330. package/build/tasks/helpers/ContractStorage.js.map +1 -0
  331. package/build/tasks/helpers/ContractVerifier.d.ts +28 -0
  332. package/build/tasks/helpers/ContractVerifier.d.ts.map +1 -0
  333. package/build/tasks/helpers/ContractVerifier.js +105 -0
  334. package/build/tasks/helpers/ContractVerifier.js.map +1 -0
  335. package/build/tasks/helpers/Deployment.d.ts +180 -0
  336. package/build/tasks/helpers/Deployment.d.ts.map +1 -0
  337. package/build/tasks/helpers/Deployment.js +392 -0
  338. package/build/tasks/helpers/Deployment.js.map +1 -0
  339. package/build/tasks/helpers/ProofGenerator.d.ts +84 -0
  340. package/build/tasks/helpers/ProofGenerator.d.ts.map +1 -0
  341. package/build/tasks/helpers/ProofGenerator.js +303 -0
  342. package/build/tasks/helpers/ProofGenerator.js.map +1 -0
  343. package/build/tasks/helpers/Prover.d.ts +73 -0
  344. package/build/tasks/helpers/Prover.d.ts.map +1 -0
  345. package/build/tasks/helpers/Prover.js +236 -0
  346. package/build/tasks/helpers/Prover.js.map +1 -0
  347. package/build/tasks/helpers/TreeMerger.d.ts +32 -0
  348. package/build/tasks/helpers/TreeMerger.d.ts.map +1 -0
  349. package/build/tasks/helpers/TreeMerger.js +56 -0
  350. package/build/tasks/helpers/TreeMerger.js.map +1 -0
  351. package/build/tasks/helpers/abi.d.ts +15 -0
  352. package/build/tasks/helpers/abi.d.ts.map +1 -0
  353. package/build/tasks/helpers/abi.js +20 -0
  354. package/build/tasks/helpers/abi.js.map +1 -0
  355. package/build/tasks/helpers/benchmarks.d.ts +13 -0
  356. package/build/tasks/helpers/benchmarks.d.ts.map +1 -0
  357. package/build/tasks/helpers/benchmarks.js +53 -0
  358. package/build/tasks/helpers/benchmarks.js.map +1 -0
  359. package/build/tasks/helpers/constants.d.ts +66 -0
  360. package/build/tasks/helpers/constants.d.ts.map +1 -0
  361. package/build/tasks/helpers/constants.js +132 -0
  362. package/build/tasks/helpers/constants.js.map +1 -0
  363. package/build/tasks/helpers/types.d.ts +742 -0
  364. package/build/tasks/helpers/types.d.ts.map +1 -0
  365. package/build/tasks/helpers/types.js +123 -0
  366. package/build/tasks/helpers/types.js.map +1 -0
  367. package/build/tasks/runner/benchmarks.d.ts +2 -0
  368. package/build/tasks/runner/benchmarks.d.ts.map +1 -0
  369. package/build/tasks/runner/benchmarks.js +81 -0
  370. package/build/tasks/runner/benchmarks.js.map +1 -0
  371. package/build/tasks/runner/deployFull.d.ts +2 -0
  372. package/build/tasks/runner/deployFull.d.ts.map +1 -0
  373. package/build/tasks/runner/deployFull.js +40 -0
  374. package/build/tasks/runner/deployFull.js.map +1 -0
  375. package/build/tasks/runner/deployPoll.d.ts +2 -0
  376. package/build/tasks/runner/deployPoll.d.ts.map +1 -0
  377. package/build/tasks/runner/deployPoll.js +40 -0
  378. package/build/tasks/runner/deployPoll.js.map +1 -0
  379. package/build/tasks/runner/encodeErrors.d.ts +2 -0
  380. package/build/tasks/runner/encodeErrors.d.ts.map +1 -0
  381. package/build/tasks/runner/encodeErrors.js +105 -0
  382. package/build/tasks/runner/encodeErrors.js.map +1 -0
  383. package/build/tasks/runner/merge.d.ts +2 -0
  384. package/build/tasks/runner/merge.d.ts.map +1 -0
  385. package/build/tasks/runner/merge.js +45 -0
  386. package/build/tasks/runner/merge.js.map +1 -0
  387. package/build/tasks/runner/prove.d.ts +2 -0
  388. package/build/tasks/runner/prove.d.ts.map +1 -0
  389. package/build/tasks/runner/prove.js +132 -0
  390. package/build/tasks/runner/prove.js.map +1 -0
  391. package/build/tasks/runner/submitOnChain.d.ts +2 -0
  392. package/build/tasks/runner/submitOnChain.d.ts.map +1 -0
  393. package/build/tasks/runner/submitOnChain.js +97 -0
  394. package/build/tasks/runner/submitOnChain.js.map +1 -0
  395. package/build/tasks/runner/verifyFull.d.ts +2 -0
  396. package/build/tasks/runner/verifyFull.d.ts.map +1 -0
  397. package/build/tasks/runner/verifyFull.js +77 -0
  398. package/build/tasks/runner/verifyFull.js.map +1 -0
  399. package/build/ts/deploy.d.ts +246 -0
  400. package/build/ts/deploy.d.ts.map +1 -0
  401. package/build/ts/deploy.js +573 -0
  402. package/build/ts/deploy.js.map +1 -0
  403. package/build/ts/genZerosContract.d.ts +12 -0
  404. package/build/ts/genZerosContract.d.ts.map +1 -0
  405. package/build/ts/genZerosContract.js +40 -0
  406. package/build/ts/genZerosContract.js.map +1 -0
  407. package/build/ts/generateEmptyBallotRoots.d.ts +7 -0
  408. package/build/ts/generateEmptyBallotRoots.d.ts.map +1 -0
  409. package/build/ts/generateEmptyBallotRoots.js +23 -0
  410. package/build/ts/generateEmptyBallotRoots.js.map +1 -0
  411. package/build/ts/generateMaciState.d.ts +18 -0
  412. package/build/ts/generateMaciState.d.ts.map +1 -0
  413. package/build/ts/generateMaciState.js +279 -0
  414. package/build/ts/generateMaciState.js.map +1 -0
  415. package/build/ts/index.d.ts +20 -0
  416. package/build/ts/index.d.ts.map +1 -0
  417. package/build/ts/index.js +100 -0
  418. package/build/ts/index.js.map +1 -0
  419. package/build/ts/ipfs.d.ts +41 -0
  420. package/build/ts/ipfs.d.ts.map +1 -0
  421. package/build/ts/ipfs.js +49 -0
  422. package/build/ts/ipfs.js.map +1 -0
  423. package/build/ts/logger.d.ts +46 -0
  424. package/build/ts/logger.d.ts.map +1 -0
  425. package/build/ts/logger.js +79 -0
  426. package/build/ts/logger.js.map +1 -0
  427. package/build/ts/proofs.d.ts +53 -0
  428. package/build/ts/proofs.d.ts.map +1 -0
  429. package/build/ts/proofs.js +154 -0
  430. package/build/ts/proofs.js.map +1 -0
  431. package/build/ts/types.d.ts +377 -0
  432. package/build/ts/types.d.ts.map +1 -0
  433. package/build/ts/types.js +3 -0
  434. package/build/ts/types.js.map +1 -0
  435. package/build/ts/utils.d.ts +93 -0
  436. package/build/ts/utils.d.ts.map +1 -0
  437. package/build/ts/utils.js +228 -0
  438. package/build/ts/utils.js.map +1 -0
  439. package/build/tsconfig.build.tsbuildinfo +1 -0
  440. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts +48 -0
  441. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts.map +1 -0
  442. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js +3 -0
  443. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js.map +1 -0
  444. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
  445. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
  446. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js +3 -0
  447. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js.map +1 -0
  448. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts +56 -0
  449. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts.map +1 -0
  450. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js +3 -0
  451. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js.map +1 -0
  452. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts +56 -0
  453. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts.map +1 -0
  454. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js +3 -0
  455. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js.map +1 -0
  456. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts +143 -0
  457. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts.map +1 -0
  458. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js +3 -0
  459. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js.map +1 -0
  460. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts +50 -0
  461. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts.map +1 -0
  462. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js +3 -0
  463. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js.map +1 -0
  464. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts +56 -0
  465. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts.map +1 -0
  466. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js +3 -0
  467. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js.map +1 -0
  468. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
  469. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
  470. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +3 -0
  471. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
  472. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts +60 -0
  473. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts.map +1 -0
  474. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js +3 -0
  475. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js.map +1 -0
  476. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts +58 -0
  477. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts.map +1 -0
  478. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js +3 -0
  479. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js.map +1 -0
  480. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts +143 -0
  481. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts.map +1 -0
  482. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js +3 -0
  483. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js.map +1 -0
  484. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts +50 -0
  485. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts.map +1 -0
  486. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js +3 -0
  487. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js.map +1 -0
  488. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts +71 -0
  489. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts.map +1 -0
  490. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js +3 -0
  491. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js.map +1 -0
  492. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
  493. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
  494. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js +3 -0
  495. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
  496. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.d.ts +56 -0
  497. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.d.ts.map +1 -0
  498. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.js +3 -0
  499. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.js.map +1 -0
  500. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.d.ts +56 -0
  501. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.d.ts.map +1 -0
  502. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.js +3 -0
  503. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.js.map +1 -0
  504. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.d.ts +139 -0
  505. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.d.ts.map +1 -0
  506. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.js +3 -0
  507. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.js.map +1 -0
  508. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.d.ts +54 -0
  509. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.d.ts.map +1 -0
  510. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.js +3 -0
  511. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.js.map +1 -0
  512. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.d.ts +5 -0
  513. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.d.ts.map +1 -0
  514. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.js +3 -0
  515. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.js.map +1 -0
  516. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.d.ts +60 -0
  517. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.d.ts.map +1 -0
  518. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.js +3 -0
  519. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.js.map +1 -0
  520. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.d.ts +58 -0
  521. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.d.ts.map +1 -0
  522. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.js +3 -0
  523. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.js.map +1 -0
  524. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.d.ts +139 -0
  525. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.d.ts.map +1 -0
  526. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.js +3 -0
  527. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.js.map +1 -0
  528. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.d.ts +54 -0
  529. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.d.ts.map +1 -0
  530. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.js +3 -0
  531. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.js.map +1 -0
  532. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
  533. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
  534. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.js +3 -0
  535. package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.js.map +1 -0
  536. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts +48 -0
  537. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts.map +1 -0
  538. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js +3 -0
  539. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js.map +1 -0
  540. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts +46 -0
  541. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts.map +1 -0
  542. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js +3 -0
  543. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js.map +1 -0
  544. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts +135 -0
  545. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts.map +1 -0
  546. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js +3 -0
  547. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js.map +1 -0
  548. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts +54 -0
  549. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts.map +1 -0
  550. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js +3 -0
  551. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js.map +1 -0
  552. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
  553. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
  554. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js +3 -0
  555. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
  556. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts +60 -0
  557. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts.map +1 -0
  558. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js +3 -0
  559. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js.map +1 -0
  560. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts +56 -0
  561. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts.map +1 -0
  562. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js +3 -0
  563. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js.map +1 -0
  564. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts +139 -0
  565. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts.map +1 -0
  566. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js +3 -0
  567. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js.map +1 -0
  568. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts +50 -0
  569. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts.map +1 -0
  570. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js +3 -0
  571. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js.map +1 -0
  572. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts +59 -0
  573. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts.map +1 -0
  574. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js +3 -0
  575. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js.map +1 -0
  576. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
  577. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
  578. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js +3 -0
  579. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
  580. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts +56 -0
  581. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts.map +1 -0
  582. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js +3 -0
  583. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js.map +1 -0
  584. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts +56 -0
  585. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts.map +1 -0
  586. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js +3 -0
  587. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js.map +1 -0
  588. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts +139 -0
  589. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts.map +1 -0
  590. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js +3 -0
  591. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js.map +1 -0
  592. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts +50 -0
  593. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts.map +1 -0
  594. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js +3 -0
  595. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js.map +1 -0
  596. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts +98 -0
  597. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts.map +1 -0
  598. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js +3 -0
  599. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js.map +1 -0
  600. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
  601. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
  602. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js +3 -0
  603. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
  604. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts +23 -0
  605. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
  606. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js +3 -0
  607. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
  608. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts +52 -0
  609. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts.map +1 -0
  610. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js +3 -0
  611. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js.map +1 -0
  612. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts +46 -0
  613. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts.map +1 -0
  614. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js +3 -0
  615. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js.map +1 -0
  616. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts +143 -0
  617. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts.map +1 -0
  618. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js +3 -0
  619. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js.map +1 -0
  620. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts +50 -0
  621. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts.map +1 -0
  622. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js +3 -0
  623. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js.map +1 -0
  624. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
  625. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
  626. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js +3 -0
  627. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
  628. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts +61 -0
  629. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts.map +1 -0
  630. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js +3 -0
  631. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js.map +1 -0
  632. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts +56 -0
  633. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts.map +1 -0
  634. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js +3 -0
  635. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js.map +1 -0
  636. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts +56 -0
  637. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts.map +1 -0
  638. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js +3 -0
  639. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js.map +1 -0
  640. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts +139 -0
  641. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts.map +1 -0
  642. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js +3 -0
  643. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js.map +1 -0
  644. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts +50 -0
  645. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts.map +1 -0
  646. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js +3 -0
  647. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js.map +1 -0
  648. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
  649. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
  650. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js +3 -0
  651. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
  652. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts +52 -0
  653. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts.map +1 -0
  654. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js +3 -0
  655. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js.map +1 -0
  656. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts +46 -0
  657. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts.map +1 -0
  658. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js +3 -0
  659. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js.map +1 -0
  660. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts +143 -0
  661. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts.map +1 -0
  662. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js +3 -0
  663. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js.map +1 -0
  664. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts +50 -0
  665. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts.map +1 -0
  666. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js +3 -0
  667. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js.map +1 -0
  668. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
  669. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
  670. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js +3 -0
  671. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
  672. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts +64 -0
  673. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts.map +1 -0
  674. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js +3 -0
  675. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js.map +1 -0
  676. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts +60 -0
  677. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts.map +1 -0
  678. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js +3 -0
  679. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js.map +1 -0
  680. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts +54 -0
  681. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts.map +1 -0
  682. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js +3 -0
  683. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js.map +1 -0
  684. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts +139 -0
  685. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts.map +1 -0
  686. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js +3 -0
  687. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js.map +1 -0
  688. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts +54 -0
  689. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts.map +1 -0
  690. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js +3 -0
  691. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js.map +1 -0
  692. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
  693. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
  694. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js +3 -0
  695. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
  696. package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts +13 -0
  697. package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts.map +1 -0
  698. package/build/typechain-types/@excubiae/contracts/contracts/index.js +3 -0
  699. package/build/typechain-types/@excubiae/contracts/contracts/index.js.map +1 -0
  700. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts +36 -0
  701. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts.map +1 -0
  702. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js +3 -0
  703. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js.map +1 -0
  704. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts +84 -0
  705. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts.map +1 -0
  706. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js +3 -0
  707. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js.map +1 -0
  708. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts +30 -0
  709. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts.map +1 -0
  710. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js +3 -0
  711. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js.map +1 -0
  712. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts +37 -0
  713. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts.map +1 -0
  714. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js +3 -0
  715. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js.map +1 -0
  716. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts +46 -0
  717. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts.map +1 -0
  718. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js +3 -0
  719. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js.map +1 -0
  720. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
  721. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
  722. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js +3 -0
  723. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
  724. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts +135 -0
  725. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts.map +1 -0
  726. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js +3 -0
  727. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js.map +1 -0
  728. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts +93 -0
  729. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts.map +1 -0
  730. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js +3 -0
  731. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js.map +1 -0
  732. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
  733. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
  734. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js +3 -0
  735. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js.map +1 -0
  736. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts +34 -0
  737. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts.map +1 -0
  738. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js +3 -0
  739. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js.map +1 -0
  740. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts +42 -0
  741. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts.map +1 -0
  742. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js +3 -0
  743. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js.map +1 -0
  744. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
  745. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
  746. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js +3 -0
  747. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
  748. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts +3 -0
  749. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
  750. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js +3 -0
  751. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
  752. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts +64 -0
  753. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts.map +1 -0
  754. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js +3 -0
  755. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js.map +1 -0
  756. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts +83 -0
  757. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts.map +1 -0
  758. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js +3 -0
  759. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js.map +1 -0
  760. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts +38 -0
  761. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts.map +1 -0
  762. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js +3 -0
  763. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js.map +1 -0
  764. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts +36 -0
  765. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts.map +1 -0
  766. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js +3 -0
  767. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js.map +1 -0
  768. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts +257 -0
  769. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts.map +1 -0
  770. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js +3 -0
  771. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js.map +1 -0
  772. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
  773. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
  774. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js +3 -0
  775. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
  776. package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts +3 -0
  777. package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
  778. package/build/typechain-types/@excubiae/contracts/contracts/test/index.js +3 -0
  779. package/build/typechain-types/@excubiae/contracts/contracts/test/index.js.map +1 -0
  780. package/build/typechain-types/@excubiae/contracts/index.d.ts +3 -0
  781. package/build/typechain-types/@excubiae/contracts/index.d.ts.map +1 -0
  782. package/build/typechain-types/@excubiae/contracts/index.js +3 -0
  783. package/build/typechain-types/@excubiae/contracts/index.js.map +1 -0
  784. package/build/typechain-types/@excubiae/index.d.ts +3 -0
  785. package/build/typechain-types/@excubiae/index.d.ts.map +1 -0
  786. package/build/typechain-types/@excubiae/index.js +3 -0
  787. package/build/typechain-types/@excubiae/index.js.map +1 -0
  788. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
  789. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
  790. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js +3 -0
  791. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js.map +1 -0
  792. package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts +2 -0
  793. package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  794. package/build/typechain-types/@openzeppelin/contracts/access/index.js +3 -0
  795. package/build/typechain-types/@openzeppelin/contracts/access/index.js.map +1 -0
  796. package/build/typechain-types/@openzeppelin/contracts/governance/index.d.ts +3 -0
  797. package/build/typechain-types/@openzeppelin/contracts/governance/index.d.ts.map +1 -0
  798. package/build/typechain-types/@openzeppelin/contracts/governance/index.js +3 -0
  799. package/build/typechain-types/@openzeppelin/contracts/governance/index.js.map +1 -0
  800. package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.d.ts +135 -0
  801. package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.d.ts.map +1 -0
  802. package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.js +3 -0
  803. package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.js.map +1 -0
  804. package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.d.ts +2 -0
  805. package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.d.ts.map +1 -0
  806. package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.js +3 -0
  807. package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.js.map +1 -0
  808. package/build/typechain-types/@openzeppelin/contracts/index.d.ts +11 -0
  809. package/build/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
  810. package/build/typechain-types/@openzeppelin/contracts/index.js +3 -0
  811. package/build/typechain-types/@openzeppelin/contracts/index.js.map +1 -0
  812. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
  813. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
  814. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +3 -0
  815. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js.map +1 -0
  816. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
  817. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
  818. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +3 -0
  819. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js.map +1 -0
  820. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
  821. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
  822. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +3 -0
  823. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js.map +1 -0
  824. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  825. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  826. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +3 -0
  827. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
  828. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
  829. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  830. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js +3 -0
  831. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js.map +1 -0
  832. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
  833. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
  834. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +3 -0
  835. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js.map +1 -0
  836. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
  837. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
  838. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +3 -0
  839. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js.map +1 -0
  840. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
  841. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
  842. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +3 -0
  843. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js.map +1 -0
  844. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  845. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  846. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -0
  847. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
  848. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
  849. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  850. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +3 -0
  851. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
  852. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts +212 -0
  853. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts.map +1 -0
  854. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js +3 -0
  855. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js.map +1 -0
  856. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +200 -0
  857. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts.map +1 -0
  858. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js +3 -0
  859. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js.map +1 -0
  860. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +40 -0
  861. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts.map +1 -0
  862. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +3 -0
  863. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js.map +1 -0
  864. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +212 -0
  865. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts.map +1 -0
  866. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js +3 -0
  867. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js.map +1 -0
  868. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
  869. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
  870. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js +3 -0
  871. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
  872. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts +6 -0
  873. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
  874. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js +3 -0
  875. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
  876. package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts +5 -0
  877. package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  878. package/build/typechain-types/@openzeppelin/contracts/token/index.js +3 -0
  879. package/build/typechain-types/@openzeppelin/contracts/token/index.js.map +1 -0
  880. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
  881. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
  882. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js +3 -0
  883. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js.map +1 -0
  884. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts +21 -0
  885. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts.map +1 -0
  886. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js +3 -0
  887. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js.map +1 -0
  888. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  889. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  890. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +3 -0
  891. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
  892. package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts +8 -0
  893. package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  894. package/build/typechain-types/@openzeppelin/contracts/utils/index.js +3 -0
  895. package/build/typechain-types/@openzeppelin/contracts/utils/index.js.map +1 -0
  896. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
  897. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
  898. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +3 -0
  899. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js.map +1 -0
  900. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
  901. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
  902. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
  903. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
  904. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  905. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  906. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +3 -0
  907. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  908. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
  909. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
  910. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +3 -0
  911. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js.map +1 -0
  912. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  913. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  914. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js +3 -0
  915. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js.map +1 -0
  916. package/build/typechain-types/@openzeppelin/index.d.ts +3 -0
  917. package/build/typechain-types/@openzeppelin/index.d.ts.map +1 -0
  918. package/build/typechain-types/@openzeppelin/index.js +3 -0
  919. package/build/typechain-types/@openzeppelin/index.js.map +1 -0
  920. package/build/typechain-types/common.d.ts +51 -0
  921. package/build/typechain-types/common.d.ts.map +1 -0
  922. package/build/typechain-types/common.js +3 -0
  923. package/build/typechain-types/common.js.map +1 -0
  924. package/build/typechain-types/contracts/MACI.d.ts +397 -0
  925. package/build/typechain-types/contracts/MACI.d.ts.map +1 -0
  926. package/build/typechain-types/contracts/MACI.js +3 -0
  927. package/build/typechain-types/contracts/MACI.js.map +1 -0
  928. package/build/typechain-types/contracts/MessageProcessor.d.ts +186 -0
  929. package/build/typechain-types/contracts/MessageProcessor.d.ts.map +1 -0
  930. package/build/typechain-types/contracts/MessageProcessor.js +3 -0
  931. package/build/typechain-types/contracts/MessageProcessor.js.map +1 -0
  932. package/build/typechain-types/contracts/MessageProcessorFactory.d.ts +64 -0
  933. package/build/typechain-types/contracts/MessageProcessorFactory.d.ts.map +1 -0
  934. package/build/typechain-types/contracts/MessageProcessorFactory.js +3 -0
  935. package/build/typechain-types/contracts/MessageProcessorFactory.js.map +1 -0
  936. package/build/typechain-types/contracts/Poll.d.ts +668 -0
  937. package/build/typechain-types/contracts/Poll.d.ts.map +1 -0
  938. package/build/typechain-types/contracts/Poll.js +3 -0
  939. package/build/typechain-types/contracts/Poll.js.map +1 -0
  940. package/build/typechain-types/contracts/PollFactory.d.ts +141 -0
  941. package/build/typechain-types/contracts/PollFactory.d.ts.map +1 -0
  942. package/build/typechain-types/contracts/PollFactory.js +3 -0
  943. package/build/typechain-types/contracts/PollFactory.js.map +1 -0
  944. package/build/typechain-types/contracts/Tally.d.ts +362 -0
  945. package/build/typechain-types/contracts/Tally.d.ts.map +1 -0
  946. package/build/typechain-types/contracts/Tally.js +3 -0
  947. package/build/typechain-types/contracts/Tally.js.map +1 -0
  948. package/build/typechain-types/contracts/TallyFactory.d.ts +66 -0
  949. package/build/typechain-types/contracts/TallyFactory.d.ts.map +1 -0
  950. package/build/typechain-types/contracts/TallyFactory.js +3 -0
  951. package/build/typechain-types/contracts/TallyFactory.js.map +1 -0
  952. package/build/typechain-types/contracts/VerifyingKeysRegistry.d.ts +561 -0
  953. package/build/typechain-types/contracts/VerifyingKeysRegistry.d.ts.map +1 -0
  954. package/build/typechain-types/contracts/VerifyingKeysRegistry.js +3 -0
  955. package/build/typechain-types/contracts/VerifyingKeysRegistry.js.map +1 -0
  956. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts +34 -0
  957. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts.map +1 -0
  958. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js +3 -0
  959. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js.map +1 -0
  960. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
  961. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
  962. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js +3 -0
  963. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
  964. package/build/typechain-types/contracts/crypto/Hasher.d.ts +108 -0
  965. package/build/typechain-types/contracts/crypto/Hasher.d.ts.map +1 -0
  966. package/build/typechain-types/contracts/crypto/Hasher.js +3 -0
  967. package/build/typechain-types/contracts/crypto/Hasher.js.map +1 -0
  968. package/build/typechain-types/contracts/crypto/Pairing.d.ts +26 -0
  969. package/build/typechain-types/contracts/crypto/Pairing.d.ts.map +1 -0
  970. package/build/typechain-types/contracts/crypto/Pairing.js +3 -0
  971. package/build/typechain-types/contracts/crypto/Pairing.js.map +1 -0
  972. package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts +34 -0
  973. package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts.map +1 -0
  974. package/build/typechain-types/contracts/crypto/PoseidonT3.js +3 -0
  975. package/build/typechain-types/contracts/crypto/PoseidonT3.js.map +1 -0
  976. package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts +34 -0
  977. package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts.map +1 -0
  978. package/build/typechain-types/contracts/crypto/PoseidonT4.js +3 -0
  979. package/build/typechain-types/contracts/crypto/PoseidonT4.js.map +1 -0
  980. package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts +34 -0
  981. package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts.map +1 -0
  982. package/build/typechain-types/contracts/crypto/PoseidonT5.js +3 -0
  983. package/build/typechain-types/contracts/crypto/PoseidonT5.js.map +1 -0
  984. package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts +54 -0
  985. package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts.map +1 -0
  986. package/build/typechain-types/contracts/crypto/PoseidonT6.js +3 -0
  987. package/build/typechain-types/contracts/crypto/PoseidonT6.js.map +1 -0
  988. package/build/typechain-types/contracts/crypto/Verifier.d.ts +85 -0
  989. package/build/typechain-types/contracts/crypto/Verifier.d.ts.map +1 -0
  990. package/build/typechain-types/contracts/crypto/Verifier.js +3 -0
  991. package/build/typechain-types/contracts/crypto/Verifier.js.map +1 -0
  992. package/build/typechain-types/contracts/crypto/index.d.ts +10 -0
  993. package/build/typechain-types/contracts/crypto/index.d.ts.map +1 -0
  994. package/build/typechain-types/contracts/crypto/index.js +3 -0
  995. package/build/typechain-types/contracts/crypto/index.js.map +1 -0
  996. package/build/typechain-types/contracts/index.d.ts +19 -0
  997. package/build/typechain-types/contracts/index.d.ts.map +1 -0
  998. package/build/typechain-types/contracts/index.js +3 -0
  999. package/build/typechain-types/contracts/index.js.map +1 -0
  1000. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts +48 -0
  1001. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts.map +1 -0
  1002. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js +3 -0
  1003. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js.map +1 -0
  1004. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts +46 -0
  1005. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts.map +1 -0
  1006. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js +3 -0
  1007. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js.map +1 -0
  1008. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.d.ts +60 -0
  1009. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.d.ts.map +1 -0
  1010. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.js +3 -0
  1011. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.js.map +1 -0
  1012. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.d.ts +58 -0
  1013. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.d.ts.map +1 -0
  1014. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.js +3 -0
  1015. package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.js.map +1 -0
  1016. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts +5 -0
  1017. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
  1018. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js +3 -0
  1019. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js.map +1 -0
  1020. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts +36 -0
  1021. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts.map +1 -0
  1022. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js +3 -0
  1023. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js.map +1 -0
  1024. package/build/typechain-types/contracts/interfaces/IMACI.d.ts +163 -0
  1025. package/build/typechain-types/contracts/interfaces/IMACI.d.ts.map +1 -0
  1026. package/build/typechain-types/contracts/interfaces/IMACI.js +3 -0
  1027. package/build/typechain-types/contracts/interfaces/IMACI.js.map +1 -0
  1028. package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts +46 -0
  1029. package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts.map +1 -0
  1030. package/build/typechain-types/contracts/interfaces/IMessageProcessor.js +3 -0
  1031. package/build/typechain-types/contracts/interfaces/IMessageProcessor.js.map +1 -0
  1032. package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.d.ts +40 -0
  1033. package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.d.ts.map +1 -0
  1034. package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.js +3 -0
  1035. package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.js.map +1 -0
  1036. package/build/typechain-types/contracts/interfaces/IPoll.d.ts +219 -0
  1037. package/build/typechain-types/contracts/interfaces/IPoll.d.ts.map +1 -0
  1038. package/build/typechain-types/contracts/interfaces/IPoll.js +3 -0
  1039. package/build/typechain-types/contracts/interfaces/IPoll.js.map +1 -0
  1040. package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts +117 -0
  1041. package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts.map +1 -0
  1042. package/build/typechain-types/contracts/interfaces/IPollFactory.js +3 -0
  1043. package/build/typechain-types/contracts/interfaces/IPollFactory.js.map +1 -0
  1044. package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts +61 -0
  1045. package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts.map +1 -0
  1046. package/build/typechain-types/contracts/interfaces/ISemaphore.js +3 -0
  1047. package/build/typechain-types/contracts/interfaces/ISemaphore.js.map +1 -0
  1048. package/build/typechain-types/contracts/interfaces/ITally.d.ts +72 -0
  1049. package/build/typechain-types/contracts/interfaces/ITally.d.ts.map +1 -0
  1050. package/build/typechain-types/contracts/interfaces/ITally.js +3 -0
  1051. package/build/typechain-types/contracts/interfaces/ITally.js.map +1 -0
  1052. package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts +42 -0
  1053. package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts.map +1 -0
  1054. package/build/typechain-types/contracts/interfaces/ITallyFactory.js +3 -0
  1055. package/build/typechain-types/contracts/interfaces/ITallyFactory.js.map +1 -0
  1056. package/build/typechain-types/contracts/interfaces/IVerifier.d.ts +81 -0
  1057. package/build/typechain-types/contracts/interfaces/IVerifier.d.ts.map +1 -0
  1058. package/build/typechain-types/contracts/interfaces/IVerifier.js +3 -0
  1059. package/build/typechain-types/contracts/interfaces/IVerifier.js.map +1 -0
  1060. package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.d.ts +125 -0
  1061. package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.d.ts.map +1 -0
  1062. package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.js +3 -0
  1063. package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.js.map +1 -0
  1064. package/build/typechain-types/contracts/interfaces/index.d.ts +12 -0
  1065. package/build/typechain-types/contracts/interfaces/index.d.ts.map +1 -0
  1066. package/build/typechain-types/contracts/interfaces/index.js +3 -0
  1067. package/build/typechain-types/contracts/interfaces/index.js.map +1 -0
  1068. package/build/typechain-types/contracts/mocks/MockERC20.d.ts +142 -0
  1069. package/build/typechain-types/contracts/mocks/MockERC20.d.ts.map +1 -0
  1070. package/build/typechain-types/contracts/mocks/MockERC20.js +3 -0
  1071. package/build/typechain-types/contracts/mocks/MockERC20.js.map +1 -0
  1072. package/build/typechain-types/contracts/mocks/MockERC20Votes.d.ts +168 -0
  1073. package/build/typechain-types/contracts/mocks/MockERC20Votes.d.ts.map +1 -0
  1074. package/build/typechain-types/contracts/mocks/MockERC20Votes.js +3 -0
  1075. package/build/typechain-types/contracts/mocks/MockERC20Votes.js.map +1 -0
  1076. package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts +73 -0
  1077. package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts.map +1 -0
  1078. package/build/typechain-types/contracts/mocks/MockSemaphore.js +3 -0
  1079. package/build/typechain-types/contracts/mocks/MockSemaphore.js.map +1 -0
  1080. package/build/typechain-types/contracts/mocks/MockTally.d.ts +80 -0
  1081. package/build/typechain-types/contracts/mocks/MockTally.d.ts.map +1 -0
  1082. package/build/typechain-types/contracts/mocks/MockTally.js +3 -0
  1083. package/build/typechain-types/contracts/mocks/MockTally.js.map +1 -0
  1084. package/build/typechain-types/contracts/mocks/MockVerifier.d.ts +81 -0
  1085. package/build/typechain-types/contracts/mocks/MockVerifier.d.ts.map +1 -0
  1086. package/build/typechain-types/contracts/mocks/MockVerifier.js +3 -0
  1087. package/build/typechain-types/contracts/mocks/MockVerifier.js.map +1 -0
  1088. package/build/typechain-types/contracts/mocks/index.d.ts +6 -0
  1089. package/build/typechain-types/contracts/mocks/index.d.ts.map +1 -0
  1090. package/build/typechain-types/contracts/mocks/index.js +3 -0
  1091. package/build/typechain-types/contracts/mocks/index.js.map +1 -0
  1092. package/build/typechain-types/contracts/utilities/DomainObjs.d.ts +26 -0
  1093. package/build/typechain-types/contracts/utilities/DomainObjs.d.ts.map +1 -0
  1094. package/build/typechain-types/contracts/utilities/DomainObjs.js +3 -0
  1095. package/build/typechain-types/contracts/utilities/DomainObjs.js.map +1 -0
  1096. package/build/typechain-types/contracts/utilities/Utilities.d.ts +193 -0
  1097. package/build/typechain-types/contracts/utilities/Utilities.d.ts.map +1 -0
  1098. package/build/typechain-types/contracts/utilities/Utilities.js +3 -0
  1099. package/build/typechain-types/contracts/utilities/Utilities.js.map +1 -0
  1100. package/build/typechain-types/contracts/utilities/index.d.ts +3 -0
  1101. package/build/typechain-types/contracts/utilities/index.d.ts.map +1 -0
  1102. package/build/typechain-types/contracts/utilities/index.js +3 -0
  1103. package/build/typechain-types/contracts/utilities/index.js.map +1 -0
  1104. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts +56 -0
  1105. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts.map +1 -0
  1106. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js +82 -0
  1107. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js.map +1 -0
  1108. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
  1109. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
  1110. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js +9 -0
  1111. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js.map +1 -0
  1112. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts +65 -0
  1113. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts.map +1 -0
  1114. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js +95 -0
  1115. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js.map +1 -0
  1116. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts +103 -0
  1117. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts.map +1 -0
  1118. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js +143 -0
  1119. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js.map +1 -0
  1120. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts +61 -0
  1121. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts.map +1 -0
  1122. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js +90 -0
  1123. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js.map +1 -0
  1124. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts +236 -0
  1125. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts.map +1 -0
  1126. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js +314 -0
  1127. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js.map +1 -0
  1128. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts +42 -0
  1129. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts.map +1 -0
  1130. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js +64 -0
  1131. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js.map +1 -0
  1132. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
  1133. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
  1134. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +17 -0
  1135. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
  1136. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts +69 -0
  1137. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts.map +1 -0
  1138. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js +100 -0
  1139. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js.map +1 -0
  1140. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts +117 -0
  1141. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts.map +1 -0
  1142. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js +161 -0
  1143. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js.map +1 -0
  1144. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts +61 -0
  1145. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts.map +1 -0
  1146. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js +90 -0
  1147. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js.map +1 -0
  1148. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts +236 -0
  1149. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts.map +1 -0
  1150. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js +314 -0
  1151. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js.map +1 -0
  1152. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts +63 -0
  1153. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts.map +1 -0
  1154. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js +91 -0
  1155. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js.map +1 -0
  1156. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
  1157. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
  1158. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js +17 -0
  1159. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
  1160. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.d.ts +65 -0
  1161. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.d.ts.map +1 -0
  1162. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.js +95 -0
  1163. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.js.map +1 -0
  1164. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.d.ts +95 -0
  1165. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.d.ts.map +1 -0
  1166. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.js +133 -0
  1167. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.js.map +1 -0
  1168. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.d.ts +61 -0
  1169. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.d.ts.map +1 -0
  1170. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.js +90 -0
  1171. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.js.map +1 -0
  1172. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.d.ts +236 -0
  1173. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.d.ts.map +1 -0
  1174. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.js +314 -0
  1175. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.js.map +1 -0
  1176. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.d.ts +5 -0
  1177. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.d.ts.map +1 -0
  1178. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.js +15 -0
  1179. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.js.map +1 -0
  1180. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts +69 -0
  1181. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts.map +1 -0
  1182. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js +100 -0
  1183. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js.map +1 -0
  1184. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts +105 -0
  1185. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts.map +1 -0
  1186. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js +146 -0
  1187. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js.map +1 -0
  1188. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts +61 -0
  1189. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts.map +1 -0
  1190. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js +90 -0
  1191. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js.map +1 -0
  1192. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts +236 -0
  1193. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts.map +1 -0
  1194. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js +314 -0
  1195. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js.map +1 -0
  1196. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
  1197. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
  1198. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js +15 -0
  1199. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js.map +1 -0
  1200. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts +57 -0
  1201. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts.map +1 -0
  1202. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js +84 -0
  1203. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js.map +1 -0
  1204. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts +71 -0
  1205. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts.map +1 -0
  1206. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js +102 -0
  1207. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js.map +1 -0
  1208. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts +61 -0
  1209. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts.map +1 -0
  1210. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js +90 -0
  1211. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js.map +1 -0
  1212. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts +222 -0
  1213. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts.map +1 -0
  1214. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js +295 -0
  1215. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js.map +1 -0
  1216. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
  1217. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
  1218. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js +15 -0
  1219. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
  1220. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts +65 -0
  1221. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts.map +1 -0
  1222. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js +95 -0
  1223. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js.map +1 -0
  1224. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts +105 -0
  1225. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts.map +1 -0
  1226. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js +146 -0
  1227. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js.map +1 -0
  1228. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts +61 -0
  1229. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts.map +1 -0
  1230. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js +90 -0
  1231. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js.map +1 -0
  1232. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts +236 -0
  1233. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts.map +1 -0
  1234. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js +314 -0
  1235. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js.map +1 -0
  1236. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts +67 -0
  1237. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts.map +1 -0
  1238. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js +99 -0
  1239. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js.map +1 -0
  1240. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
  1241. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
  1242. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js +17 -0
  1243. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
  1244. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts +65 -0
  1245. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts.map +1 -0
  1246. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js +95 -0
  1247. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js.map +1 -0
  1248. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts +103 -0
  1249. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts.map +1 -0
  1250. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js +144 -0
  1251. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js.map +1 -0
  1252. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts +61 -0
  1253. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts.map +1 -0
  1254. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js +90 -0
  1255. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js.map +1 -0
  1256. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts +236 -0
  1257. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts.map +1 -0
  1258. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js +314 -0
  1259. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js.map +1 -0
  1260. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts +104 -0
  1261. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts.map +1 -0
  1262. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js +146 -0
  1263. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js.map +1 -0
  1264. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
  1265. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
  1266. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js +17 -0
  1267. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
  1268. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts +12 -0
  1269. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
  1270. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js +51 -0
  1271. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
  1272. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts +61 -0
  1273. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts.map +1 -0
  1274. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js +90 -0
  1275. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js.map +1 -0
  1276. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts +89 -0
  1277. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts.map +1 -0
  1278. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js +125 -0
  1279. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js.map +1 -0
  1280. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts +61 -0
  1281. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts.map +1 -0
  1282. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js +90 -0
  1283. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js.map +1 -0
  1284. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts +236 -0
  1285. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts.map +1 -0
  1286. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js +314 -0
  1287. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js.map +1 -0
  1288. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
  1289. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
  1290. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js +15 -0
  1291. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
  1292. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts +51 -0
  1293. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts.map +1 -0
  1294. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js +76 -0
  1295. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js.map +1 -0
  1296. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts +65 -0
  1297. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts.map +1 -0
  1298. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js +95 -0
  1299. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js.map +1 -0
  1300. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts +103 -0
  1301. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts.map +1 -0
  1302. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js +143 -0
  1303. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js.map +1 -0
  1304. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts +61 -0
  1305. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts.map +1 -0
  1306. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js +90 -0
  1307. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js.map +1 -0
  1308. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts +236 -0
  1309. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts.map +1 -0
  1310. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js +314 -0
  1311. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js.map +1 -0
  1312. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
  1313. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
  1314. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js +17 -0
  1315. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
  1316. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts +61 -0
  1317. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts.map +1 -0
  1318. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js +90 -0
  1319. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js.map +1 -0
  1320. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts +85 -0
  1321. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts.map +1 -0
  1322. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js +120 -0
  1323. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js.map +1 -0
  1324. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts +61 -0
  1325. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts.map +1 -0
  1326. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js +90 -0
  1327. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js.map +1 -0
  1328. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts +236 -0
  1329. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts.map +1 -0
  1330. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js +314 -0
  1331. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js.map +1 -0
  1332. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
  1333. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
  1334. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js +15 -0
  1335. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
  1336. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts +73 -0
  1337. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts.map +1 -0
  1338. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js +105 -0
  1339. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js.map +1 -0
  1340. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts +127 -0
  1341. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts.map +1 -0
  1342. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js +174 -0
  1343. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js.map +1 -0
  1344. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts +49 -0
  1345. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts.map +1 -0
  1346. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js +74 -0
  1347. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js.map +1 -0
  1348. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts +61 -0
  1349. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts.map +1 -0
  1350. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js +90 -0
  1351. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js.map +1 -0
  1352. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts +236 -0
  1353. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts.map +1 -0
  1354. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js +314 -0
  1355. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js.map +1 -0
  1356. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
  1357. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
  1358. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js +17 -0
  1359. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
  1360. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts +7 -0
  1361. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts.map +1 -0
  1362. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js +46 -0
  1363. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js.map +1 -0
  1364. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts +26 -0
  1365. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts.map +1 -0
  1366. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js +44 -0
  1367. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js.map +1 -0
  1368. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts +96 -0
  1369. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts.map +1 -0
  1370. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js +132 -0
  1371. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js.map +1 -0
  1372. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts +28 -0
  1373. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts.map +1 -0
  1374. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js +45 -0
  1375. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js.map +1 -0
  1376. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts +18 -0
  1377. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts.map +1 -0
  1378. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js +33 -0
  1379. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js.map +1 -0
  1380. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts +62 -0
  1381. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts.map +1 -0
  1382. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js +89 -0
  1383. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js.map +1 -0
  1384. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
  1385. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
  1386. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js +17 -0
  1387. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
  1388. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts +203 -0
  1389. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts.map +1 -0
  1390. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js +270 -0
  1391. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js.map +1 -0
  1392. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts +159 -0
  1393. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts.map +1 -0
  1394. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js +214 -0
  1395. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js.map +1 -0
  1396. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
  1397. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
  1398. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js +11 -0
  1399. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js.map +1 -0
  1400. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts +38 -0
  1401. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts.map +1 -0
  1402. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js +58 -0
  1403. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js.map +1 -0
  1404. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts +28 -0
  1405. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts.map +1 -0
  1406. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js +46 -0
  1407. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js.map +1 -0
  1408. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
  1409. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
  1410. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js +11 -0
  1411. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
  1412. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts +2 -0
  1413. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
  1414. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js +41 -0
  1415. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
  1416. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts +73 -0
  1417. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts.map +1 -0
  1418. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js +104 -0
  1419. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js.map +1 -0
  1420. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts +124 -0
  1421. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts.map +1 -0
  1422. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js +171 -0
  1423. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js.map +1 -0
  1424. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts +57 -0
  1425. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts.map +1 -0
  1426. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js +85 -0
  1427. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js.map +1 -0
  1428. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts +41 -0
  1429. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts.map +1 -0
  1430. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js +64 -0
  1431. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js.map +1 -0
  1432. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts +428 -0
  1433. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts.map +1 -0
  1434. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js +570 -0
  1435. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js.map +1 -0
  1436. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
  1437. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
  1438. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js +17 -0
  1439. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
  1440. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts +2 -0
  1441. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
  1442. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js +41 -0
  1443. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js.map +1 -0
  1444. package/build/typechain-types/factories/@excubiae/contracts/index.d.ts +2 -0
  1445. package/build/typechain-types/factories/@excubiae/contracts/index.d.ts.map +1 -0
  1446. package/build/typechain-types/factories/@excubiae/contracts/index.js +41 -0
  1447. package/build/typechain-types/factories/@excubiae/contracts/index.js.map +1 -0
  1448. package/build/typechain-types/factories/@excubiae/index.d.ts +2 -0
  1449. package/build/typechain-types/factories/@excubiae/index.d.ts.map +1 -0
  1450. package/build/typechain-types/factories/@excubiae/index.js +41 -0
  1451. package/build/typechain-types/factories/@excubiae/index.js.map +1 -0
  1452. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
  1453. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
  1454. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +94 -0
  1455. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
  1456. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +2 -0
  1457. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  1458. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js +9 -0
  1459. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
  1460. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.d.ts +2 -0
  1461. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.d.ts.map +1 -0
  1462. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.js +41 -0
  1463. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.js.map +1 -0
  1464. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.d.ts +156 -0
  1465. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.d.ts.map +1 -0
  1466. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js +213 -0
  1467. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js.map +1 -0
  1468. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.d.ts +2 -0
  1469. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.d.ts.map +1 -0
  1470. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js +9 -0
  1471. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js.map +1 -0
  1472. package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts +6 -0
  1473. package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
  1474. package/build/typechain-types/factories/@openzeppelin/contracts/index.js +45 -0
  1475. package/build/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -0
  1476. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
  1477. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
  1478. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +122 -0
  1479. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js.map +1 -0
  1480. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
  1481. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
  1482. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +106 -0
  1483. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js.map +1 -0
  1484. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
  1485. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
  1486. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +123 -0
  1487. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js.map +1 -0
  1488. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  1489. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  1490. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +13 -0
  1491. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
  1492. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
  1493. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  1494. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +41 -0
  1495. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
  1496. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
  1497. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
  1498. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +328 -0
  1499. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -0
  1500. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
  1501. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
  1502. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +203 -0
  1503. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
  1504. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
  1505. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
  1506. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +242 -0
  1507. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js.map +1 -0
  1508. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  1509. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  1510. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +9 -0
  1511. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
  1512. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
  1513. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  1514. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +45 -0
  1515. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
  1516. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +338 -0
  1517. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts.map +1 -0
  1518. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +453 -0
  1519. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js.map +1 -0
  1520. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +34 -0
  1521. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts.map +1 -0
  1522. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
  1523. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
  1524. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +228 -0
  1525. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts.map +1 -0
  1526. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +305 -0
  1527. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js.map +1 -0
  1528. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +262 -0
  1529. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts.map +1 -0
  1530. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +350 -0
  1531. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js.map +1 -0
  1532. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
  1533. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
  1534. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +9 -0
  1535. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
  1536. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +5 -0
  1537. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
  1538. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js +47 -0
  1539. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
  1540. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +3 -0
  1541. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  1542. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js +42 -0
  1543. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js.map +1 -0
  1544. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
  1545. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
  1546. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +66 -0
  1547. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js.map +1 -0
  1548. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts +27 -0
  1549. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts.map +1 -0
  1550. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js +45 -0
  1551. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js.map +1 -0
  1552. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  1553. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  1554. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +9 -0
  1555. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
  1556. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +5 -0
  1557. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  1558. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js +45 -0
  1559. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
  1560. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
  1561. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
  1562. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +39 -0
  1563. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js.map +1 -0
  1564. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
  1565. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
  1566. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +39 -0
  1567. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
  1568. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  1569. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  1570. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +11 -0
  1571. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  1572. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
  1573. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
  1574. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +94 -0
  1575. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js.map +1 -0
  1576. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  1577. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  1578. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +9 -0
  1579. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js.map +1 -0
  1580. package/build/typechain-types/factories/@openzeppelin/index.d.ts +2 -0
  1581. package/build/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
  1582. package/build/typechain-types/factories/@openzeppelin/index.js +41 -0
  1583. package/build/typechain-types/factories/@openzeppelin/index.js.map +1 -0
  1584. package/build/typechain-types/factories/contracts/MACI__factory.d.ts +584 -0
  1585. package/build/typechain-types/factories/contracts/MACI__factory.d.ts.map +1 -0
  1586. package/build/typechain-types/factories/contracts/MACI__factory.js +770 -0
  1587. package/build/typechain-types/factories/contracts/MACI__factory.js.map +1 -0
  1588. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts +93 -0
  1589. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts.map +1 -0
  1590. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js +139 -0
  1591. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js.map +1 -0
  1592. package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts +298 -0
  1593. package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts.map +1 -0
  1594. package/build/typechain-types/factories/contracts/MessageProcessor__factory.js +412 -0
  1595. package/build/typechain-types/factories/contracts/MessageProcessor__factory.js.map +1 -0
  1596. package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts +162 -0
  1597. package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts.map +1 -0
  1598. package/build/typechain-types/factories/contracts/PollFactory__factory.js +232 -0
  1599. package/build/typechain-types/factories/contracts/PollFactory__factory.js.map +1 -0
  1600. package/build/typechain-types/factories/contracts/Poll__factory.d.ts +1011 -0
  1601. package/build/typechain-types/factories/contracts/Poll__factory.d.ts.map +1 -0
  1602. package/build/typechain-types/factories/contracts/Poll__factory.js +1342 -0
  1603. package/build/typechain-types/factories/contracts/Poll__factory.js.map +1 -0
  1604. package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts +94 -0
  1605. package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts.map +1 -0
  1606. package/build/typechain-types/factories/contracts/TallyFactory__factory.js +144 -0
  1607. package/build/typechain-types/factories/contracts/TallyFactory__factory.js.map +1 -0
  1608. package/build/typechain-types/factories/contracts/Tally__factory.d.ts +531 -0
  1609. package/build/typechain-types/factories/contracts/Tally__factory.d.ts.map +1 -0
  1610. package/build/typechain-types/factories/contracts/Tally__factory.js +713 -0
  1611. package/build/typechain-types/factories/contracts/Tally__factory.js.map +1 -0
  1612. package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__factory.d.ts +1845 -0
  1613. package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__factory.d.ts.map +1 -0
  1614. package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__factory.js +2435 -0
  1615. package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__factory.js.map +1 -0
  1616. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts +53 -0
  1617. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts.map +1 -0
  1618. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js +79 -0
  1619. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js.map +1 -0
  1620. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
  1621. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
  1622. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js +9 -0
  1623. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
  1624. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts +118 -0
  1625. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts.map +1 -0
  1626. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js +180 -0
  1627. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js.map +1 -0
  1628. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts +45 -0
  1629. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts.map +1 -0
  1630. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js +68 -0
  1631. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js.map +1 -0
  1632. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts +37 -0
  1633. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts.map +1 -0
  1634. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js +59 -0
  1635. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js.map +1 -0
  1636. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts +37 -0
  1637. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts.map +1 -0
  1638. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js +59 -0
  1639. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js.map +1 -0
  1640. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts +37 -0
  1641. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts.map +1 -0
  1642. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js +59 -0
  1643. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js.map +1 -0
  1644. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts +37 -0
  1645. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts.map +1 -0
  1646. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js +59 -0
  1647. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js.map +1 -0
  1648. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts +141 -0
  1649. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts.map +1 -0
  1650. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js +194 -0
  1651. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js.map +1 -0
  1652. package/build/typechain-types/factories/contracts/crypto/index.d.ts +9 -0
  1653. package/build/typechain-types/factories/contracts/crypto/index.d.ts.map +1 -0
  1654. package/build/typechain-types/factories/contracts/crypto/index.js +55 -0
  1655. package/build/typechain-types/factories/contracts/crypto/index.js.map +1 -0
  1656. package/build/typechain-types/factories/contracts/index.d.ts +14 -0
  1657. package/build/typechain-types/factories/contracts/index.d.ts.map +1 -0
  1658. package/build/typechain-types/factories/contracts/index.js +61 -0
  1659. package/build/typechain-types/factories/contracts/index.js.map +1 -0
  1660. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts +61 -0
  1661. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
  1662. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js +90 -0
  1663. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js.map +1 -0
  1664. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts +71 -0
  1665. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1666. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js +102 -0
  1667. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js.map +1 -0
  1668. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.d.ts +69 -0
  1669. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
  1670. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.js +100 -0
  1671. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.js.map +1 -0
  1672. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.d.ts +101 -0
  1673. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1674. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.js +141 -0
  1675. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.js.map +1 -0
  1676. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts +5 -0
  1677. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
  1678. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js +15 -0
  1679. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js.map +1 -0
  1680. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts +26 -0
  1681. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1682. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js +44 -0
  1683. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js.map +1 -0
  1684. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts +197 -0
  1685. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts.map +1 -0
  1686. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js +267 -0
  1687. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js.map +1 -0
  1688. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.d.ts +34 -0
  1689. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.d.ts.map +1 -0
  1690. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.js +54 -0
  1691. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.js.map +1 -0
  1692. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts +50 -0
  1693. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts.map +1 -0
  1694. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js +75 -0
  1695. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js.map +1 -0
  1696. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts +106 -0
  1697. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts.map +1 -0
  1698. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js +147 -0
  1699. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js.map +1 -0
  1700. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts +289 -0
  1701. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts.map +1 -0
  1702. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js +384 -0
  1703. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js.map +1 -0
  1704. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts +51 -0
  1705. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts.map +1 -0
  1706. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js +76 -0
  1707. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js.map +1 -0
  1708. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts +38 -0
  1709. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts.map +1 -0
  1710. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js +59 -0
  1711. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js.map +1 -0
  1712. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts +72 -0
  1713. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts.map +1 -0
  1714. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js +103 -0
  1715. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js.map +1 -0
  1716. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts +96 -0
  1717. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts.map +1 -0
  1718. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js +136 -0
  1719. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js.map +1 -0
  1720. package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__factory.d.ts +352 -0
  1721. package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__factory.d.ts.map +1 -0
  1722. package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__factory.js +474 -0
  1723. package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__factory.js.map +1 -0
  1724. package/build/typechain-types/factories/contracts/interfaces/index.d.ts +12 -0
  1725. package/build/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -0
  1726. package/build/typechain-types/factories/contracts/interfaces/index.js +29 -0
  1727. package/build/typechain-types/factories/contracts/interfaces/index.js.map +1 -0
  1728. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.d.ts +307 -0
  1729. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.d.ts.map +1 -0
  1730. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.js +414 -0
  1731. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.js.map +1 -0
  1732. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts +269 -0
  1733. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts.map +1 -0
  1734. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js +364 -0
  1735. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js.map +1 -0
  1736. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts +100 -0
  1737. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts.map +1 -0
  1738. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js +140 -0
  1739. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js.map +1 -0
  1740. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts +103 -0
  1741. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts.map +1 -0
  1742. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js +143 -0
  1743. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js.map +1 -0
  1744. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts +111 -0
  1745. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts.map +1 -0
  1746. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js +156 -0
  1747. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js.map +1 -0
  1748. package/build/typechain-types/factories/contracts/mocks/index.d.ts +6 -0
  1749. package/build/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -0
  1750. package/build/typechain-types/factories/contracts/mocks/index.js +17 -0
  1751. package/build/typechain-types/factories/contracts/mocks/index.js.map +1 -0
  1752. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts +33 -0
  1753. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts.map +1 -0
  1754. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js +53 -0
  1755. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js.map +1 -0
  1756. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts +232 -0
  1757. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts.map +1 -0
  1758. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js +332 -0
  1759. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js.map +1 -0
  1760. package/build/typechain-types/factories/contracts/utilities/index.d.ts +3 -0
  1761. package/build/typechain-types/factories/contracts/utilities/index.d.ts.map +1 -0
  1762. package/build/typechain-types/factories/contracts/utilities/index.js +11 -0
  1763. package/build/typechain-types/factories/contracts/utilities/index.js.map +1 -0
  1764. package/build/typechain-types/factories/index.d.ts +5 -0
  1765. package/build/typechain-types/factories/index.d.ts.map +1 -0
  1766. package/build/typechain-types/factories/index.js +44 -0
  1767. package/build/typechain-types/factories/index.js.map +1 -0
  1768. package/build/typechain-types/factories/solady/index.d.ts +2 -0
  1769. package/build/typechain-types/factories/solady/index.d.ts.map +1 -0
  1770. package/build/typechain-types/factories/solady/index.js +41 -0
  1771. package/build/typechain-types/factories/solady/index.js.map +1 -0
  1772. package/build/typechain-types/factories/solady/src/index.d.ts +2 -0
  1773. package/build/typechain-types/factories/solady/src/index.d.ts.map +1 -0
  1774. package/build/typechain-types/factories/solady/src/index.js +41 -0
  1775. package/build/typechain-types/factories/solady/src/index.js.map +1 -0
  1776. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts +35 -0
  1777. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts.map +1 -0
  1778. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js +55 -0
  1779. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js.map +1 -0
  1780. package/build/typechain-types/factories/solady/src/utils/index.d.ts +2 -0
  1781. package/build/typechain-types/factories/solady/src/utils/index.d.ts.map +1 -0
  1782. package/build/typechain-types/factories/solady/src/utils/index.js +9 -0
  1783. package/build/typechain-types/factories/solady/src/utils/index.js.map +1 -0
  1784. package/build/typechain-types/index.d.ts +250 -0
  1785. package/build/typechain-types/index.d.ts.map +1 -0
  1786. package/build/typechain-types/index.js +280 -0
  1787. package/build/typechain-types/index.js.map +1 -0
  1788. package/build/typechain-types/solady/index.d.ts +3 -0
  1789. package/build/typechain-types/solady/index.d.ts.map +1 -0
  1790. package/build/typechain-types/solady/index.js +3 -0
  1791. package/build/typechain-types/solady/index.js.map +1 -0
  1792. package/build/typechain-types/solady/src/index.d.ts +3 -0
  1793. package/build/typechain-types/solady/src/index.d.ts.map +1 -0
  1794. package/build/typechain-types/solady/src/index.js +3 -0
  1795. package/build/typechain-types/solady/src/index.js.map +1 -0
  1796. package/build/typechain-types/solady/src/utils/LibClone.d.ts +21 -0
  1797. package/build/typechain-types/solady/src/utils/LibClone.d.ts.map +1 -0
  1798. package/build/typechain-types/solady/src/utils/LibClone.js +3 -0
  1799. package/build/typechain-types/solady/src/utils/LibClone.js.map +1 -0
  1800. package/build/typechain-types/solady/src/utils/index.d.ts +2 -0
  1801. package/build/typechain-types/solady/src/utils/index.d.ts.map +1 -0
  1802. package/build/typechain-types/solady/src/utils/index.js +3 -0
  1803. package/build/typechain-types/solady/src/utils/index.js.map +1 -0
  1804. package/contracts/.solhint.json +19 -0
  1805. package/contracts/MACI.sol +234 -0
  1806. package/contracts/MessageProcessor.sol +188 -0
  1807. package/contracts/MessageProcessorFactory.sol +32 -0
  1808. package/contracts/Poll.sol +543 -0
  1809. package/contracts/PollFactory.sol +38 -0
  1810. package/contracts/Tally.sol +455 -0
  1811. package/contracts/TallyFactory.sol +32 -0
  1812. package/contracts/VerifyingKeysRegistry.sol +434 -0
  1813. package/contracts/crypto/BabyJubJub.sol +138 -0
  1814. package/contracts/crypto/Hasher.sol +58 -0
  1815. package/contracts/crypto/Pairing.sol +164 -0
  1816. package/contracts/crypto/PoseidonT3.sol +8 -0
  1817. package/contracts/crypto/PoseidonT4.sol +8 -0
  1818. package/contracts/crypto/PoseidonT5.sol +8 -0
  1819. package/contracts/crypto/PoseidonT6.sol +8 -0
  1820. package/contracts/crypto/SnarkCommon.sol +17 -0
  1821. package/contracts/crypto/SnarkConstants.sol +26 -0
  1822. package/contracts/crypto/Verifier.sol +93 -0
  1823. package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol +30 -0
  1824. package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol +24 -0
  1825. package/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol +37 -0
  1826. package/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol +26 -0
  1827. package/contracts/interfaces/IInitialVoiceCreditProxy.sol +11 -0
  1828. package/contracts/interfaces/IMACI.sol +83 -0
  1829. package/contracts/interfaces/IMessageProcessor.sol +26 -0
  1830. package/contracts/interfaces/IMessageProcessorFactory.sol +21 -0
  1831. package/contracts/interfaces/IPoll.sol +128 -0
  1832. package/contracts/interfaces/IPollFactory.sol +38 -0
  1833. package/contracts/interfaces/ISemaphore.sol +20 -0
  1834. package/contracts/interfaces/ITally.sol +61 -0
  1835. package/contracts/interfaces/ITallyFactory.sol +23 -0
  1836. package/contracts/interfaces/IVerifier.sol +22 -0
  1837. package/contracts/interfaces/IVerifyingKeysRegistry.sol +68 -0
  1838. package/contracts/mocks/MockERC20.sol +12 -0
  1839. package/contracts/mocks/MockERC20Votes.sol +27 -0
  1840. package/contracts/mocks/MockSemaphore.sol +29 -0
  1841. package/contracts/mocks/MockTally.sol +37 -0
  1842. package/contracts/mocks/MockVerifier.sol +16 -0
  1843. package/contracts/mocks/Mocker.sol +38 -0
  1844. package/contracts/trees/LazyIMT.sol +228 -0
  1845. package/contracts/trees/LeanIMT.sol +348 -0
  1846. package/contracts/utilities/DomainObjs.sol +39 -0
  1847. package/contracts/utilities/Params.sol +34 -0
  1848. package/contracts/utilities/Utilities.sol +75 -0
  1849. package/package.json +215 -0
@@ -0,0 +1,2406 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "VerifyingKeysRegistry",
4
+ "sourceName": "contracts/VerifyingKeysRegistry.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "_initialOwner",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "stateMutability": "payable",
15
+ "type": "constructor"
16
+ },
17
+ {
18
+ "inputs": [],
19
+ "name": "InvalidKeysParams",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "address",
26
+ "name": "owner",
27
+ "type": "address"
28
+ }
29
+ ],
30
+ "name": "OwnableInvalidOwner",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "account",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "OwnableUnauthorizedAccount",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [],
46
+ "name": "VerifyingKeyAlreadySet",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [],
51
+ "name": "VerifyingKeyNotSet",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "anonymous": false,
56
+ "inputs": [
57
+ {
58
+ "indexed": true,
59
+ "internalType": "address",
60
+ "name": "previousOwner",
61
+ "type": "address"
62
+ },
63
+ {
64
+ "indexed": true,
65
+ "internalType": "address",
66
+ "name": "newOwner",
67
+ "type": "address"
68
+ }
69
+ ],
70
+ "name": "OwnershipTransferred",
71
+ "type": "event"
72
+ },
73
+ {
74
+ "anonymous": false,
75
+ "inputs": [
76
+ {
77
+ "indexed": false,
78
+ "internalType": "uint256",
79
+ "name": "_signature",
80
+ "type": "uint256"
81
+ }
82
+ ],
83
+ "name": "PollJoinedVerifyingKeySet",
84
+ "type": "event"
85
+ },
86
+ {
87
+ "anonymous": false,
88
+ "inputs": [
89
+ {
90
+ "indexed": false,
91
+ "internalType": "uint256",
92
+ "name": "_signature",
93
+ "type": "uint256"
94
+ }
95
+ ],
96
+ "name": "PollJoiningVerifyingKeySet",
97
+ "type": "event"
98
+ },
99
+ {
100
+ "anonymous": false,
101
+ "inputs": [
102
+ {
103
+ "indexed": false,
104
+ "internalType": "uint256",
105
+ "name": "_signature",
106
+ "type": "uint256"
107
+ },
108
+ {
109
+ "indexed": false,
110
+ "internalType": "enum DomainObjs.Mode",
111
+ "name": "_mode",
112
+ "type": "uint8"
113
+ }
114
+ ],
115
+ "name": "ProcessVerifyingKeySet",
116
+ "type": "event"
117
+ },
118
+ {
119
+ "anonymous": false,
120
+ "inputs": [
121
+ {
122
+ "indexed": false,
123
+ "internalType": "uint256",
124
+ "name": "_signature",
125
+ "type": "uint256"
126
+ },
127
+ {
128
+ "indexed": false,
129
+ "internalType": "enum DomainObjs.Mode",
130
+ "name": "_mode",
131
+ "type": "uint8"
132
+ }
133
+ ],
134
+ "name": "TallyVerifyingKeySet",
135
+ "type": "event"
136
+ },
137
+ {
138
+ "inputs": [],
139
+ "name": "MESSAGE_DATA_LENGTH",
140
+ "outputs": [
141
+ {
142
+ "internalType": "uint8",
143
+ "name": "",
144
+ "type": "uint8"
145
+ }
146
+ ],
147
+ "stateMutability": "view",
148
+ "type": "function"
149
+ },
150
+ {
151
+ "inputs": [
152
+ {
153
+ "internalType": "uint256",
154
+ "name": "_stateTreeDepth",
155
+ "type": "uint256"
156
+ }
157
+ ],
158
+ "name": "generatePollJoinedVerifyingKeySignature",
159
+ "outputs": [
160
+ {
161
+ "internalType": "uint256",
162
+ "name": "signature",
163
+ "type": "uint256"
164
+ }
165
+ ],
166
+ "stateMutability": "pure",
167
+ "type": "function"
168
+ },
169
+ {
170
+ "inputs": [
171
+ {
172
+ "internalType": "uint256",
173
+ "name": "_stateTreeDepth",
174
+ "type": "uint256"
175
+ }
176
+ ],
177
+ "name": "generatePollJoiningVerifyingKeySignature",
178
+ "outputs": [
179
+ {
180
+ "internalType": "uint256",
181
+ "name": "signature",
182
+ "type": "uint256"
183
+ }
184
+ ],
185
+ "stateMutability": "pure",
186
+ "type": "function"
187
+ },
188
+ {
189
+ "inputs": [
190
+ {
191
+ "internalType": "uint256",
192
+ "name": "_stateTreeDepth",
193
+ "type": "uint256"
194
+ },
195
+ {
196
+ "internalType": "uint256",
197
+ "name": "_voteOptionTreeDepth",
198
+ "type": "uint256"
199
+ },
200
+ {
201
+ "internalType": "uint8",
202
+ "name": "_messageBatchSize",
203
+ "type": "uint8"
204
+ }
205
+ ],
206
+ "name": "generateProcessVerifyingKeySignature",
207
+ "outputs": [
208
+ {
209
+ "internalType": "uint256",
210
+ "name": "signature",
211
+ "type": "uint256"
212
+ }
213
+ ],
214
+ "stateMutability": "pure",
215
+ "type": "function"
216
+ },
217
+ {
218
+ "inputs": [
219
+ {
220
+ "internalType": "uint256",
221
+ "name": "_stateTreeDepth",
222
+ "type": "uint256"
223
+ },
224
+ {
225
+ "internalType": "uint256",
226
+ "name": "_intStateTreeDepth",
227
+ "type": "uint256"
228
+ },
229
+ {
230
+ "internalType": "uint256",
231
+ "name": "_voteOptionTreeDepth",
232
+ "type": "uint256"
233
+ }
234
+ ],
235
+ "name": "generateTallyVerifyingKeySignature",
236
+ "outputs": [
237
+ {
238
+ "internalType": "uint256",
239
+ "name": "signature",
240
+ "type": "uint256"
241
+ }
242
+ ],
243
+ "stateMutability": "pure",
244
+ "type": "function"
245
+ },
246
+ {
247
+ "inputs": [
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "_stateTreeDepth",
251
+ "type": "uint256"
252
+ }
253
+ ],
254
+ "name": "getPollJoinedVerifyingKey",
255
+ "outputs": [
256
+ {
257
+ "components": [
258
+ {
259
+ "components": [
260
+ {
261
+ "internalType": "uint256",
262
+ "name": "x",
263
+ "type": "uint256"
264
+ },
265
+ {
266
+ "internalType": "uint256",
267
+ "name": "y",
268
+ "type": "uint256"
269
+ }
270
+ ],
271
+ "internalType": "struct Pairing.G1Point",
272
+ "name": "alpha1",
273
+ "type": "tuple"
274
+ },
275
+ {
276
+ "components": [
277
+ {
278
+ "internalType": "uint256[2]",
279
+ "name": "x",
280
+ "type": "uint256[2]"
281
+ },
282
+ {
283
+ "internalType": "uint256[2]",
284
+ "name": "y",
285
+ "type": "uint256[2]"
286
+ }
287
+ ],
288
+ "internalType": "struct Pairing.G2Point",
289
+ "name": "beta2",
290
+ "type": "tuple"
291
+ },
292
+ {
293
+ "components": [
294
+ {
295
+ "internalType": "uint256[2]",
296
+ "name": "x",
297
+ "type": "uint256[2]"
298
+ },
299
+ {
300
+ "internalType": "uint256[2]",
301
+ "name": "y",
302
+ "type": "uint256[2]"
303
+ }
304
+ ],
305
+ "internalType": "struct Pairing.G2Point",
306
+ "name": "gamma2",
307
+ "type": "tuple"
308
+ },
309
+ {
310
+ "components": [
311
+ {
312
+ "internalType": "uint256[2]",
313
+ "name": "x",
314
+ "type": "uint256[2]"
315
+ },
316
+ {
317
+ "internalType": "uint256[2]",
318
+ "name": "y",
319
+ "type": "uint256[2]"
320
+ }
321
+ ],
322
+ "internalType": "struct Pairing.G2Point",
323
+ "name": "delta2",
324
+ "type": "tuple"
325
+ },
326
+ {
327
+ "components": [
328
+ {
329
+ "internalType": "uint256",
330
+ "name": "x",
331
+ "type": "uint256"
332
+ },
333
+ {
334
+ "internalType": "uint256",
335
+ "name": "y",
336
+ "type": "uint256"
337
+ }
338
+ ],
339
+ "internalType": "struct Pairing.G1Point[]",
340
+ "name": "ic",
341
+ "type": "tuple[]"
342
+ }
343
+ ],
344
+ "internalType": "struct SnarkCommon.VerifyingKey",
345
+ "name": "verifyingKey",
346
+ "type": "tuple"
347
+ }
348
+ ],
349
+ "stateMutability": "view",
350
+ "type": "function"
351
+ },
352
+ {
353
+ "inputs": [
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "_signature",
357
+ "type": "uint256"
358
+ }
359
+ ],
360
+ "name": "getPollJoinedVerifyingKeyBySignature",
361
+ "outputs": [
362
+ {
363
+ "components": [
364
+ {
365
+ "components": [
366
+ {
367
+ "internalType": "uint256",
368
+ "name": "x",
369
+ "type": "uint256"
370
+ },
371
+ {
372
+ "internalType": "uint256",
373
+ "name": "y",
374
+ "type": "uint256"
375
+ }
376
+ ],
377
+ "internalType": "struct Pairing.G1Point",
378
+ "name": "alpha1",
379
+ "type": "tuple"
380
+ },
381
+ {
382
+ "components": [
383
+ {
384
+ "internalType": "uint256[2]",
385
+ "name": "x",
386
+ "type": "uint256[2]"
387
+ },
388
+ {
389
+ "internalType": "uint256[2]",
390
+ "name": "y",
391
+ "type": "uint256[2]"
392
+ }
393
+ ],
394
+ "internalType": "struct Pairing.G2Point",
395
+ "name": "beta2",
396
+ "type": "tuple"
397
+ },
398
+ {
399
+ "components": [
400
+ {
401
+ "internalType": "uint256[2]",
402
+ "name": "x",
403
+ "type": "uint256[2]"
404
+ },
405
+ {
406
+ "internalType": "uint256[2]",
407
+ "name": "y",
408
+ "type": "uint256[2]"
409
+ }
410
+ ],
411
+ "internalType": "struct Pairing.G2Point",
412
+ "name": "gamma2",
413
+ "type": "tuple"
414
+ },
415
+ {
416
+ "components": [
417
+ {
418
+ "internalType": "uint256[2]",
419
+ "name": "x",
420
+ "type": "uint256[2]"
421
+ },
422
+ {
423
+ "internalType": "uint256[2]",
424
+ "name": "y",
425
+ "type": "uint256[2]"
426
+ }
427
+ ],
428
+ "internalType": "struct Pairing.G2Point",
429
+ "name": "delta2",
430
+ "type": "tuple"
431
+ },
432
+ {
433
+ "components": [
434
+ {
435
+ "internalType": "uint256",
436
+ "name": "x",
437
+ "type": "uint256"
438
+ },
439
+ {
440
+ "internalType": "uint256",
441
+ "name": "y",
442
+ "type": "uint256"
443
+ }
444
+ ],
445
+ "internalType": "struct Pairing.G1Point[]",
446
+ "name": "ic",
447
+ "type": "tuple[]"
448
+ }
449
+ ],
450
+ "internalType": "struct SnarkCommon.VerifyingKey",
451
+ "name": "verifyingKey",
452
+ "type": "tuple"
453
+ }
454
+ ],
455
+ "stateMutability": "view",
456
+ "type": "function"
457
+ },
458
+ {
459
+ "inputs": [
460
+ {
461
+ "internalType": "uint256",
462
+ "name": "_stateTreeDepth",
463
+ "type": "uint256"
464
+ }
465
+ ],
466
+ "name": "getPollJoiningVerifyingKey",
467
+ "outputs": [
468
+ {
469
+ "components": [
470
+ {
471
+ "components": [
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "x",
475
+ "type": "uint256"
476
+ },
477
+ {
478
+ "internalType": "uint256",
479
+ "name": "y",
480
+ "type": "uint256"
481
+ }
482
+ ],
483
+ "internalType": "struct Pairing.G1Point",
484
+ "name": "alpha1",
485
+ "type": "tuple"
486
+ },
487
+ {
488
+ "components": [
489
+ {
490
+ "internalType": "uint256[2]",
491
+ "name": "x",
492
+ "type": "uint256[2]"
493
+ },
494
+ {
495
+ "internalType": "uint256[2]",
496
+ "name": "y",
497
+ "type": "uint256[2]"
498
+ }
499
+ ],
500
+ "internalType": "struct Pairing.G2Point",
501
+ "name": "beta2",
502
+ "type": "tuple"
503
+ },
504
+ {
505
+ "components": [
506
+ {
507
+ "internalType": "uint256[2]",
508
+ "name": "x",
509
+ "type": "uint256[2]"
510
+ },
511
+ {
512
+ "internalType": "uint256[2]",
513
+ "name": "y",
514
+ "type": "uint256[2]"
515
+ }
516
+ ],
517
+ "internalType": "struct Pairing.G2Point",
518
+ "name": "gamma2",
519
+ "type": "tuple"
520
+ },
521
+ {
522
+ "components": [
523
+ {
524
+ "internalType": "uint256[2]",
525
+ "name": "x",
526
+ "type": "uint256[2]"
527
+ },
528
+ {
529
+ "internalType": "uint256[2]",
530
+ "name": "y",
531
+ "type": "uint256[2]"
532
+ }
533
+ ],
534
+ "internalType": "struct Pairing.G2Point",
535
+ "name": "delta2",
536
+ "type": "tuple"
537
+ },
538
+ {
539
+ "components": [
540
+ {
541
+ "internalType": "uint256",
542
+ "name": "x",
543
+ "type": "uint256"
544
+ },
545
+ {
546
+ "internalType": "uint256",
547
+ "name": "y",
548
+ "type": "uint256"
549
+ }
550
+ ],
551
+ "internalType": "struct Pairing.G1Point[]",
552
+ "name": "ic",
553
+ "type": "tuple[]"
554
+ }
555
+ ],
556
+ "internalType": "struct SnarkCommon.VerifyingKey",
557
+ "name": "verifyingKey",
558
+ "type": "tuple"
559
+ }
560
+ ],
561
+ "stateMutability": "view",
562
+ "type": "function"
563
+ },
564
+ {
565
+ "inputs": [
566
+ {
567
+ "internalType": "uint256",
568
+ "name": "_signature",
569
+ "type": "uint256"
570
+ }
571
+ ],
572
+ "name": "getPollJoiningVerifyingKeyBySignature",
573
+ "outputs": [
574
+ {
575
+ "components": [
576
+ {
577
+ "components": [
578
+ {
579
+ "internalType": "uint256",
580
+ "name": "x",
581
+ "type": "uint256"
582
+ },
583
+ {
584
+ "internalType": "uint256",
585
+ "name": "y",
586
+ "type": "uint256"
587
+ }
588
+ ],
589
+ "internalType": "struct Pairing.G1Point",
590
+ "name": "alpha1",
591
+ "type": "tuple"
592
+ },
593
+ {
594
+ "components": [
595
+ {
596
+ "internalType": "uint256[2]",
597
+ "name": "x",
598
+ "type": "uint256[2]"
599
+ },
600
+ {
601
+ "internalType": "uint256[2]",
602
+ "name": "y",
603
+ "type": "uint256[2]"
604
+ }
605
+ ],
606
+ "internalType": "struct Pairing.G2Point",
607
+ "name": "beta2",
608
+ "type": "tuple"
609
+ },
610
+ {
611
+ "components": [
612
+ {
613
+ "internalType": "uint256[2]",
614
+ "name": "x",
615
+ "type": "uint256[2]"
616
+ },
617
+ {
618
+ "internalType": "uint256[2]",
619
+ "name": "y",
620
+ "type": "uint256[2]"
621
+ }
622
+ ],
623
+ "internalType": "struct Pairing.G2Point",
624
+ "name": "gamma2",
625
+ "type": "tuple"
626
+ },
627
+ {
628
+ "components": [
629
+ {
630
+ "internalType": "uint256[2]",
631
+ "name": "x",
632
+ "type": "uint256[2]"
633
+ },
634
+ {
635
+ "internalType": "uint256[2]",
636
+ "name": "y",
637
+ "type": "uint256[2]"
638
+ }
639
+ ],
640
+ "internalType": "struct Pairing.G2Point",
641
+ "name": "delta2",
642
+ "type": "tuple"
643
+ },
644
+ {
645
+ "components": [
646
+ {
647
+ "internalType": "uint256",
648
+ "name": "x",
649
+ "type": "uint256"
650
+ },
651
+ {
652
+ "internalType": "uint256",
653
+ "name": "y",
654
+ "type": "uint256"
655
+ }
656
+ ],
657
+ "internalType": "struct Pairing.G1Point[]",
658
+ "name": "ic",
659
+ "type": "tuple[]"
660
+ }
661
+ ],
662
+ "internalType": "struct SnarkCommon.VerifyingKey",
663
+ "name": "verifyingKey",
664
+ "type": "tuple"
665
+ }
666
+ ],
667
+ "stateMutability": "view",
668
+ "type": "function"
669
+ },
670
+ {
671
+ "inputs": [
672
+ {
673
+ "internalType": "uint256",
674
+ "name": "_stateTreeDepth",
675
+ "type": "uint256"
676
+ },
677
+ {
678
+ "internalType": "uint256",
679
+ "name": "_voteOptionTreeDepth",
680
+ "type": "uint256"
681
+ },
682
+ {
683
+ "internalType": "uint8",
684
+ "name": "_messageBatchSize",
685
+ "type": "uint8"
686
+ },
687
+ {
688
+ "internalType": "enum DomainObjs.Mode",
689
+ "name": "_mode",
690
+ "type": "uint8"
691
+ }
692
+ ],
693
+ "name": "getProcessVerifyingKey",
694
+ "outputs": [
695
+ {
696
+ "components": [
697
+ {
698
+ "components": [
699
+ {
700
+ "internalType": "uint256",
701
+ "name": "x",
702
+ "type": "uint256"
703
+ },
704
+ {
705
+ "internalType": "uint256",
706
+ "name": "y",
707
+ "type": "uint256"
708
+ }
709
+ ],
710
+ "internalType": "struct Pairing.G1Point",
711
+ "name": "alpha1",
712
+ "type": "tuple"
713
+ },
714
+ {
715
+ "components": [
716
+ {
717
+ "internalType": "uint256[2]",
718
+ "name": "x",
719
+ "type": "uint256[2]"
720
+ },
721
+ {
722
+ "internalType": "uint256[2]",
723
+ "name": "y",
724
+ "type": "uint256[2]"
725
+ }
726
+ ],
727
+ "internalType": "struct Pairing.G2Point",
728
+ "name": "beta2",
729
+ "type": "tuple"
730
+ },
731
+ {
732
+ "components": [
733
+ {
734
+ "internalType": "uint256[2]",
735
+ "name": "x",
736
+ "type": "uint256[2]"
737
+ },
738
+ {
739
+ "internalType": "uint256[2]",
740
+ "name": "y",
741
+ "type": "uint256[2]"
742
+ }
743
+ ],
744
+ "internalType": "struct Pairing.G2Point",
745
+ "name": "gamma2",
746
+ "type": "tuple"
747
+ },
748
+ {
749
+ "components": [
750
+ {
751
+ "internalType": "uint256[2]",
752
+ "name": "x",
753
+ "type": "uint256[2]"
754
+ },
755
+ {
756
+ "internalType": "uint256[2]",
757
+ "name": "y",
758
+ "type": "uint256[2]"
759
+ }
760
+ ],
761
+ "internalType": "struct Pairing.G2Point",
762
+ "name": "delta2",
763
+ "type": "tuple"
764
+ },
765
+ {
766
+ "components": [
767
+ {
768
+ "internalType": "uint256",
769
+ "name": "x",
770
+ "type": "uint256"
771
+ },
772
+ {
773
+ "internalType": "uint256",
774
+ "name": "y",
775
+ "type": "uint256"
776
+ }
777
+ ],
778
+ "internalType": "struct Pairing.G1Point[]",
779
+ "name": "ic",
780
+ "type": "tuple[]"
781
+ }
782
+ ],
783
+ "internalType": "struct SnarkCommon.VerifyingKey",
784
+ "name": "verifyingKey",
785
+ "type": "tuple"
786
+ }
787
+ ],
788
+ "stateMutability": "view",
789
+ "type": "function"
790
+ },
791
+ {
792
+ "inputs": [
793
+ {
794
+ "internalType": "uint256",
795
+ "name": "_signature",
796
+ "type": "uint256"
797
+ },
798
+ {
799
+ "internalType": "enum DomainObjs.Mode",
800
+ "name": "_mode",
801
+ "type": "uint8"
802
+ }
803
+ ],
804
+ "name": "getProcessVerifyingKeyBySignature",
805
+ "outputs": [
806
+ {
807
+ "components": [
808
+ {
809
+ "components": [
810
+ {
811
+ "internalType": "uint256",
812
+ "name": "x",
813
+ "type": "uint256"
814
+ },
815
+ {
816
+ "internalType": "uint256",
817
+ "name": "y",
818
+ "type": "uint256"
819
+ }
820
+ ],
821
+ "internalType": "struct Pairing.G1Point",
822
+ "name": "alpha1",
823
+ "type": "tuple"
824
+ },
825
+ {
826
+ "components": [
827
+ {
828
+ "internalType": "uint256[2]",
829
+ "name": "x",
830
+ "type": "uint256[2]"
831
+ },
832
+ {
833
+ "internalType": "uint256[2]",
834
+ "name": "y",
835
+ "type": "uint256[2]"
836
+ }
837
+ ],
838
+ "internalType": "struct Pairing.G2Point",
839
+ "name": "beta2",
840
+ "type": "tuple"
841
+ },
842
+ {
843
+ "components": [
844
+ {
845
+ "internalType": "uint256[2]",
846
+ "name": "x",
847
+ "type": "uint256[2]"
848
+ },
849
+ {
850
+ "internalType": "uint256[2]",
851
+ "name": "y",
852
+ "type": "uint256[2]"
853
+ }
854
+ ],
855
+ "internalType": "struct Pairing.G2Point",
856
+ "name": "gamma2",
857
+ "type": "tuple"
858
+ },
859
+ {
860
+ "components": [
861
+ {
862
+ "internalType": "uint256[2]",
863
+ "name": "x",
864
+ "type": "uint256[2]"
865
+ },
866
+ {
867
+ "internalType": "uint256[2]",
868
+ "name": "y",
869
+ "type": "uint256[2]"
870
+ }
871
+ ],
872
+ "internalType": "struct Pairing.G2Point",
873
+ "name": "delta2",
874
+ "type": "tuple"
875
+ },
876
+ {
877
+ "components": [
878
+ {
879
+ "internalType": "uint256",
880
+ "name": "x",
881
+ "type": "uint256"
882
+ },
883
+ {
884
+ "internalType": "uint256",
885
+ "name": "y",
886
+ "type": "uint256"
887
+ }
888
+ ],
889
+ "internalType": "struct Pairing.G1Point[]",
890
+ "name": "ic",
891
+ "type": "tuple[]"
892
+ }
893
+ ],
894
+ "internalType": "struct SnarkCommon.VerifyingKey",
895
+ "name": "verifyingKey",
896
+ "type": "tuple"
897
+ }
898
+ ],
899
+ "stateMutability": "view",
900
+ "type": "function"
901
+ },
902
+ {
903
+ "inputs": [
904
+ {
905
+ "internalType": "uint256",
906
+ "name": "_stateTreeDepth",
907
+ "type": "uint256"
908
+ },
909
+ {
910
+ "internalType": "uint256",
911
+ "name": "_intStateTreeDepth",
912
+ "type": "uint256"
913
+ },
914
+ {
915
+ "internalType": "uint256",
916
+ "name": "_voteOptionTreeDepth",
917
+ "type": "uint256"
918
+ },
919
+ {
920
+ "internalType": "enum DomainObjs.Mode",
921
+ "name": "_mode",
922
+ "type": "uint8"
923
+ }
924
+ ],
925
+ "name": "getTallyVerifyingKey",
926
+ "outputs": [
927
+ {
928
+ "components": [
929
+ {
930
+ "components": [
931
+ {
932
+ "internalType": "uint256",
933
+ "name": "x",
934
+ "type": "uint256"
935
+ },
936
+ {
937
+ "internalType": "uint256",
938
+ "name": "y",
939
+ "type": "uint256"
940
+ }
941
+ ],
942
+ "internalType": "struct Pairing.G1Point",
943
+ "name": "alpha1",
944
+ "type": "tuple"
945
+ },
946
+ {
947
+ "components": [
948
+ {
949
+ "internalType": "uint256[2]",
950
+ "name": "x",
951
+ "type": "uint256[2]"
952
+ },
953
+ {
954
+ "internalType": "uint256[2]",
955
+ "name": "y",
956
+ "type": "uint256[2]"
957
+ }
958
+ ],
959
+ "internalType": "struct Pairing.G2Point",
960
+ "name": "beta2",
961
+ "type": "tuple"
962
+ },
963
+ {
964
+ "components": [
965
+ {
966
+ "internalType": "uint256[2]",
967
+ "name": "x",
968
+ "type": "uint256[2]"
969
+ },
970
+ {
971
+ "internalType": "uint256[2]",
972
+ "name": "y",
973
+ "type": "uint256[2]"
974
+ }
975
+ ],
976
+ "internalType": "struct Pairing.G2Point",
977
+ "name": "gamma2",
978
+ "type": "tuple"
979
+ },
980
+ {
981
+ "components": [
982
+ {
983
+ "internalType": "uint256[2]",
984
+ "name": "x",
985
+ "type": "uint256[2]"
986
+ },
987
+ {
988
+ "internalType": "uint256[2]",
989
+ "name": "y",
990
+ "type": "uint256[2]"
991
+ }
992
+ ],
993
+ "internalType": "struct Pairing.G2Point",
994
+ "name": "delta2",
995
+ "type": "tuple"
996
+ },
997
+ {
998
+ "components": [
999
+ {
1000
+ "internalType": "uint256",
1001
+ "name": "x",
1002
+ "type": "uint256"
1003
+ },
1004
+ {
1005
+ "internalType": "uint256",
1006
+ "name": "y",
1007
+ "type": "uint256"
1008
+ }
1009
+ ],
1010
+ "internalType": "struct Pairing.G1Point[]",
1011
+ "name": "ic",
1012
+ "type": "tuple[]"
1013
+ }
1014
+ ],
1015
+ "internalType": "struct SnarkCommon.VerifyingKey",
1016
+ "name": "verifyingKey",
1017
+ "type": "tuple"
1018
+ }
1019
+ ],
1020
+ "stateMutability": "view",
1021
+ "type": "function"
1022
+ },
1023
+ {
1024
+ "inputs": [
1025
+ {
1026
+ "internalType": "uint256",
1027
+ "name": "_signature",
1028
+ "type": "uint256"
1029
+ },
1030
+ {
1031
+ "internalType": "enum DomainObjs.Mode",
1032
+ "name": "_mode",
1033
+ "type": "uint8"
1034
+ }
1035
+ ],
1036
+ "name": "getTallyVerifyingKeyBySignature",
1037
+ "outputs": [
1038
+ {
1039
+ "components": [
1040
+ {
1041
+ "components": [
1042
+ {
1043
+ "internalType": "uint256",
1044
+ "name": "x",
1045
+ "type": "uint256"
1046
+ },
1047
+ {
1048
+ "internalType": "uint256",
1049
+ "name": "y",
1050
+ "type": "uint256"
1051
+ }
1052
+ ],
1053
+ "internalType": "struct Pairing.G1Point",
1054
+ "name": "alpha1",
1055
+ "type": "tuple"
1056
+ },
1057
+ {
1058
+ "components": [
1059
+ {
1060
+ "internalType": "uint256[2]",
1061
+ "name": "x",
1062
+ "type": "uint256[2]"
1063
+ },
1064
+ {
1065
+ "internalType": "uint256[2]",
1066
+ "name": "y",
1067
+ "type": "uint256[2]"
1068
+ }
1069
+ ],
1070
+ "internalType": "struct Pairing.G2Point",
1071
+ "name": "beta2",
1072
+ "type": "tuple"
1073
+ },
1074
+ {
1075
+ "components": [
1076
+ {
1077
+ "internalType": "uint256[2]",
1078
+ "name": "x",
1079
+ "type": "uint256[2]"
1080
+ },
1081
+ {
1082
+ "internalType": "uint256[2]",
1083
+ "name": "y",
1084
+ "type": "uint256[2]"
1085
+ }
1086
+ ],
1087
+ "internalType": "struct Pairing.G2Point",
1088
+ "name": "gamma2",
1089
+ "type": "tuple"
1090
+ },
1091
+ {
1092
+ "components": [
1093
+ {
1094
+ "internalType": "uint256[2]",
1095
+ "name": "x",
1096
+ "type": "uint256[2]"
1097
+ },
1098
+ {
1099
+ "internalType": "uint256[2]",
1100
+ "name": "y",
1101
+ "type": "uint256[2]"
1102
+ }
1103
+ ],
1104
+ "internalType": "struct Pairing.G2Point",
1105
+ "name": "delta2",
1106
+ "type": "tuple"
1107
+ },
1108
+ {
1109
+ "components": [
1110
+ {
1111
+ "internalType": "uint256",
1112
+ "name": "x",
1113
+ "type": "uint256"
1114
+ },
1115
+ {
1116
+ "internalType": "uint256",
1117
+ "name": "y",
1118
+ "type": "uint256"
1119
+ }
1120
+ ],
1121
+ "internalType": "struct Pairing.G1Point[]",
1122
+ "name": "ic",
1123
+ "type": "tuple[]"
1124
+ }
1125
+ ],
1126
+ "internalType": "struct SnarkCommon.VerifyingKey",
1127
+ "name": "verifyingKey",
1128
+ "type": "tuple"
1129
+ }
1130
+ ],
1131
+ "stateMutability": "view",
1132
+ "type": "function"
1133
+ },
1134
+ {
1135
+ "inputs": [
1136
+ {
1137
+ "internalType": "uint256",
1138
+ "name": "_stateTreeDepth",
1139
+ "type": "uint256"
1140
+ },
1141
+ {
1142
+ "internalType": "uint256",
1143
+ "name": "_voteOptionTreeDepth",
1144
+ "type": "uint256"
1145
+ },
1146
+ {
1147
+ "internalType": "uint8",
1148
+ "name": "_messageBatchSize",
1149
+ "type": "uint8"
1150
+ },
1151
+ {
1152
+ "internalType": "enum DomainObjs.Mode",
1153
+ "name": "_mode",
1154
+ "type": "uint8"
1155
+ }
1156
+ ],
1157
+ "name": "hasProcessVerifyingKey",
1158
+ "outputs": [
1159
+ {
1160
+ "internalType": "bool",
1161
+ "name": "isSet",
1162
+ "type": "bool"
1163
+ }
1164
+ ],
1165
+ "stateMutability": "view",
1166
+ "type": "function"
1167
+ },
1168
+ {
1169
+ "inputs": [
1170
+ {
1171
+ "internalType": "uint256",
1172
+ "name": "_stateTreeDepth",
1173
+ "type": "uint256"
1174
+ },
1175
+ {
1176
+ "internalType": "uint256",
1177
+ "name": "_intStateTreeDepth",
1178
+ "type": "uint256"
1179
+ },
1180
+ {
1181
+ "internalType": "uint256",
1182
+ "name": "_voteOptionTreeDepth",
1183
+ "type": "uint256"
1184
+ },
1185
+ {
1186
+ "internalType": "enum DomainObjs.Mode",
1187
+ "name": "_mode",
1188
+ "type": "uint8"
1189
+ }
1190
+ ],
1191
+ "name": "hasTallyVerifyingKey",
1192
+ "outputs": [
1193
+ {
1194
+ "internalType": "bool",
1195
+ "name": "isSet",
1196
+ "type": "bool"
1197
+ }
1198
+ ],
1199
+ "stateMutability": "view",
1200
+ "type": "function"
1201
+ },
1202
+ {
1203
+ "inputs": [
1204
+ {
1205
+ "internalType": "uint256",
1206
+ "name": "_signature",
1207
+ "type": "uint256"
1208
+ }
1209
+ ],
1210
+ "name": "isPollJoinedVerifyingKeySet",
1211
+ "outputs": [
1212
+ {
1213
+ "internalType": "bool",
1214
+ "name": "isSet",
1215
+ "type": "bool"
1216
+ }
1217
+ ],
1218
+ "stateMutability": "view",
1219
+ "type": "function"
1220
+ },
1221
+ {
1222
+ "inputs": [
1223
+ {
1224
+ "internalType": "uint256",
1225
+ "name": "_signature",
1226
+ "type": "uint256"
1227
+ }
1228
+ ],
1229
+ "name": "isPollJoiningVerifyingKeySet",
1230
+ "outputs": [
1231
+ {
1232
+ "internalType": "bool",
1233
+ "name": "isSet",
1234
+ "type": "bool"
1235
+ }
1236
+ ],
1237
+ "stateMutability": "view",
1238
+ "type": "function"
1239
+ },
1240
+ {
1241
+ "inputs": [
1242
+ {
1243
+ "internalType": "uint256",
1244
+ "name": "_signature",
1245
+ "type": "uint256"
1246
+ },
1247
+ {
1248
+ "internalType": "enum DomainObjs.Mode",
1249
+ "name": "_mode",
1250
+ "type": "uint8"
1251
+ }
1252
+ ],
1253
+ "name": "isProcessVerifyingKeySet",
1254
+ "outputs": [
1255
+ {
1256
+ "internalType": "bool",
1257
+ "name": "isSet",
1258
+ "type": "bool"
1259
+ }
1260
+ ],
1261
+ "stateMutability": "view",
1262
+ "type": "function"
1263
+ },
1264
+ {
1265
+ "inputs": [
1266
+ {
1267
+ "internalType": "uint256",
1268
+ "name": "_signature",
1269
+ "type": "uint256"
1270
+ },
1271
+ {
1272
+ "internalType": "enum DomainObjs.Mode",
1273
+ "name": "_mode",
1274
+ "type": "uint8"
1275
+ }
1276
+ ],
1277
+ "name": "isTallyVerifyingKeySet",
1278
+ "outputs": [
1279
+ {
1280
+ "internalType": "bool",
1281
+ "name": "isSet",
1282
+ "type": "bool"
1283
+ }
1284
+ ],
1285
+ "stateMutability": "view",
1286
+ "type": "function"
1287
+ },
1288
+ {
1289
+ "inputs": [],
1290
+ "name": "owner",
1291
+ "outputs": [
1292
+ {
1293
+ "internalType": "address",
1294
+ "name": "",
1295
+ "type": "address"
1296
+ }
1297
+ ],
1298
+ "stateMutability": "view",
1299
+ "type": "function"
1300
+ },
1301
+ {
1302
+ "inputs": [],
1303
+ "name": "renounceOwnership",
1304
+ "outputs": [],
1305
+ "stateMutability": "nonpayable",
1306
+ "type": "function"
1307
+ },
1308
+ {
1309
+ "inputs": [
1310
+ {
1311
+ "internalType": "uint256",
1312
+ "name": "_stateTreeDepth",
1313
+ "type": "uint256"
1314
+ },
1315
+ {
1316
+ "components": [
1317
+ {
1318
+ "components": [
1319
+ {
1320
+ "internalType": "uint256",
1321
+ "name": "x",
1322
+ "type": "uint256"
1323
+ },
1324
+ {
1325
+ "internalType": "uint256",
1326
+ "name": "y",
1327
+ "type": "uint256"
1328
+ }
1329
+ ],
1330
+ "internalType": "struct Pairing.G1Point",
1331
+ "name": "alpha1",
1332
+ "type": "tuple"
1333
+ },
1334
+ {
1335
+ "components": [
1336
+ {
1337
+ "internalType": "uint256[2]",
1338
+ "name": "x",
1339
+ "type": "uint256[2]"
1340
+ },
1341
+ {
1342
+ "internalType": "uint256[2]",
1343
+ "name": "y",
1344
+ "type": "uint256[2]"
1345
+ }
1346
+ ],
1347
+ "internalType": "struct Pairing.G2Point",
1348
+ "name": "beta2",
1349
+ "type": "tuple"
1350
+ },
1351
+ {
1352
+ "components": [
1353
+ {
1354
+ "internalType": "uint256[2]",
1355
+ "name": "x",
1356
+ "type": "uint256[2]"
1357
+ },
1358
+ {
1359
+ "internalType": "uint256[2]",
1360
+ "name": "y",
1361
+ "type": "uint256[2]"
1362
+ }
1363
+ ],
1364
+ "internalType": "struct Pairing.G2Point",
1365
+ "name": "gamma2",
1366
+ "type": "tuple"
1367
+ },
1368
+ {
1369
+ "components": [
1370
+ {
1371
+ "internalType": "uint256[2]",
1372
+ "name": "x",
1373
+ "type": "uint256[2]"
1374
+ },
1375
+ {
1376
+ "internalType": "uint256[2]",
1377
+ "name": "y",
1378
+ "type": "uint256[2]"
1379
+ }
1380
+ ],
1381
+ "internalType": "struct Pairing.G2Point",
1382
+ "name": "delta2",
1383
+ "type": "tuple"
1384
+ },
1385
+ {
1386
+ "components": [
1387
+ {
1388
+ "internalType": "uint256",
1389
+ "name": "x",
1390
+ "type": "uint256"
1391
+ },
1392
+ {
1393
+ "internalType": "uint256",
1394
+ "name": "y",
1395
+ "type": "uint256"
1396
+ }
1397
+ ],
1398
+ "internalType": "struct Pairing.G1Point[]",
1399
+ "name": "ic",
1400
+ "type": "tuple[]"
1401
+ }
1402
+ ],
1403
+ "internalType": "struct SnarkCommon.VerifyingKey",
1404
+ "name": "_pollJoinedVerifyingSignature",
1405
+ "type": "tuple"
1406
+ }
1407
+ ],
1408
+ "name": "setPollJoinedVerifyingKey",
1409
+ "outputs": [],
1410
+ "stateMutability": "nonpayable",
1411
+ "type": "function"
1412
+ },
1413
+ {
1414
+ "inputs": [
1415
+ {
1416
+ "internalType": "uint256",
1417
+ "name": "_stateTreeDepth",
1418
+ "type": "uint256"
1419
+ },
1420
+ {
1421
+ "components": [
1422
+ {
1423
+ "components": [
1424
+ {
1425
+ "internalType": "uint256",
1426
+ "name": "x",
1427
+ "type": "uint256"
1428
+ },
1429
+ {
1430
+ "internalType": "uint256",
1431
+ "name": "y",
1432
+ "type": "uint256"
1433
+ }
1434
+ ],
1435
+ "internalType": "struct Pairing.G1Point",
1436
+ "name": "alpha1",
1437
+ "type": "tuple"
1438
+ },
1439
+ {
1440
+ "components": [
1441
+ {
1442
+ "internalType": "uint256[2]",
1443
+ "name": "x",
1444
+ "type": "uint256[2]"
1445
+ },
1446
+ {
1447
+ "internalType": "uint256[2]",
1448
+ "name": "y",
1449
+ "type": "uint256[2]"
1450
+ }
1451
+ ],
1452
+ "internalType": "struct Pairing.G2Point",
1453
+ "name": "beta2",
1454
+ "type": "tuple"
1455
+ },
1456
+ {
1457
+ "components": [
1458
+ {
1459
+ "internalType": "uint256[2]",
1460
+ "name": "x",
1461
+ "type": "uint256[2]"
1462
+ },
1463
+ {
1464
+ "internalType": "uint256[2]",
1465
+ "name": "y",
1466
+ "type": "uint256[2]"
1467
+ }
1468
+ ],
1469
+ "internalType": "struct Pairing.G2Point",
1470
+ "name": "gamma2",
1471
+ "type": "tuple"
1472
+ },
1473
+ {
1474
+ "components": [
1475
+ {
1476
+ "internalType": "uint256[2]",
1477
+ "name": "x",
1478
+ "type": "uint256[2]"
1479
+ },
1480
+ {
1481
+ "internalType": "uint256[2]",
1482
+ "name": "y",
1483
+ "type": "uint256[2]"
1484
+ }
1485
+ ],
1486
+ "internalType": "struct Pairing.G2Point",
1487
+ "name": "delta2",
1488
+ "type": "tuple"
1489
+ },
1490
+ {
1491
+ "components": [
1492
+ {
1493
+ "internalType": "uint256",
1494
+ "name": "x",
1495
+ "type": "uint256"
1496
+ },
1497
+ {
1498
+ "internalType": "uint256",
1499
+ "name": "y",
1500
+ "type": "uint256"
1501
+ }
1502
+ ],
1503
+ "internalType": "struct Pairing.G1Point[]",
1504
+ "name": "ic",
1505
+ "type": "tuple[]"
1506
+ }
1507
+ ],
1508
+ "internalType": "struct SnarkCommon.VerifyingKey",
1509
+ "name": "_pollJoiningVerifyingKey",
1510
+ "type": "tuple"
1511
+ }
1512
+ ],
1513
+ "name": "setPollJoiningVerifyingKey",
1514
+ "outputs": [],
1515
+ "stateMutability": "nonpayable",
1516
+ "type": "function"
1517
+ },
1518
+ {
1519
+ "inputs": [
1520
+ {
1521
+ "internalType": "uint256",
1522
+ "name": "_stateTreeDepth",
1523
+ "type": "uint256"
1524
+ },
1525
+ {
1526
+ "internalType": "uint256",
1527
+ "name": "_voteOptionTreeDepth",
1528
+ "type": "uint256"
1529
+ },
1530
+ {
1531
+ "internalType": "uint8",
1532
+ "name": "_messageBatchSize",
1533
+ "type": "uint8"
1534
+ },
1535
+ {
1536
+ "internalType": "enum DomainObjs.Mode",
1537
+ "name": "_mode",
1538
+ "type": "uint8"
1539
+ },
1540
+ {
1541
+ "components": [
1542
+ {
1543
+ "components": [
1544
+ {
1545
+ "internalType": "uint256",
1546
+ "name": "x",
1547
+ "type": "uint256"
1548
+ },
1549
+ {
1550
+ "internalType": "uint256",
1551
+ "name": "y",
1552
+ "type": "uint256"
1553
+ }
1554
+ ],
1555
+ "internalType": "struct Pairing.G1Point",
1556
+ "name": "alpha1",
1557
+ "type": "tuple"
1558
+ },
1559
+ {
1560
+ "components": [
1561
+ {
1562
+ "internalType": "uint256[2]",
1563
+ "name": "x",
1564
+ "type": "uint256[2]"
1565
+ },
1566
+ {
1567
+ "internalType": "uint256[2]",
1568
+ "name": "y",
1569
+ "type": "uint256[2]"
1570
+ }
1571
+ ],
1572
+ "internalType": "struct Pairing.G2Point",
1573
+ "name": "beta2",
1574
+ "type": "tuple"
1575
+ },
1576
+ {
1577
+ "components": [
1578
+ {
1579
+ "internalType": "uint256[2]",
1580
+ "name": "x",
1581
+ "type": "uint256[2]"
1582
+ },
1583
+ {
1584
+ "internalType": "uint256[2]",
1585
+ "name": "y",
1586
+ "type": "uint256[2]"
1587
+ }
1588
+ ],
1589
+ "internalType": "struct Pairing.G2Point",
1590
+ "name": "gamma2",
1591
+ "type": "tuple"
1592
+ },
1593
+ {
1594
+ "components": [
1595
+ {
1596
+ "internalType": "uint256[2]",
1597
+ "name": "x",
1598
+ "type": "uint256[2]"
1599
+ },
1600
+ {
1601
+ "internalType": "uint256[2]",
1602
+ "name": "y",
1603
+ "type": "uint256[2]"
1604
+ }
1605
+ ],
1606
+ "internalType": "struct Pairing.G2Point",
1607
+ "name": "delta2",
1608
+ "type": "tuple"
1609
+ },
1610
+ {
1611
+ "components": [
1612
+ {
1613
+ "internalType": "uint256",
1614
+ "name": "x",
1615
+ "type": "uint256"
1616
+ },
1617
+ {
1618
+ "internalType": "uint256",
1619
+ "name": "y",
1620
+ "type": "uint256"
1621
+ }
1622
+ ],
1623
+ "internalType": "struct Pairing.G1Point[]",
1624
+ "name": "ic",
1625
+ "type": "tuple[]"
1626
+ }
1627
+ ],
1628
+ "internalType": "struct SnarkCommon.VerifyingKey",
1629
+ "name": "_processVerifyingKey",
1630
+ "type": "tuple"
1631
+ }
1632
+ ],
1633
+ "name": "setProcessVerifyingKey",
1634
+ "outputs": [],
1635
+ "stateMutability": "nonpayable",
1636
+ "type": "function"
1637
+ },
1638
+ {
1639
+ "inputs": [
1640
+ {
1641
+ "internalType": "uint256",
1642
+ "name": "_stateTreeDepth",
1643
+ "type": "uint256"
1644
+ },
1645
+ {
1646
+ "internalType": "uint256",
1647
+ "name": "_intStateTreeDepth",
1648
+ "type": "uint256"
1649
+ },
1650
+ {
1651
+ "internalType": "uint256",
1652
+ "name": "_voteOptionTreeDepth",
1653
+ "type": "uint256"
1654
+ },
1655
+ {
1656
+ "internalType": "enum DomainObjs.Mode",
1657
+ "name": "_mode",
1658
+ "type": "uint8"
1659
+ },
1660
+ {
1661
+ "components": [
1662
+ {
1663
+ "components": [
1664
+ {
1665
+ "internalType": "uint256",
1666
+ "name": "x",
1667
+ "type": "uint256"
1668
+ },
1669
+ {
1670
+ "internalType": "uint256",
1671
+ "name": "y",
1672
+ "type": "uint256"
1673
+ }
1674
+ ],
1675
+ "internalType": "struct Pairing.G1Point",
1676
+ "name": "alpha1",
1677
+ "type": "tuple"
1678
+ },
1679
+ {
1680
+ "components": [
1681
+ {
1682
+ "internalType": "uint256[2]",
1683
+ "name": "x",
1684
+ "type": "uint256[2]"
1685
+ },
1686
+ {
1687
+ "internalType": "uint256[2]",
1688
+ "name": "y",
1689
+ "type": "uint256[2]"
1690
+ }
1691
+ ],
1692
+ "internalType": "struct Pairing.G2Point",
1693
+ "name": "beta2",
1694
+ "type": "tuple"
1695
+ },
1696
+ {
1697
+ "components": [
1698
+ {
1699
+ "internalType": "uint256[2]",
1700
+ "name": "x",
1701
+ "type": "uint256[2]"
1702
+ },
1703
+ {
1704
+ "internalType": "uint256[2]",
1705
+ "name": "y",
1706
+ "type": "uint256[2]"
1707
+ }
1708
+ ],
1709
+ "internalType": "struct Pairing.G2Point",
1710
+ "name": "gamma2",
1711
+ "type": "tuple"
1712
+ },
1713
+ {
1714
+ "components": [
1715
+ {
1716
+ "internalType": "uint256[2]",
1717
+ "name": "x",
1718
+ "type": "uint256[2]"
1719
+ },
1720
+ {
1721
+ "internalType": "uint256[2]",
1722
+ "name": "y",
1723
+ "type": "uint256[2]"
1724
+ }
1725
+ ],
1726
+ "internalType": "struct Pairing.G2Point",
1727
+ "name": "delta2",
1728
+ "type": "tuple"
1729
+ },
1730
+ {
1731
+ "components": [
1732
+ {
1733
+ "internalType": "uint256",
1734
+ "name": "x",
1735
+ "type": "uint256"
1736
+ },
1737
+ {
1738
+ "internalType": "uint256",
1739
+ "name": "y",
1740
+ "type": "uint256"
1741
+ }
1742
+ ],
1743
+ "internalType": "struct Pairing.G1Point[]",
1744
+ "name": "ic",
1745
+ "type": "tuple[]"
1746
+ }
1747
+ ],
1748
+ "internalType": "struct SnarkCommon.VerifyingKey",
1749
+ "name": "_tallyVerifyingKey",
1750
+ "type": "tuple"
1751
+ }
1752
+ ],
1753
+ "name": "setTallyVerifyingKey",
1754
+ "outputs": [],
1755
+ "stateMutability": "nonpayable",
1756
+ "type": "function"
1757
+ },
1758
+ {
1759
+ "inputs": [
1760
+ {
1761
+ "internalType": "uint256",
1762
+ "name": "_stateTreeDepth",
1763
+ "type": "uint256"
1764
+ },
1765
+ {
1766
+ "internalType": "uint256",
1767
+ "name": "_intStateTreeDepth",
1768
+ "type": "uint256"
1769
+ },
1770
+ {
1771
+ "internalType": "uint256",
1772
+ "name": "_voteOptionTreeDepth",
1773
+ "type": "uint256"
1774
+ },
1775
+ {
1776
+ "internalType": "uint8",
1777
+ "name": "_messageBatchSize",
1778
+ "type": "uint8"
1779
+ },
1780
+ {
1781
+ "internalType": "enum DomainObjs.Mode",
1782
+ "name": "_mode",
1783
+ "type": "uint8"
1784
+ },
1785
+ {
1786
+ "components": [
1787
+ {
1788
+ "components": [
1789
+ {
1790
+ "internalType": "uint256",
1791
+ "name": "x",
1792
+ "type": "uint256"
1793
+ },
1794
+ {
1795
+ "internalType": "uint256",
1796
+ "name": "y",
1797
+ "type": "uint256"
1798
+ }
1799
+ ],
1800
+ "internalType": "struct Pairing.G1Point",
1801
+ "name": "alpha1",
1802
+ "type": "tuple"
1803
+ },
1804
+ {
1805
+ "components": [
1806
+ {
1807
+ "internalType": "uint256[2]",
1808
+ "name": "x",
1809
+ "type": "uint256[2]"
1810
+ },
1811
+ {
1812
+ "internalType": "uint256[2]",
1813
+ "name": "y",
1814
+ "type": "uint256[2]"
1815
+ }
1816
+ ],
1817
+ "internalType": "struct Pairing.G2Point",
1818
+ "name": "beta2",
1819
+ "type": "tuple"
1820
+ },
1821
+ {
1822
+ "components": [
1823
+ {
1824
+ "internalType": "uint256[2]",
1825
+ "name": "x",
1826
+ "type": "uint256[2]"
1827
+ },
1828
+ {
1829
+ "internalType": "uint256[2]",
1830
+ "name": "y",
1831
+ "type": "uint256[2]"
1832
+ }
1833
+ ],
1834
+ "internalType": "struct Pairing.G2Point",
1835
+ "name": "gamma2",
1836
+ "type": "tuple"
1837
+ },
1838
+ {
1839
+ "components": [
1840
+ {
1841
+ "internalType": "uint256[2]",
1842
+ "name": "x",
1843
+ "type": "uint256[2]"
1844
+ },
1845
+ {
1846
+ "internalType": "uint256[2]",
1847
+ "name": "y",
1848
+ "type": "uint256[2]"
1849
+ }
1850
+ ],
1851
+ "internalType": "struct Pairing.G2Point",
1852
+ "name": "delta2",
1853
+ "type": "tuple"
1854
+ },
1855
+ {
1856
+ "components": [
1857
+ {
1858
+ "internalType": "uint256",
1859
+ "name": "x",
1860
+ "type": "uint256"
1861
+ },
1862
+ {
1863
+ "internalType": "uint256",
1864
+ "name": "y",
1865
+ "type": "uint256"
1866
+ }
1867
+ ],
1868
+ "internalType": "struct Pairing.G1Point[]",
1869
+ "name": "ic",
1870
+ "type": "tuple[]"
1871
+ }
1872
+ ],
1873
+ "internalType": "struct SnarkCommon.VerifyingKey",
1874
+ "name": "_processVerifyingKey",
1875
+ "type": "tuple"
1876
+ },
1877
+ {
1878
+ "components": [
1879
+ {
1880
+ "components": [
1881
+ {
1882
+ "internalType": "uint256",
1883
+ "name": "x",
1884
+ "type": "uint256"
1885
+ },
1886
+ {
1887
+ "internalType": "uint256",
1888
+ "name": "y",
1889
+ "type": "uint256"
1890
+ }
1891
+ ],
1892
+ "internalType": "struct Pairing.G1Point",
1893
+ "name": "alpha1",
1894
+ "type": "tuple"
1895
+ },
1896
+ {
1897
+ "components": [
1898
+ {
1899
+ "internalType": "uint256[2]",
1900
+ "name": "x",
1901
+ "type": "uint256[2]"
1902
+ },
1903
+ {
1904
+ "internalType": "uint256[2]",
1905
+ "name": "y",
1906
+ "type": "uint256[2]"
1907
+ }
1908
+ ],
1909
+ "internalType": "struct Pairing.G2Point",
1910
+ "name": "beta2",
1911
+ "type": "tuple"
1912
+ },
1913
+ {
1914
+ "components": [
1915
+ {
1916
+ "internalType": "uint256[2]",
1917
+ "name": "x",
1918
+ "type": "uint256[2]"
1919
+ },
1920
+ {
1921
+ "internalType": "uint256[2]",
1922
+ "name": "y",
1923
+ "type": "uint256[2]"
1924
+ }
1925
+ ],
1926
+ "internalType": "struct Pairing.G2Point",
1927
+ "name": "gamma2",
1928
+ "type": "tuple"
1929
+ },
1930
+ {
1931
+ "components": [
1932
+ {
1933
+ "internalType": "uint256[2]",
1934
+ "name": "x",
1935
+ "type": "uint256[2]"
1936
+ },
1937
+ {
1938
+ "internalType": "uint256[2]",
1939
+ "name": "y",
1940
+ "type": "uint256[2]"
1941
+ }
1942
+ ],
1943
+ "internalType": "struct Pairing.G2Point",
1944
+ "name": "delta2",
1945
+ "type": "tuple"
1946
+ },
1947
+ {
1948
+ "components": [
1949
+ {
1950
+ "internalType": "uint256",
1951
+ "name": "x",
1952
+ "type": "uint256"
1953
+ },
1954
+ {
1955
+ "internalType": "uint256",
1956
+ "name": "y",
1957
+ "type": "uint256"
1958
+ }
1959
+ ],
1960
+ "internalType": "struct Pairing.G1Point[]",
1961
+ "name": "ic",
1962
+ "type": "tuple[]"
1963
+ }
1964
+ ],
1965
+ "internalType": "struct SnarkCommon.VerifyingKey",
1966
+ "name": "_tallyVerifyingKey",
1967
+ "type": "tuple"
1968
+ }
1969
+ ],
1970
+ "name": "setVerifyingKeys",
1971
+ "outputs": [],
1972
+ "stateMutability": "nonpayable",
1973
+ "type": "function"
1974
+ },
1975
+ {
1976
+ "inputs": [
1977
+ {
1978
+ "components": [
1979
+ {
1980
+ "internalType": "uint256",
1981
+ "name": "stateTreeDepth",
1982
+ "type": "uint256"
1983
+ },
1984
+ {
1985
+ "internalType": "uint256",
1986
+ "name": "pollStateTreeDepth",
1987
+ "type": "uint256"
1988
+ },
1989
+ {
1990
+ "internalType": "uint256",
1991
+ "name": "tallyProcessingStateTreeDepth",
1992
+ "type": "uint256"
1993
+ },
1994
+ {
1995
+ "internalType": "uint256",
1996
+ "name": "voteOptionTreeDepth",
1997
+ "type": "uint256"
1998
+ },
1999
+ {
2000
+ "internalType": "uint8",
2001
+ "name": "messageBatchSize",
2002
+ "type": "uint8"
2003
+ },
2004
+ {
2005
+ "internalType": "enum DomainObjs.Mode[]",
2006
+ "name": "modes",
2007
+ "type": "uint8[]"
2008
+ },
2009
+ {
2010
+ "components": [
2011
+ {
2012
+ "components": [
2013
+ {
2014
+ "internalType": "uint256",
2015
+ "name": "x",
2016
+ "type": "uint256"
2017
+ },
2018
+ {
2019
+ "internalType": "uint256",
2020
+ "name": "y",
2021
+ "type": "uint256"
2022
+ }
2023
+ ],
2024
+ "internalType": "struct Pairing.G1Point",
2025
+ "name": "alpha1",
2026
+ "type": "tuple"
2027
+ },
2028
+ {
2029
+ "components": [
2030
+ {
2031
+ "internalType": "uint256[2]",
2032
+ "name": "x",
2033
+ "type": "uint256[2]"
2034
+ },
2035
+ {
2036
+ "internalType": "uint256[2]",
2037
+ "name": "y",
2038
+ "type": "uint256[2]"
2039
+ }
2040
+ ],
2041
+ "internalType": "struct Pairing.G2Point",
2042
+ "name": "beta2",
2043
+ "type": "tuple"
2044
+ },
2045
+ {
2046
+ "components": [
2047
+ {
2048
+ "internalType": "uint256[2]",
2049
+ "name": "x",
2050
+ "type": "uint256[2]"
2051
+ },
2052
+ {
2053
+ "internalType": "uint256[2]",
2054
+ "name": "y",
2055
+ "type": "uint256[2]"
2056
+ }
2057
+ ],
2058
+ "internalType": "struct Pairing.G2Point",
2059
+ "name": "gamma2",
2060
+ "type": "tuple"
2061
+ },
2062
+ {
2063
+ "components": [
2064
+ {
2065
+ "internalType": "uint256[2]",
2066
+ "name": "x",
2067
+ "type": "uint256[2]"
2068
+ },
2069
+ {
2070
+ "internalType": "uint256[2]",
2071
+ "name": "y",
2072
+ "type": "uint256[2]"
2073
+ }
2074
+ ],
2075
+ "internalType": "struct Pairing.G2Point",
2076
+ "name": "delta2",
2077
+ "type": "tuple"
2078
+ },
2079
+ {
2080
+ "components": [
2081
+ {
2082
+ "internalType": "uint256",
2083
+ "name": "x",
2084
+ "type": "uint256"
2085
+ },
2086
+ {
2087
+ "internalType": "uint256",
2088
+ "name": "y",
2089
+ "type": "uint256"
2090
+ }
2091
+ ],
2092
+ "internalType": "struct Pairing.G1Point[]",
2093
+ "name": "ic",
2094
+ "type": "tuple[]"
2095
+ }
2096
+ ],
2097
+ "internalType": "struct SnarkCommon.VerifyingKey",
2098
+ "name": "pollJoiningVerifyingKey",
2099
+ "type": "tuple"
2100
+ },
2101
+ {
2102
+ "components": [
2103
+ {
2104
+ "components": [
2105
+ {
2106
+ "internalType": "uint256",
2107
+ "name": "x",
2108
+ "type": "uint256"
2109
+ },
2110
+ {
2111
+ "internalType": "uint256",
2112
+ "name": "y",
2113
+ "type": "uint256"
2114
+ }
2115
+ ],
2116
+ "internalType": "struct Pairing.G1Point",
2117
+ "name": "alpha1",
2118
+ "type": "tuple"
2119
+ },
2120
+ {
2121
+ "components": [
2122
+ {
2123
+ "internalType": "uint256[2]",
2124
+ "name": "x",
2125
+ "type": "uint256[2]"
2126
+ },
2127
+ {
2128
+ "internalType": "uint256[2]",
2129
+ "name": "y",
2130
+ "type": "uint256[2]"
2131
+ }
2132
+ ],
2133
+ "internalType": "struct Pairing.G2Point",
2134
+ "name": "beta2",
2135
+ "type": "tuple"
2136
+ },
2137
+ {
2138
+ "components": [
2139
+ {
2140
+ "internalType": "uint256[2]",
2141
+ "name": "x",
2142
+ "type": "uint256[2]"
2143
+ },
2144
+ {
2145
+ "internalType": "uint256[2]",
2146
+ "name": "y",
2147
+ "type": "uint256[2]"
2148
+ }
2149
+ ],
2150
+ "internalType": "struct Pairing.G2Point",
2151
+ "name": "gamma2",
2152
+ "type": "tuple"
2153
+ },
2154
+ {
2155
+ "components": [
2156
+ {
2157
+ "internalType": "uint256[2]",
2158
+ "name": "x",
2159
+ "type": "uint256[2]"
2160
+ },
2161
+ {
2162
+ "internalType": "uint256[2]",
2163
+ "name": "y",
2164
+ "type": "uint256[2]"
2165
+ }
2166
+ ],
2167
+ "internalType": "struct Pairing.G2Point",
2168
+ "name": "delta2",
2169
+ "type": "tuple"
2170
+ },
2171
+ {
2172
+ "components": [
2173
+ {
2174
+ "internalType": "uint256",
2175
+ "name": "x",
2176
+ "type": "uint256"
2177
+ },
2178
+ {
2179
+ "internalType": "uint256",
2180
+ "name": "y",
2181
+ "type": "uint256"
2182
+ }
2183
+ ],
2184
+ "internalType": "struct Pairing.G1Point[]",
2185
+ "name": "ic",
2186
+ "type": "tuple[]"
2187
+ }
2188
+ ],
2189
+ "internalType": "struct SnarkCommon.VerifyingKey",
2190
+ "name": "pollJoinedVerifyingKey",
2191
+ "type": "tuple"
2192
+ },
2193
+ {
2194
+ "components": [
2195
+ {
2196
+ "components": [
2197
+ {
2198
+ "internalType": "uint256",
2199
+ "name": "x",
2200
+ "type": "uint256"
2201
+ },
2202
+ {
2203
+ "internalType": "uint256",
2204
+ "name": "y",
2205
+ "type": "uint256"
2206
+ }
2207
+ ],
2208
+ "internalType": "struct Pairing.G1Point",
2209
+ "name": "alpha1",
2210
+ "type": "tuple"
2211
+ },
2212
+ {
2213
+ "components": [
2214
+ {
2215
+ "internalType": "uint256[2]",
2216
+ "name": "x",
2217
+ "type": "uint256[2]"
2218
+ },
2219
+ {
2220
+ "internalType": "uint256[2]",
2221
+ "name": "y",
2222
+ "type": "uint256[2]"
2223
+ }
2224
+ ],
2225
+ "internalType": "struct Pairing.G2Point",
2226
+ "name": "beta2",
2227
+ "type": "tuple"
2228
+ },
2229
+ {
2230
+ "components": [
2231
+ {
2232
+ "internalType": "uint256[2]",
2233
+ "name": "x",
2234
+ "type": "uint256[2]"
2235
+ },
2236
+ {
2237
+ "internalType": "uint256[2]",
2238
+ "name": "y",
2239
+ "type": "uint256[2]"
2240
+ }
2241
+ ],
2242
+ "internalType": "struct Pairing.G2Point",
2243
+ "name": "gamma2",
2244
+ "type": "tuple"
2245
+ },
2246
+ {
2247
+ "components": [
2248
+ {
2249
+ "internalType": "uint256[2]",
2250
+ "name": "x",
2251
+ "type": "uint256[2]"
2252
+ },
2253
+ {
2254
+ "internalType": "uint256[2]",
2255
+ "name": "y",
2256
+ "type": "uint256[2]"
2257
+ }
2258
+ ],
2259
+ "internalType": "struct Pairing.G2Point",
2260
+ "name": "delta2",
2261
+ "type": "tuple"
2262
+ },
2263
+ {
2264
+ "components": [
2265
+ {
2266
+ "internalType": "uint256",
2267
+ "name": "x",
2268
+ "type": "uint256"
2269
+ },
2270
+ {
2271
+ "internalType": "uint256",
2272
+ "name": "y",
2273
+ "type": "uint256"
2274
+ }
2275
+ ],
2276
+ "internalType": "struct Pairing.G1Point[]",
2277
+ "name": "ic",
2278
+ "type": "tuple[]"
2279
+ }
2280
+ ],
2281
+ "internalType": "struct SnarkCommon.VerifyingKey[]",
2282
+ "name": "processVerifyingKeys",
2283
+ "type": "tuple[]"
2284
+ },
2285
+ {
2286
+ "components": [
2287
+ {
2288
+ "components": [
2289
+ {
2290
+ "internalType": "uint256",
2291
+ "name": "x",
2292
+ "type": "uint256"
2293
+ },
2294
+ {
2295
+ "internalType": "uint256",
2296
+ "name": "y",
2297
+ "type": "uint256"
2298
+ }
2299
+ ],
2300
+ "internalType": "struct Pairing.G1Point",
2301
+ "name": "alpha1",
2302
+ "type": "tuple"
2303
+ },
2304
+ {
2305
+ "components": [
2306
+ {
2307
+ "internalType": "uint256[2]",
2308
+ "name": "x",
2309
+ "type": "uint256[2]"
2310
+ },
2311
+ {
2312
+ "internalType": "uint256[2]",
2313
+ "name": "y",
2314
+ "type": "uint256[2]"
2315
+ }
2316
+ ],
2317
+ "internalType": "struct Pairing.G2Point",
2318
+ "name": "beta2",
2319
+ "type": "tuple"
2320
+ },
2321
+ {
2322
+ "components": [
2323
+ {
2324
+ "internalType": "uint256[2]",
2325
+ "name": "x",
2326
+ "type": "uint256[2]"
2327
+ },
2328
+ {
2329
+ "internalType": "uint256[2]",
2330
+ "name": "y",
2331
+ "type": "uint256[2]"
2332
+ }
2333
+ ],
2334
+ "internalType": "struct Pairing.G2Point",
2335
+ "name": "gamma2",
2336
+ "type": "tuple"
2337
+ },
2338
+ {
2339
+ "components": [
2340
+ {
2341
+ "internalType": "uint256[2]",
2342
+ "name": "x",
2343
+ "type": "uint256[2]"
2344
+ },
2345
+ {
2346
+ "internalType": "uint256[2]",
2347
+ "name": "y",
2348
+ "type": "uint256[2]"
2349
+ }
2350
+ ],
2351
+ "internalType": "struct Pairing.G2Point",
2352
+ "name": "delta2",
2353
+ "type": "tuple"
2354
+ },
2355
+ {
2356
+ "components": [
2357
+ {
2358
+ "internalType": "uint256",
2359
+ "name": "x",
2360
+ "type": "uint256"
2361
+ },
2362
+ {
2363
+ "internalType": "uint256",
2364
+ "name": "y",
2365
+ "type": "uint256"
2366
+ }
2367
+ ],
2368
+ "internalType": "struct Pairing.G1Point[]",
2369
+ "name": "ic",
2370
+ "type": "tuple[]"
2371
+ }
2372
+ ],
2373
+ "internalType": "struct SnarkCommon.VerifyingKey[]",
2374
+ "name": "tallyVerifyingKeys",
2375
+ "type": "tuple[]"
2376
+ }
2377
+ ],
2378
+ "internalType": "struct IVerifyingKeysRegistry.SetVerifyingKeysBatchArgs",
2379
+ "name": "_args",
2380
+ "type": "tuple"
2381
+ }
2382
+ ],
2383
+ "name": "setVerifyingKeysBatch",
2384
+ "outputs": [],
2385
+ "stateMutability": "nonpayable",
2386
+ "type": "function"
2387
+ },
2388
+ {
2389
+ "inputs": [
2390
+ {
2391
+ "internalType": "address",
2392
+ "name": "newOwner",
2393
+ "type": "address"
2394
+ }
2395
+ ],
2396
+ "name": "transferOwnership",
2397
+ "outputs": [],
2398
+ "stateMutability": "nonpayable",
2399
+ "type": "function"
2400
+ }
2401
+ ],
2402
+ "bytecode": "0x6080604052604051611f33380380611f3383398101604081905260209160ab565b806001600160a01b038116604e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b605581605b565b505060d9565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121560bc57600080fd5b81516001600160a01b038116811460d257600080fd5b9392505050565b611e4b806100e86000396000f3fe608060405234801561001057600080fd5b50600436106101c45760003560e01c8063683f3dc3116100f9578063d8042cf711610097578063f2fde38b11610071578063f2fde38b146103e9578063f3350299146103fc578063fc73e3d01461040f578063fe43fd581461042257600080fd5b8063d8042cf7146103b0578063e92f7132146103c3578063f1d5c7b7146103d657600080fd5b80638da5cb5b116100d35780638da5cb5b1461034c578063a69d292a14610367578063b746b4311461038a578063b7e3d4f71461039d57600080fd5b8063683f3dc314610317578063715018a61461033157806377ce724d1461033957600080fd5b80633e7112fe1161016657806348b121261161014057806348b12126146102cb5780635465b477146102de5780635bf2d33e146102f15780636069bc021461030457600080fd5b80633e7112fe14610292578063435fe1c9146102a557806345dcd51c146102b857600080fd5b806333b1ef83116101a257806333b1ef831461022857806339a4fbfd1461023b5780633ba1b0011461025b5780633c9f3c351461027e57600080fd5b806302ed71f3146101c9578063258f7e5f146101f157806327a2f46714610206575b600080fd5b6101dc6101d7366004611816565b610435565b60405190151581526020015b60405180910390f35b6102046101ff36600461185b565b610487565b005b61021a6102143660046118c6565b60401b90565b6040519081526020016101e8565b61021a6102363660046118df565b6106be565b61024e610249366004611816565b6106e5565b6040516101e89190611951565b6101dc6102693660046118c6565b60009081526006602052604090205460ff1690565b61021a61028c3660046118c6565b60801b90565b61024e6102a0366004611816565b61099b565b61024e6102b3366004611a15565b610a1e565b6102046102c6366004611a5b565b610a49565b6101dc6102d9366004611a97565b610bbe565b61024e6102ec3660046118c6565b610c20565b61021a6102ff366004611acb565b610e6c565b6101dc610312366004611816565b610e7d565b61031f600a81565b60405160ff90911681526020016101e8565b610204610e95565b610204610347366004611b00565b610ea9565b6000546040516001600160a01b0390911681526020016101e8565b6101dc6103753660046118c6565b60009081526008602052604090205460ff1690565b610204610398366004611b3d565b6110ce565b61024e6103ab3660046118c6565b611252565b6102046103be366004611b84565b611278565b6102046103d1366004611b3d565b6112a3565b6101dc6103e4366004611a15565b611418565b6102046103f7366004611c2b565b61143e565b61024e61040a366004611a97565b611481565b61024e61041d3660046118c6565b6114a2565b61024e6104303660046118c6565b6116d2565b60006004600083600181111561044d5761044d611c54565b600181111561045e5761045e611c54565b815260208082019290925260409081016000908120958152949091529092205460ff1692915050565b61048f6116f1565b600061049c8686866106be565b9050600460008460018111156104b4576104b4611c54565b60018111156104c5576104c5611c54565b81526020808201929092526040908101600090812084825290925290205460ff161561050457604051630799cd4560e51b815260040160405180910390fd5b60006003600085600181111561051c5761051c611c54565b600181111561052d5761052d611c54565b81526020808201929092526040908101600090812085825283522084358155908401356001820155905060408301600282016105698282611c6a565b505060c083016006820161057d8282611c6a565b50506101408301600a82016105928282611c6a565b50600090506105a56101c0850185611cb4565b9050905060005b8181101561061b57600e83016105c66101c0870187611cb4565b838181106105d6576105d6611d05565b835460018101855560009485526020909420604090910292909201926002029091019050610611828281358155602090910135600190910155565b50506001016105ac565b5060016004600087600181111561063457610634611c54565b600181111561064557610645611c54565b8152602001908152602001600020600085815260200190815260200160002060006101000a81548160ff0219169083151502179055507f04bf57f28e3b574246246a480331f14e11be0417629317a49fa2fdebff7d5df983866040516106ac929190611d1b565b60405180910390a15050505050505050565b6000816106d3604085901b608087901b611d4d565b6106dd9190611d4d565b949350505050565b6106ed61176e565b6004600083600181111561070357610703611c54565b600181111561071457610714611c54565b81526020808201929092526040908101600090812086825290925290205460ff1661075257604051637c48038560e01b815260040160405180910390fd5b6003600083600181111561076857610768611c54565b600181111561077957610779611c54565b8152602080820192909252604090810160009081208682528352819020815160e081018352815460a08201908152600183015460c0830152815282516080810180855291949293928501929091600280860192849290830191849182845b8154815260200190600101908083116107d757505050918352505060408051808201918290526020909201919060028481019182845b81548152602001906001019080831161080d575050509190925250505081526040805160808101808352602090930192909160068501918391820190839060029082845b81548152602001906001019080831161085157505050918352505060408051808201918290526020909201919060028481019182845b8154815260200190600101908083116108875750505091909252505050815260408051608081018083526020909301929091600a8501918391820190839060029082845b8154815260200190600101908083116108cb57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610901575050505050815250508152602001600e8201805480602002602001604051908101604052809291908181526020016000905b8282101561098c57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610946565b50505091525090949350505050565b6109a361176e565b600260008360018111156109b9576109b9611c54565b60018111156109ca576109ca611c54565b81526020808201929092526040908101600090812086825290925290205460ff16610a0857604051637c48038560e01b815260040160405180910390fd5b6001600083600181111561076857610768611c54565b610a2661176e565b6000610a33868686610e6c565b9050610a3f818461099b565b9695505050505050565b610a516116f1565b610a5f610100820182611d74565b9050610a6e60a0830183611d74565b9050141580610a9a5750610a86610120820182611d74565b9050610a9560a0830183611d74565b905014155b15610ab8576040516335c0365760e11b815260040160405180910390fd5b6000610ac760a0830183611d74565b9150610ae0905060208301356103d160c0850185611dbe565b610af5602083013561039860e0850185611dbe565b60005b81811015610bb957610bb1833560408501356060860135610b1f60a0880160808901611ddf565b610b2c60a0890189611d74565b87818110610b3c57610b3c611d05565b9050602002016020810190610b519190611dfa565b610b5f6101008a018a611d74565b88818110610b6f57610b6f611d05565b9050602002810190610b819190611dbe565b610b8f6101208b018b611d74565b89818110610b9f57610b9f611d05565b90506020028101906103be9190611dbe565b600101610af8565b505050565b600080610bcc8686866106be565b905060046000846001811115610be457610be4611c54565b6001811115610bf557610bf5611c54565b8152602080820192909252604090810160009081209381529290915290205460ff1695945050505050565b610c2861176e565b60008281526008602052604090205460ff16610c5757604051637c48038560e01b815260040160405180910390fd5b600082815260076020908152604091829020825160e081018452815460a08201908152600183015460c08301528152835160808101808652919492938501929091600280860192849290830191849182845b815481526020019060010190808311610ca957505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610cdf575050509190925250505081526040805160808101808352602090930192909160068501918391820190839060029082845b815481526020019060010190808311610d2357505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610d595750505091909252505050815260408051608081018083526020909301929091600a8501918391820190839060029082845b815481526020019060010190808311610d9d57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610dd3575050505050815250508152602001600e8201805480602002602001604051908101604052809291908181526020016000905b82821015610e5e57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610e18565b505050915250909392505050565b6000826106d3604086901b83611d4d565b60006002600083600181111561044d5761044d611c54565b610e9d6116f1565b610ea7600061171e565b565b610eb16116f1565b6000610ebe868686610e6c565b905060026000846001811115610ed657610ed6611c54565b6001811115610ee757610ee7611c54565b81526020808201929092526040908101600090812084825290925290205460ff1615610f2657604051630799cd4560e51b815260040160405180910390fd5b600060016000856001811115610f3e57610f3e611c54565b6001811115610f4f57610f4f611c54565b8152602080820192909252604090810160009081208582528352208435815590840135600182015590506040830160028201610f8b8282611c6a565b505060c0830160068201610f9f8282611c6a565b50506101408301600a8201610fb48282611c6a565b5060009050610fc76101c0850185611cb4565b9050905060005b8181101561103d57600e8301610fe86101c0870187611cb4565b83818110610ff857610ff8611d05565b835460018101855560009485526020909420604090910292909201926002029091019050611033828281358155602090910135600190910155565b5050600101610fce565b5060016002600087600181111561105657611056611c54565b600181111561106757611067611c54565b8152602001908152602001600020600085815260200190815260200160002060006101000a81548160ff0219169083151502179055507f2b93019f1f441e1d35223dd3f3462c7e03c68b95f548ea412b04989c98f4622a83866040516106ac929190611d1b565b6110d66116f1565b60006110e28360801b90565b60008181526008602052604090205490915060ff161561111557604051630799cd4560e51b815260040160405180910390fd5b60008181526007602090815260409091208335815590830135600182015560408301600282016111458282611c6a565b505060c08301600682016111598282611c6a565b50506101408301600a820161116e8282611c6a565b50600090506111816101c0850185611cb4565b9050905060005b818110156111f757600e83016111a26101c0870187611cb4565b838181106111b2576111b2611d05565b8354600181018555600094855260209094206040909102929092019260020290910190506111ed828281358155602090910135600190910155565b5050600101611188565b5060008381526008602052604090819020805460ff19166001179055517fb2a78535720c3ae385117c6c5bf22cb7eaabb72bf27f9a9bafa129f1209da317906112439085815260200190565b60405180910390a15050505050565b61125a61176e565b60006112668360801b90565b905061127181610c20565b9392505050565b6112806116f1565b61128d8786868686610ea9565b61129a8787878685610487565b50505050505050565b6112ab6116f1565b60006112b78360401b90565b60008181526006602052604090205490915060ff16156112ea57604051630799cd4560e51b815260040160405180910390fd5b600081815260056020908152604090912083358155908301356001820155604083016002820161131a8282611c6a565b505060c083016006820161132e8282611c6a565b50506101408301600a82016113438282611c6a565b50600090506113566101c0850185611cb4565b9050905060005b818110156113cc57600e83016113776101c0870187611cb4565b8381811061138757611387611d05565b8354600181018555600094855260209094206040909102929092019260020290910190506113c2828281358155602090910135600190910155565b505060010161135d565b5060008381526006602052604090819020805460ff19166001179055517f5a8674e4e64f43a95153cefa8317b6f1d677fd44d23928e1abca41c6e1b5131e906112439085815260200190565b600080611426868686610e6c565b905060026000846001811115610be457610be4611c54565b6114466116f1565b6001600160a01b03811661147557604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b61147e8161171e565b50565b61148961176e565b60006114968686866106be565b9050610a3f81846106e5565b6114aa61176e565b60008281526006602052604090205460ff166114d957604051637c48038560e01b815260040160405180910390fd5b600082815260056020908152604091829020825160e081018452815460a08201908152600183015460c0830152815283516080810180865260028085018054978401978852939694958701949293928492909184916003890160608601808311610ca957505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610cdf5750505091909252505050815260408051608081018083526006850180549383019384526020909401939192839183906002906007890160608601808311610d2357505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610d59575050509190925250505081526040805160808101808352600a85018054938301938452602090940193919283918390600290600b890160608601808311610d9d57505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610dd3575050505050815250508152602001600e82018054806020026020016040519081016040528092919081815260200160009082821015610e5e57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610e18565b6116da61176e565b60006116e68360401b90565b9050611271816114a2565b6000546001600160a01b03163314610ea75760405163118cdaa760e01b815233600482015260240161146c565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160e08101909152600060a0820181815260c08301919091528152602081016117986117bf565b81526020016117a56117bf565b81526020016117b26117bf565b8152602001606081525090565b60405180604001604052806117d26117e4565b81526020016117df6117e4565b905290565b60405180604001604052806002906020820280368337509192915050565b80356002811061181157600080fd5b919050565b6000806040838503121561182957600080fd5b8235915061183960208401611802565b90509250929050565b60006101e0828403121561185557600080fd5b50919050565b600080600080600060a0868803121561187357600080fd5b85359450602086013593506040860135925061189160608701611802565b9150608086013567ffffffffffffffff8111156118ad57600080fd5b6118b988828901611842565b9150509295509295909350565b6000602082840312156118d857600080fd5b5035919050565b6000806000606084860312156118f457600080fd5b505081359360208301359350604090920135919050565b8060005b600281101561192e57815184526020938401939091019060010161190f565b50505050565b61193f82825161190b565b6020810151610bb9604084018261190b565b602080825282518051838301520151604082015260006102008201602084015161197e6060850182611934565b50604084015161199160e0850182611934565b5060608401516119a5610160850182611934565b5060808401516101e084810152805191829052602001906000906102208501905b808310156119fa576119e382855180518252602090810151910152565b6040820191506020840193506001830192506119c6565b5095945050505050565b803560ff8116811461181157600080fd5b60008060008060808587031215611a2b57600080fd5b8435935060208501359250611a4260408601611a04565b9150611a5060608601611802565b905092959194509250565b600060208284031215611a6d57600080fd5b813567ffffffffffffffff811115611a8457600080fd5b8201610140818503121561127157600080fd5b60008060008060808587031215611aad57600080fd5b843593506020850135925060408501359150611a5060608601611802565b600080600060608486031215611ae057600080fd5b8335925060208401359150611af760408501611a04565b90509250925092565b600080600080600060a08688031215611b1857600080fd5b8535945060208601359350611b2f60408701611a04565b925061189160608701611802565b60008060408385031215611b5057600080fd5b82359150602083013567ffffffffffffffff811115611b6e57600080fd5b611b7a85828601611842565b9150509250929050565b600080600080600080600060e0888a031215611b9f57600080fd5b873596506020880135955060408801359450611bbd60608901611a04565b9350611bcb60808901611802565b925060a088013567ffffffffffffffff811115611be757600080fd5b611bf38a828b01611842565b92505060c088013567ffffffffffffffff811115611c1057600080fd5b611c1c8a828b01611842565b91505092959891949750929550565b600060208284031215611c3d57600080fd5b81356001600160a01b038116811461127157600080fd5b634e487b7160e01b600052602160045260246000fd5b8160005b6002811015611c8b57813583820155602090910190600101611c6e565b50506040820160005b600281101561192e57813583820160020155602090910190600101611c94565b6000808335601e19843603018112611ccb57600080fd5b83018035915067ffffffffffffffff821115611ce657600080fd5b6020019150600681901b3603821315611cfe57600080fd5b9250929050565b634e487b7160e01b600052603260045260246000fd5b8281526040810160028310611d4057634e487b7160e01b600052602160045260246000fd5b8260208301529392505050565b80820180821115611d6e57634e487b7160e01b600052601160045260246000fd5b92915050565b6000808335601e19843603018112611d8b57600080fd5b83018035915067ffffffffffffffff821115611da657600080fd5b6020019150600581901b3603821315611cfe57600080fd5b600082356101de19833603018112611dd557600080fd5b9190910192915050565b600060208284031215611df157600080fd5b61127182611a04565b600060208284031215611e0c57600080fd5b6112718261180256fea2646970667358221220305b5870fe9de656e3cf91fc4c05fcc06d75fd5ffa526a7dc49e741b289f64b464736f6c634300081c0033",
2403
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101c45760003560e01c8063683f3dc3116100f9578063d8042cf711610097578063f2fde38b11610071578063f2fde38b146103e9578063f3350299146103fc578063fc73e3d01461040f578063fe43fd581461042257600080fd5b8063d8042cf7146103b0578063e92f7132146103c3578063f1d5c7b7146103d657600080fd5b80638da5cb5b116100d35780638da5cb5b1461034c578063a69d292a14610367578063b746b4311461038a578063b7e3d4f71461039d57600080fd5b8063683f3dc314610317578063715018a61461033157806377ce724d1461033957600080fd5b80633e7112fe1161016657806348b121261161014057806348b12126146102cb5780635465b477146102de5780635bf2d33e146102f15780636069bc021461030457600080fd5b80633e7112fe14610292578063435fe1c9146102a557806345dcd51c146102b857600080fd5b806333b1ef83116101a257806333b1ef831461022857806339a4fbfd1461023b5780633ba1b0011461025b5780633c9f3c351461027e57600080fd5b806302ed71f3146101c9578063258f7e5f146101f157806327a2f46714610206575b600080fd5b6101dc6101d7366004611816565b610435565b60405190151581526020015b60405180910390f35b6102046101ff36600461185b565b610487565b005b61021a6102143660046118c6565b60401b90565b6040519081526020016101e8565b61021a6102363660046118df565b6106be565b61024e610249366004611816565b6106e5565b6040516101e89190611951565b6101dc6102693660046118c6565b60009081526006602052604090205460ff1690565b61021a61028c3660046118c6565b60801b90565b61024e6102a0366004611816565b61099b565b61024e6102b3366004611a15565b610a1e565b6102046102c6366004611a5b565b610a49565b6101dc6102d9366004611a97565b610bbe565b61024e6102ec3660046118c6565b610c20565b61021a6102ff366004611acb565b610e6c565b6101dc610312366004611816565b610e7d565b61031f600a81565b60405160ff90911681526020016101e8565b610204610e95565b610204610347366004611b00565b610ea9565b6000546040516001600160a01b0390911681526020016101e8565b6101dc6103753660046118c6565b60009081526008602052604090205460ff1690565b610204610398366004611b3d565b6110ce565b61024e6103ab3660046118c6565b611252565b6102046103be366004611b84565b611278565b6102046103d1366004611b3d565b6112a3565b6101dc6103e4366004611a15565b611418565b6102046103f7366004611c2b565b61143e565b61024e61040a366004611a97565b611481565b61024e61041d3660046118c6565b6114a2565b61024e6104303660046118c6565b6116d2565b60006004600083600181111561044d5761044d611c54565b600181111561045e5761045e611c54565b815260208082019290925260409081016000908120958152949091529092205460ff1692915050565b61048f6116f1565b600061049c8686866106be565b9050600460008460018111156104b4576104b4611c54565b60018111156104c5576104c5611c54565b81526020808201929092526040908101600090812084825290925290205460ff161561050457604051630799cd4560e51b815260040160405180910390fd5b60006003600085600181111561051c5761051c611c54565b600181111561052d5761052d611c54565b81526020808201929092526040908101600090812085825283522084358155908401356001820155905060408301600282016105698282611c6a565b505060c083016006820161057d8282611c6a565b50506101408301600a82016105928282611c6a565b50600090506105a56101c0850185611cb4565b9050905060005b8181101561061b57600e83016105c66101c0870187611cb4565b838181106105d6576105d6611d05565b835460018101855560009485526020909420604090910292909201926002029091019050610611828281358155602090910135600190910155565b50506001016105ac565b5060016004600087600181111561063457610634611c54565b600181111561064557610645611c54565b8152602001908152602001600020600085815260200190815260200160002060006101000a81548160ff0219169083151502179055507f04bf57f28e3b574246246a480331f14e11be0417629317a49fa2fdebff7d5df983866040516106ac929190611d1b565b60405180910390a15050505050505050565b6000816106d3604085901b608087901b611d4d565b6106dd9190611d4d565b949350505050565b6106ed61176e565b6004600083600181111561070357610703611c54565b600181111561071457610714611c54565b81526020808201929092526040908101600090812086825290925290205460ff1661075257604051637c48038560e01b815260040160405180910390fd5b6003600083600181111561076857610768611c54565b600181111561077957610779611c54565b8152602080820192909252604090810160009081208682528352819020815160e081018352815460a08201908152600183015460c0830152815282516080810180855291949293928501929091600280860192849290830191849182845b8154815260200190600101908083116107d757505050918352505060408051808201918290526020909201919060028481019182845b81548152602001906001019080831161080d575050509190925250505081526040805160808101808352602090930192909160068501918391820190839060029082845b81548152602001906001019080831161085157505050918352505060408051808201918290526020909201919060028481019182845b8154815260200190600101908083116108875750505091909252505050815260408051608081018083526020909301929091600a8501918391820190839060029082845b8154815260200190600101908083116108cb57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610901575050505050815250508152602001600e8201805480602002602001604051908101604052809291908181526020016000905b8282101561098c57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610946565b50505091525090949350505050565b6109a361176e565b600260008360018111156109b9576109b9611c54565b60018111156109ca576109ca611c54565b81526020808201929092526040908101600090812086825290925290205460ff16610a0857604051637c48038560e01b815260040160405180910390fd5b6001600083600181111561076857610768611c54565b610a2661176e565b6000610a33868686610e6c565b9050610a3f818461099b565b9695505050505050565b610a516116f1565b610a5f610100820182611d74565b9050610a6e60a0830183611d74565b9050141580610a9a5750610a86610120820182611d74565b9050610a9560a0830183611d74565b905014155b15610ab8576040516335c0365760e11b815260040160405180910390fd5b6000610ac760a0830183611d74565b9150610ae0905060208301356103d160c0850185611dbe565b610af5602083013561039860e0850185611dbe565b60005b81811015610bb957610bb1833560408501356060860135610b1f60a0880160808901611ddf565b610b2c60a0890189611d74565b87818110610b3c57610b3c611d05565b9050602002016020810190610b519190611dfa565b610b5f6101008a018a611d74565b88818110610b6f57610b6f611d05565b9050602002810190610b819190611dbe565b610b8f6101208b018b611d74565b89818110610b9f57610b9f611d05565b90506020028101906103be9190611dbe565b600101610af8565b505050565b600080610bcc8686866106be565b905060046000846001811115610be457610be4611c54565b6001811115610bf557610bf5611c54565b8152602080820192909252604090810160009081209381529290915290205460ff1695945050505050565b610c2861176e565b60008281526008602052604090205460ff16610c5757604051637c48038560e01b815260040160405180910390fd5b600082815260076020908152604091829020825160e081018452815460a08201908152600183015460c08301528152835160808101808652919492938501929091600280860192849290830191849182845b815481526020019060010190808311610ca957505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610cdf575050509190925250505081526040805160808101808352602090930192909160068501918391820190839060029082845b815481526020019060010190808311610d2357505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610d595750505091909252505050815260408051608081018083526020909301929091600a8501918391820190839060029082845b815481526020019060010190808311610d9d57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610dd3575050505050815250508152602001600e8201805480602002602001604051908101604052809291908181526020016000905b82821015610e5e57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610e18565b505050915250909392505050565b6000826106d3604086901b83611d4d565b60006002600083600181111561044d5761044d611c54565b610e9d6116f1565b610ea7600061171e565b565b610eb16116f1565b6000610ebe868686610e6c565b905060026000846001811115610ed657610ed6611c54565b6001811115610ee757610ee7611c54565b81526020808201929092526040908101600090812084825290925290205460ff1615610f2657604051630799cd4560e51b815260040160405180910390fd5b600060016000856001811115610f3e57610f3e611c54565b6001811115610f4f57610f4f611c54565b8152602080820192909252604090810160009081208582528352208435815590840135600182015590506040830160028201610f8b8282611c6a565b505060c0830160068201610f9f8282611c6a565b50506101408301600a8201610fb48282611c6a565b5060009050610fc76101c0850185611cb4565b9050905060005b8181101561103d57600e8301610fe86101c0870187611cb4565b83818110610ff857610ff8611d05565b835460018101855560009485526020909420604090910292909201926002029091019050611033828281358155602090910135600190910155565b5050600101610fce565b5060016002600087600181111561105657611056611c54565b600181111561106757611067611c54565b8152602001908152602001600020600085815260200190815260200160002060006101000a81548160ff0219169083151502179055507f2b93019f1f441e1d35223dd3f3462c7e03c68b95f548ea412b04989c98f4622a83866040516106ac929190611d1b565b6110d66116f1565b60006110e28360801b90565b60008181526008602052604090205490915060ff161561111557604051630799cd4560e51b815260040160405180910390fd5b60008181526007602090815260409091208335815590830135600182015560408301600282016111458282611c6a565b505060c08301600682016111598282611c6a565b50506101408301600a820161116e8282611c6a565b50600090506111816101c0850185611cb4565b9050905060005b818110156111f757600e83016111a26101c0870187611cb4565b838181106111b2576111b2611d05565b8354600181018555600094855260209094206040909102929092019260020290910190506111ed828281358155602090910135600190910155565b5050600101611188565b5060008381526008602052604090819020805460ff19166001179055517fb2a78535720c3ae385117c6c5bf22cb7eaabb72bf27f9a9bafa129f1209da317906112439085815260200190565b60405180910390a15050505050565b61125a61176e565b60006112668360801b90565b905061127181610c20565b9392505050565b6112806116f1565b61128d8786868686610ea9565b61129a8787878685610487565b50505050505050565b6112ab6116f1565b60006112b78360401b90565b60008181526006602052604090205490915060ff16156112ea57604051630799cd4560e51b815260040160405180910390fd5b600081815260056020908152604090912083358155908301356001820155604083016002820161131a8282611c6a565b505060c083016006820161132e8282611c6a565b50506101408301600a82016113438282611c6a565b50600090506113566101c0850185611cb4565b9050905060005b818110156113cc57600e83016113776101c0870187611cb4565b8381811061138757611387611d05565b8354600181018555600094855260209094206040909102929092019260020290910190506113c2828281358155602090910135600190910155565b505060010161135d565b5060008381526006602052604090819020805460ff19166001179055517f5a8674e4e64f43a95153cefa8317b6f1d677fd44d23928e1abca41c6e1b5131e906112439085815260200190565b600080611426868686610e6c565b905060026000846001811115610be457610be4611c54565b6114466116f1565b6001600160a01b03811661147557604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b61147e8161171e565b50565b61148961176e565b60006114968686866106be565b9050610a3f81846106e5565b6114aa61176e565b60008281526006602052604090205460ff166114d957604051637c48038560e01b815260040160405180910390fd5b600082815260056020908152604091829020825160e081018452815460a08201908152600183015460c0830152815283516080810180865260028085018054978401978852939694958701949293928492909184916003890160608601808311610ca957505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610cdf5750505091909252505050815260408051608081018083526006850180549383019384526020909401939192839183906002906007890160608601808311610d2357505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610d59575050509190925250505081526040805160808101808352600a85018054938301938452602090940193919283918390600290600b890160608601808311610d9d57505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610dd3575050505050815250508152602001600e82018054806020026020016040519081016040528092919081815260200160009082821015610e5e57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610e18565b6116da61176e565b60006116e68360401b90565b9050611271816114a2565b6000546001600160a01b03163314610ea75760405163118cdaa760e01b815233600482015260240161146c565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160e08101909152600060a0820181815260c08301919091528152602081016117986117bf565b81526020016117a56117bf565b81526020016117b26117bf565b8152602001606081525090565b60405180604001604052806117d26117e4565b81526020016117df6117e4565b905290565b60405180604001604052806002906020820280368337509192915050565b80356002811061181157600080fd5b919050565b6000806040838503121561182957600080fd5b8235915061183960208401611802565b90509250929050565b60006101e0828403121561185557600080fd5b50919050565b600080600080600060a0868803121561187357600080fd5b85359450602086013593506040860135925061189160608701611802565b9150608086013567ffffffffffffffff8111156118ad57600080fd5b6118b988828901611842565b9150509295509295909350565b6000602082840312156118d857600080fd5b5035919050565b6000806000606084860312156118f457600080fd5b505081359360208301359350604090920135919050565b8060005b600281101561192e57815184526020938401939091019060010161190f565b50505050565b61193f82825161190b565b6020810151610bb9604084018261190b565b602080825282518051838301520151604082015260006102008201602084015161197e6060850182611934565b50604084015161199160e0850182611934565b5060608401516119a5610160850182611934565b5060808401516101e084810152805191829052602001906000906102208501905b808310156119fa576119e382855180518252602090810151910152565b6040820191506020840193506001830192506119c6565b5095945050505050565b803560ff8116811461181157600080fd5b60008060008060808587031215611a2b57600080fd5b8435935060208501359250611a4260408601611a04565b9150611a5060608601611802565b905092959194509250565b600060208284031215611a6d57600080fd5b813567ffffffffffffffff811115611a8457600080fd5b8201610140818503121561127157600080fd5b60008060008060808587031215611aad57600080fd5b843593506020850135925060408501359150611a5060608601611802565b600080600060608486031215611ae057600080fd5b8335925060208401359150611af760408501611a04565b90509250925092565b600080600080600060a08688031215611b1857600080fd5b8535945060208601359350611b2f60408701611a04565b925061189160608701611802565b60008060408385031215611b5057600080fd5b82359150602083013567ffffffffffffffff811115611b6e57600080fd5b611b7a85828601611842565b9150509250929050565b600080600080600080600060e0888a031215611b9f57600080fd5b873596506020880135955060408801359450611bbd60608901611a04565b9350611bcb60808901611802565b925060a088013567ffffffffffffffff811115611be757600080fd5b611bf38a828b01611842565b92505060c088013567ffffffffffffffff811115611c1057600080fd5b611c1c8a828b01611842565b91505092959891949750929550565b600060208284031215611c3d57600080fd5b81356001600160a01b038116811461127157600080fd5b634e487b7160e01b600052602160045260246000fd5b8160005b6002811015611c8b57813583820155602090910190600101611c6e565b50506040820160005b600281101561192e57813583820160020155602090910190600101611c94565b6000808335601e19843603018112611ccb57600080fd5b83018035915067ffffffffffffffff821115611ce657600080fd5b6020019150600681901b3603821315611cfe57600080fd5b9250929050565b634e487b7160e01b600052603260045260246000fd5b8281526040810160028310611d4057634e487b7160e01b600052602160045260246000fd5b8260208301529392505050565b80820180821115611d6e57634e487b7160e01b600052601160045260246000fd5b92915050565b6000808335601e19843603018112611d8b57600080fd5b83018035915067ffffffffffffffff821115611da657600080fd5b6020019150600581901b3603821315611cfe57600080fd5b600082356101de19833603018112611dd557600080fd5b9190910192915050565b600060208284031215611df157600080fd5b61127182611a04565b600060208284031215611e0c57600080fd5b6112718261180256fea2646970667358221220305b5870fe9de656e3cf91fc4c05fcc06d75fd5ffa526a7dc49e741b289f64b464736f6c634300081c0033",
2404
+ "linkReferences": {},
2405
+ "deployedLinkReferences": {}
2406
+ }