@maci-protocol/contracts 0.0.0-ci.2653bc0

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