@bayybays/stacksone-sdk 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/clarinet.yaml +33 -0
- package/README.md +444 -0
- package/docs/ARCHITECTURE.md +69 -0
- package/docs/CONTRACT_REGISTRY.md +11 -0
- package/docs/MODULE_OVERVIEW.md +38 -0
- package/docs/ROADMAP_Q1_2026.md +21 -0
- package/docs/SECURITY.md +47 -0
- package/docs/devlog.md +925 -0
- package/docs/notes.md +5 -0
- package/eslint.config.js +29 -0
- package/index.html +24 -0
- package/nonce.txt +1 -0
- package/nonce_store/nonce_1.txt +1 -0
- package/nonce_store/nonce_10.txt +1 -0
- package/nonce_store/nonce_2.txt +1 -0
- package/nonce_store/nonce_3.txt +1 -0
- package/nonce_store/nonce_4.txt +1 -0
- package/nonce_store/nonce_5.txt +1 -0
- package/nonce_store/nonce_6.txt +1 -0
- package/nonce_store/nonce_7.txt +1 -0
- package/nonce_store/nonce_8.txt +1 -0
- package/nonce_store/nonce_9.txt +1 -0
- package/package.json +62 -0
- package/package.json.save +60 -0
- package/postcss.config.js +6 -0
- package/public/logo.png +0 -0
- package/public/vite.svg +1 -0
- package/smart-contracts/.gitattributes +3 -0
- package/smart-contracts/.vscode/settings.json +4 -0
- package/smart-contracts/.vscode/tasks.json +19 -0
- package/smart-contracts/Clarinet.toml +11 -0
- package/smart-contracts/Mainnet.toml +5 -0
- package/smart-contracts/contracts/chaintap.clar +200 -0
- package/smart-contracts/contracts/contract-0.clar +35 -0
- package/smart-contracts/contracts/contract-1.clar +26 -0
- package/smart-contracts/contracts/contract-10.clar +31 -0
- package/smart-contracts/contracts/contract-12.clar +50 -0
- package/smart-contracts/contracts/contract-13.clar +25 -0
- package/smart-contracts/contracts/contract-14.clar +14 -0
- package/smart-contracts/contracts/contract-15.clar +20 -0
- package/smart-contracts/contracts/contract-16.clar +22 -0
- package/smart-contracts/contracts/contract-17.clar +23 -0
- package/smart-contracts/contracts/contract-18.clar +30 -0
- package/smart-contracts/contracts/contract-19.clar +49 -0
- package/smart-contracts/contracts/contract-2.clar +34 -0
- package/smart-contracts/contracts/contract-20.clar +7 -0
- package/smart-contracts/contracts/contract-21.clar +17 -0
- package/smart-contracts/contracts/contract-22.clar +23 -0
- package/smart-contracts/contracts/contract-23.clar +41 -0
- package/smart-contracts/contracts/contract-24.clar +30 -0
- package/smart-contracts/contracts/contract-28.clar +34 -0
- package/smart-contracts/contracts/contract-3.clar +36 -0
- package/smart-contracts/contracts/contract-30.clar +21 -0
- package/smart-contracts/contracts/contract-32.clar +26 -0
- package/smart-contracts/contracts/contract-33.clar +43 -0
- package/smart-contracts/contracts/contract-34.clar +29 -0
- package/smart-contracts/contracts/contract-35.clar +17 -0
- package/smart-contracts/contracts/contract-36.clar +47 -0
- package/smart-contracts/contracts/contract-37.clar +33 -0
- package/smart-contracts/contracts/contract-38.clar +26 -0
- package/smart-contracts/contracts/contract-4.clar +16 -0
- package/smart-contracts/contracts/contract-40.clar +19 -0
- package/smart-contracts/contracts/contract-42.clar +26 -0
- package/smart-contracts/contracts/contract-43.clar +23 -0
- package/smart-contracts/contracts/contract-44.clar +47 -0
- package/smart-contracts/contracts/contract-45.clar +32 -0
- package/smart-contracts/contracts/contract-46.clar +31 -0
- package/smart-contracts/contracts/contract-47.clar +33 -0
- package/smart-contracts/contracts/contract-48.clar +16 -0
- package/smart-contracts/contracts/contract-49.clar +36 -0
- package/smart-contracts/contracts/contract-5.clar +17 -0
- package/smart-contracts/contracts/contract-6.clar +52 -0
- package/smart-contracts/contracts/contract-7.clar +6 -0
- package/smart-contracts/contracts/contract-8.clar +27 -0
- package/smart-contracts/contracts/faucet-distributor-v2.clar +133 -0
- package/smart-contracts/contracts/faucet-distributor-v3.clar +129 -0
- package/smart-contracts/contracts/faucet-distributor-v4.clar +86 -0
- package/smart-contracts/contracts/faucet-distributor-v5.clar +90 -0
- package/smart-contracts/contracts/faucet-distributor-v6.clar +123 -0
- package/smart-contracts/contracts/faucet-distributor-v7.clar +88 -0
- package/smart-contracts/contracts/faucet-distributor.clar +64 -0
- package/smart-contracts/contracts/genesis-0.clar +297 -0
- package/smart-contracts/contracts/genesis-1.clar +342 -0
- package/smart-contracts/contracts/genesis-2.clar +297 -0
- package/smart-contracts/contracts/genesis-3.clar +282 -0
- package/smart-contracts/contracts/genesis-4.clar +291 -0
- package/smart-contracts/contracts/genesis-5.clar +276 -0
- package/smart-contracts/contracts/genesis-6.clar +273 -0
- package/smart-contracts/contracts/genesis-7.clar +261 -0
- package/smart-contracts/contracts/genesis-8.clar +279 -0
- package/smart-contracts/contracts/genesis-9.clar +288 -0
- package/smart-contracts/contracts/genesis-ascension-v1.clar +54 -0
- package/smart-contracts/contracts/genesis-badges-v10.clar +72 -0
- package/smart-contracts/contracts/genesis-badges-v4.clar +66 -0
- package/smart-contracts/contracts/genesis-badges-v5.clar +66 -0
- package/smart-contracts/contracts/genesis-badges-v8.clar +88 -0
- package/smart-contracts/contracts/genesis-badges-v9.clar +66 -0
- package/smart-contracts/contracts/genesis-badges.clar +73 -0
- package/smart-contracts/contracts/genesis-boost-v1.clar +58 -0
- package/smart-contracts/contracts/genesis-core-v10.clar +87 -0
- package/smart-contracts/contracts/genesis-core-v2.clar +86 -0
- package/smart-contracts/contracts/genesis-core-v4.clar +80 -0
- package/smart-contracts/contracts/genesis-core-v5.clar +86 -0
- package/smart-contracts/contracts/genesis-core-v6.clar +98 -0
- package/smart-contracts/contracts/genesis-core-v8.clar +106 -0
- package/smart-contracts/contracts/genesis-core-v9.clar +80 -0
- package/smart-contracts/contracts/genesis-core.clar +93 -0
- package/smart-contracts/contracts/genesis-missions-v4.clar +104 -0
- package/smart-contracts/contracts/genesis-missions-v5.clar +86 -0
- package/smart-contracts/contracts/genesis-missions-v6.clar +80 -0
- package/smart-contracts/contracts/genesis-missions-v8.clar +81 -0
- package/smart-contracts/contracts/genesis-missions-v9.clar +73 -0
- package/smart-contracts/contracts/genesis-missions.clar +68 -0
- package/smart-contracts/contracts/mission-mini-001.clar +32 -0
- package/smart-contracts/contracts/mission-mini-002.clar +42 -0
- package/smart-contracts/contracts/mission-mini-003.clar +39 -0
- package/smart-contracts/contracts/mission-mini-004.clar +39 -0
- package/smart-contracts/contracts/mission-mini-005.clar +36 -0
- package/smart-contracts/contracts/modules/genesis-badge-lite-v1.clar +17 -0
- package/smart-contracts/contracts/modules/genesis-counter-v1.clar +21 -0
- package/smart-contracts/contracts/modules/genesis-duel-v1.clar +16 -0
- package/smart-contracts/contracts/modules/genesis-flag-v1.clar +21 -0
- package/smart-contracts/contracts/modules/genesis-leaderboard-v1.clar +88 -0
- package/smart-contracts/contracts/modules/genesis-lucky-v1.clar +16 -0
- package/smart-contracts/contracts/modules/genesis-points-v1.clar +21 -0
- package/smart-contracts/contracts/modules/genesis-predict-v1.clar +14 -0
- package/smart-contracts/contracts/modules/genesis-score-lite-v1.clar +21 -0
- package/smart-contracts/contracts/modules/module-1.clar +2 -0
- package/smart-contracts/contracts/modules/module-10.clar +2 -0
- package/smart-contracts/contracts/modules/module-100.clar +2 -0
- package/smart-contracts/contracts/modules/module-101.clar +2 -0
- package/smart-contracts/contracts/modules/module-102.clar +2 -0
- package/smart-contracts/contracts/modules/module-103.clar +2 -0
- package/smart-contracts/contracts/modules/module-104.clar +2 -0
- package/smart-contracts/contracts/modules/module-105.clar +2 -0
- package/smart-contracts/contracts/modules/module-106.clar +2 -0
- package/smart-contracts/contracts/modules/module-107.clar +2 -0
- package/smart-contracts/contracts/modules/module-108.clar +2 -0
- package/smart-contracts/contracts/modules/module-109.clar +2 -0
- package/smart-contracts/contracts/modules/module-11.clar +2 -0
- package/smart-contracts/contracts/modules/module-110.clar +2 -0
- package/smart-contracts/contracts/modules/module-111.clar +2 -0
- package/smart-contracts/contracts/modules/module-112.clar +2 -0
- package/smart-contracts/contracts/modules/module-113.clar +2 -0
- package/smart-contracts/contracts/modules/module-114.clar +2 -0
- package/smart-contracts/contracts/modules/module-115.clar +2 -0
- package/smart-contracts/contracts/modules/module-116.clar +2 -0
- package/smart-contracts/contracts/modules/module-117.clar +2 -0
- package/smart-contracts/contracts/modules/module-118.clar +2 -0
- package/smart-contracts/contracts/modules/module-119.clar +2 -0
- package/smart-contracts/contracts/modules/module-12.clar +2 -0
- package/smart-contracts/contracts/modules/module-120.clar +2 -0
- package/smart-contracts/contracts/modules/module-121.clar +2 -0
- package/smart-contracts/contracts/modules/module-122.clar +2 -0
- package/smart-contracts/contracts/modules/module-123.clar +2 -0
- package/smart-contracts/contracts/modules/module-124.clar +2 -0
- package/smart-contracts/contracts/modules/module-125.clar +2 -0
- package/smart-contracts/contracts/modules/module-126.clar +2 -0
- package/smart-contracts/contracts/modules/module-127.clar +2 -0
- package/smart-contracts/contracts/modules/module-128.clar +2 -0
- package/smart-contracts/contracts/modules/module-129.clar +2 -0
- package/smart-contracts/contracts/modules/module-13.clar +2 -0
- package/smart-contracts/contracts/modules/module-130.clar +2 -0
- package/smart-contracts/contracts/modules/module-131.clar +2 -0
- package/smart-contracts/contracts/modules/module-132.clar +2 -0
- package/smart-contracts/contracts/modules/module-133.clar +2 -0
- package/smart-contracts/contracts/modules/module-134.clar +2 -0
- package/smart-contracts/contracts/modules/module-135.clar +2 -0
- package/smart-contracts/contracts/modules/module-136.clar +2 -0
- package/smart-contracts/contracts/modules/module-137.clar +2 -0
- package/smart-contracts/contracts/modules/module-138.clar +2 -0
- package/smart-contracts/contracts/modules/module-14.clar +2 -0
- package/smart-contracts/contracts/modules/module-140.clar +2 -0
- package/smart-contracts/contracts/modules/module-141.clar +2 -0
- package/smart-contracts/contracts/modules/module-142.clar +2 -0
- package/smart-contracts/contracts/modules/module-143.clar +2 -0
- package/smart-contracts/contracts/modules/module-144.clar +2 -0
- package/smart-contracts/contracts/modules/module-145.clar +2 -0
- package/smart-contracts/contracts/modules/module-146.clar +2 -0
- package/smart-contracts/contracts/modules/module-147.clar +2 -0
- package/smart-contracts/contracts/modules/module-148.clar +2 -0
- package/smart-contracts/contracts/modules/module-149.clar +2 -0
- package/smart-contracts/contracts/modules/module-15.clar +2 -0
- package/smart-contracts/contracts/modules/module-150.clar +2 -0
- package/smart-contracts/contracts/modules/module-152.clar +2 -0
- package/smart-contracts/contracts/modules/module-153.clar +2 -0
- package/smart-contracts/contracts/modules/module-154.clar +2 -0
- package/smart-contracts/contracts/modules/module-156.clar +2 -0
- package/smart-contracts/contracts/modules/module-157.clar +2 -0
- package/smart-contracts/contracts/modules/module-158.clar +2 -0
- package/smart-contracts/contracts/modules/module-159.clar +2 -0
- package/smart-contracts/contracts/modules/module-16.clar +2 -0
- package/smart-contracts/contracts/modules/module-160.clar +2 -0
- package/smart-contracts/contracts/modules/module-161.clar +2 -0
- package/smart-contracts/contracts/modules/module-162.clar +2 -0
- package/smart-contracts/contracts/modules/module-163.clar +2 -0
- package/smart-contracts/contracts/modules/module-164.clar +2 -0
- package/smart-contracts/contracts/modules/module-165.clar +2 -0
- package/smart-contracts/contracts/modules/module-166.clar +2 -0
- package/smart-contracts/contracts/modules/module-167.clar +2 -0
- package/smart-contracts/contracts/modules/module-168.clar +2 -0
- package/smart-contracts/contracts/modules/module-169.clar +2 -0
- package/smart-contracts/contracts/modules/module-17.clar +2 -0
- package/smart-contracts/contracts/modules/module-171.clar +2 -0
- package/smart-contracts/contracts/modules/module-172.clar +2 -0
- package/smart-contracts/contracts/modules/module-173.clar +2 -0
- package/smart-contracts/contracts/modules/module-174.clar +2 -0
- package/smart-contracts/contracts/modules/module-175.clar +2 -0
- package/smart-contracts/contracts/modules/module-176.clar +2 -0
- package/smart-contracts/contracts/modules/module-178.clar +2 -0
- package/smart-contracts/contracts/modules/module-179.clar +2 -0
- package/smart-contracts/contracts/modules/module-18.clar +2 -0
- package/smart-contracts/contracts/modules/module-180.clar +2 -0
- package/smart-contracts/contracts/modules/module-181.clar +2 -0
- package/smart-contracts/contracts/modules/module-182.clar +2 -0
- package/smart-contracts/contracts/modules/module-183.clar +2 -0
- package/smart-contracts/contracts/modules/module-184.clar +2 -0
- package/smart-contracts/contracts/modules/module-186.clar +2 -0
- package/smart-contracts/contracts/modules/module-188.clar +2 -0
- package/smart-contracts/contracts/modules/module-189.clar +2 -0
- package/smart-contracts/contracts/modules/module-19.clar +2 -0
- package/smart-contracts/contracts/modules/module-190.clar +2 -0
- package/smart-contracts/contracts/modules/module-191.clar +2 -0
- package/smart-contracts/contracts/modules/module-192.clar +2 -0
- package/smart-contracts/contracts/modules/module-193.clar +2 -0
- package/smart-contracts/contracts/modules/module-195.clar +2 -0
- package/smart-contracts/contracts/modules/module-196.clar +2 -0
- package/smart-contracts/contracts/modules/module-197.clar +2 -0
- package/smart-contracts/contracts/modules/module-198.clar +2 -0
- package/smart-contracts/contracts/modules/module-199.clar +2 -0
- package/smart-contracts/contracts/modules/module-2.clar +2 -0
- package/smart-contracts/contracts/modules/module-20.clar +2 -0
- package/smart-contracts/contracts/modules/module-200.clar +2 -0
- package/smart-contracts/contracts/modules/module-201.clar +2 -0
- package/smart-contracts/contracts/modules/module-202.clar +2 -0
- package/smart-contracts/contracts/modules/module-203.clar +2 -0
- package/smart-contracts/contracts/modules/module-204.clar +2 -0
- package/smart-contracts/contracts/modules/module-205.clar +2 -0
- package/smart-contracts/contracts/modules/module-207.clar +2 -0
- package/smart-contracts/contracts/modules/module-209.clar +2 -0
- package/smart-contracts/contracts/modules/module-21.clar +2 -0
- package/smart-contracts/contracts/modules/module-210.clar +2 -0
- package/smart-contracts/contracts/modules/module-212.clar +2 -0
- package/smart-contracts/contracts/modules/module-213.clar +2 -0
- package/smart-contracts/contracts/modules/module-215.clar +2 -0
- package/smart-contracts/contracts/modules/module-216.clar +2 -0
- package/smart-contracts/contracts/modules/module-218.clar +2 -0
- package/smart-contracts/contracts/modules/module-219.clar +2 -0
- package/smart-contracts/contracts/modules/module-22.clar +2 -0
- package/smart-contracts/contracts/modules/module-222.clar +2 -0
- package/smart-contracts/contracts/modules/module-223.clar +2 -0
- package/smart-contracts/contracts/modules/module-224.clar +2 -0
- package/smart-contracts/contracts/modules/module-226.clar +2 -0
- package/smart-contracts/contracts/modules/module-227.clar +2 -0
- package/smart-contracts/contracts/modules/module-228.clar +2 -0
- package/smart-contracts/contracts/modules/module-23.clar +2 -0
- package/smart-contracts/contracts/modules/module-230.clar +2 -0
- package/smart-contracts/contracts/modules/module-231.clar +2 -0
- package/smart-contracts/contracts/modules/module-232.clar +2 -0
- package/smart-contracts/contracts/modules/module-234.clar +2 -0
- package/smart-contracts/contracts/modules/module-235.clar +2 -0
- package/smart-contracts/contracts/modules/module-24.clar +2 -0
- package/smart-contracts/contracts/modules/module-241.clar +2 -0
- package/smart-contracts/contracts/modules/module-243.clar +2 -0
- package/smart-contracts/contracts/modules/module-244.clar +2 -0
- package/smart-contracts/contracts/modules/module-245.clar +2 -0
- package/smart-contracts/contracts/modules/module-246.clar +2 -0
- package/smart-contracts/contracts/modules/module-247.clar +2 -0
- package/smart-contracts/contracts/modules/module-25.clar +2 -0
- package/smart-contracts/contracts/modules/module-251.clar +2 -0
- package/smart-contracts/contracts/modules/module-252.clar +2 -0
- package/smart-contracts/contracts/modules/module-253.clar +2 -0
- package/smart-contracts/contracts/modules/module-254.clar +2 -0
- package/smart-contracts/contracts/modules/module-256.clar +2 -0
- package/smart-contracts/contracts/modules/module-257.clar +2 -0
- package/smart-contracts/contracts/modules/module-258.clar +2 -0
- package/smart-contracts/contracts/modules/module-26.clar +2 -0
- package/smart-contracts/contracts/modules/module-260.clar +2 -0
- package/smart-contracts/contracts/modules/module-262.clar +2 -0
- package/smart-contracts/contracts/modules/module-266.clar +2 -0
- package/smart-contracts/contracts/modules/module-267.clar +2 -0
- package/smart-contracts/contracts/modules/module-269.clar +2 -0
- package/smart-contracts/contracts/modules/module-27.clar +2 -0
- package/smart-contracts/contracts/modules/module-272.clar +2 -0
- package/smart-contracts/contracts/modules/module-275.clar +2 -0
- package/smart-contracts/contracts/modules/module-276.clar +2 -0
- package/smart-contracts/contracts/modules/module-277.clar +2 -0
- package/smart-contracts/contracts/modules/module-279.clar +2 -0
- package/smart-contracts/contracts/modules/module-28.clar +2 -0
- package/smart-contracts/contracts/modules/module-280.clar +2 -0
- package/smart-contracts/contracts/modules/module-282.clar +2 -0
- package/smart-contracts/contracts/modules/module-283.clar +2 -0
- package/smart-contracts/contracts/modules/module-286.clar +2 -0
- package/smart-contracts/contracts/modules/module-29.clar +2 -0
- package/smart-contracts/contracts/modules/module-291.clar +2 -0
- package/smart-contracts/contracts/modules/module-295.clar +2 -0
- package/smart-contracts/contracts/modules/module-296.clar +2 -0
- package/smart-contracts/contracts/modules/module-3.clar +2 -0
- package/smart-contracts/contracts/modules/module-30.clar +2 -0
- package/smart-contracts/contracts/modules/module-31.clar +2 -0
- package/smart-contracts/contracts/modules/module-32.clar +2 -0
- package/smart-contracts/contracts/modules/module-33.clar +2 -0
- package/smart-contracts/contracts/modules/module-34.clar +2 -0
- package/smart-contracts/contracts/modules/module-35.clar +2 -0
- package/smart-contracts/contracts/modules/module-36.clar +2 -0
- package/smart-contracts/contracts/modules/module-37.clar +2 -0
- package/smart-contracts/contracts/modules/module-38.clar +2 -0
- package/smart-contracts/contracts/modules/module-39.clar +2 -0
- package/smart-contracts/contracts/modules/module-4.clar +2 -0
- package/smart-contracts/contracts/modules/module-40.clar +2 -0
- package/smart-contracts/contracts/modules/module-41.clar +2 -0
- package/smart-contracts/contracts/modules/module-42.clar +2 -0
- package/smart-contracts/contracts/modules/module-43.clar +2 -0
- package/smart-contracts/contracts/modules/module-44.clar +2 -0
- package/smart-contracts/contracts/modules/module-45.clar +2 -0
- package/smart-contracts/contracts/modules/module-46.clar +2 -0
- package/smart-contracts/contracts/modules/module-47.clar +2 -0
- package/smart-contracts/contracts/modules/module-48.clar +2 -0
- package/smart-contracts/contracts/modules/module-49.clar +2 -0
- package/smart-contracts/contracts/modules/module-5.clar +2 -0
- package/smart-contracts/contracts/modules/module-50.clar +2 -0
- package/smart-contracts/contracts/modules/module-51.clar +2 -0
- package/smart-contracts/contracts/modules/module-52.clar +2 -0
- package/smart-contracts/contracts/modules/module-53.clar +2 -0
- package/smart-contracts/contracts/modules/module-54.clar +2 -0
- package/smart-contracts/contracts/modules/module-55.clar +2 -0
- package/smart-contracts/contracts/modules/module-56.clar +2 -0
- package/smart-contracts/contracts/modules/module-57.clar +2 -0
- package/smart-contracts/contracts/modules/module-58.clar +2 -0
- package/smart-contracts/contracts/modules/module-59.clar +2 -0
- package/smart-contracts/contracts/modules/module-6.clar +2 -0
- package/smart-contracts/contracts/modules/module-60.clar +2 -0
- package/smart-contracts/contracts/modules/module-61.clar +2 -0
- package/smart-contracts/contracts/modules/module-62.clar +2 -0
- package/smart-contracts/contracts/modules/module-63.clar +2 -0
- package/smart-contracts/contracts/modules/module-64.clar +2 -0
- package/smart-contracts/contracts/modules/module-65.clar +2 -0
- package/smart-contracts/contracts/modules/module-66.clar +2 -0
- package/smart-contracts/contracts/modules/module-67.clar +2 -0
- package/smart-contracts/contracts/modules/module-68.clar +2 -0
- package/smart-contracts/contracts/modules/module-69.clar +2 -0
- package/smart-contracts/contracts/modules/module-7.clar +2 -0
- package/smart-contracts/contracts/modules/module-70.clar +2 -0
- package/smart-contracts/contracts/modules/module-71.clar +2 -0
- package/smart-contracts/contracts/modules/module-72.clar +2 -0
- package/smart-contracts/contracts/modules/module-73.clar +2 -0
- package/smart-contracts/contracts/modules/module-74.clar +2 -0
- package/smart-contracts/contracts/modules/module-75.clar +2 -0
- package/smart-contracts/contracts/modules/module-76.clar +2 -0
- package/smart-contracts/contracts/modules/module-77.clar +2 -0
- package/smart-contracts/contracts/modules/module-78.clar +2 -0
- package/smart-contracts/contracts/modules/module-79.clar +2 -0
- package/smart-contracts/contracts/modules/module-8.clar +2 -0
- package/smart-contracts/contracts/modules/module-80.clar +2 -0
- package/smart-contracts/contracts/modules/module-81.clar +2 -0
- package/smart-contracts/contracts/modules/module-82.clar +2 -0
- package/smart-contracts/contracts/modules/module-83.clar +2 -0
- package/smart-contracts/contracts/modules/module-84.clar +2 -0
- package/smart-contracts/contracts/modules/module-85.clar +2 -0
- package/smart-contracts/contracts/modules/module-86.clar +2 -0
- package/smart-contracts/contracts/modules/module-87.clar +2 -0
- package/smart-contracts/contracts/modules/module-88.clar +2 -0
- package/smart-contracts/contracts/modules/module-89.clar +2 -0
- package/smart-contracts/contracts/modules/module-9.clar +2 -0
- package/smart-contracts/contracts/modules/module-90.clar +2 -0
- package/smart-contracts/contracts/modules/module-91.clar +2 -0
- package/smart-contracts/contracts/modules/module-92.clar +2 -0
- package/smart-contracts/contracts/modules/module-93.clar +2 -0
- package/smart-contracts/contracts/modules/module-94.clar +2 -0
- package/smart-contracts/contracts/modules/module-95.clar +2 -0
- package/smart-contracts/contracts/modules/module-96.clar +2 -0
- package/smart-contracts/contracts/modules/module-97.clar +2 -0
- package/smart-contracts/contracts/modules/module-98.clar +2 -0
- package/smart-contracts/contracts/modules/module-99.clar +2 -0
- package/smart-contracts/contracts/reputation-engine.clar +131 -0
- package/smart-contracts/contracts/sip-010-trait.clar +38 -0
- package/smart-contracts/contracts/staking-refinery-v3.clar +138 -0
- package/smart-contracts/contracts/staking-refinery-v4.clar +125 -0
- package/smart-contracts/contracts/staking-refinery-v5.clar +153 -0
- package/smart-contracts/contracts/staking-refinery-v6.clar +122 -0
- package/smart-contracts/contracts/staking-refinery-v7.clar +144 -0
- package/smart-contracts/contracts/staking-refinery.clar +80 -0
- package/smart-contracts/contracts/token-one-v3.clar +74 -0
- package/smart-contracts/contracts/token-one-v4.clar +51 -0
- package/smart-contracts/contracts/token-one-v5.clar +78 -0
- package/smart-contracts/contracts/token-one-v6.clar +91 -0
- package/smart-contracts/contracts/token-one-v7.clar +79 -0
- package/smart-contracts/contracts/token-one.clar +86 -0
- package/smart-contracts/contracts/token-poin-trait.clar +35 -0
- package/smart-contracts/contracts/token-poin-v3.clar +87 -0
- package/smart-contracts/contracts/token-poin-v4.clar +72 -0
- package/smart-contracts/contracts/token-poin-v5.clar +68 -0
- package/smart-contracts/contracts/token-poin-v6.clar +61 -0
- package/smart-contracts/contracts/token-poin-v7.clar +55 -0
- package/smart-contracts/contracts/token-poin.clar +85 -0
- package/smart-contracts/contracts/utility-gacha.clar +69 -0
- package/smart-contracts/deployments/default.mainnet-plan.yaml +18 -0
- package/smart-contracts/mission-mini-001.clar +0 -0
- package/smart-contracts/mission-mini-002.clar +0 -0
- package/smart-contracts/mission-mini-003.clar +0 -0
- package/smart-contracts/mission-mini-004.clar +0 -0
- package/smart-contracts/mission-mini-005.clar +0 -0
- package/smart-contracts/package-lock.json +2990 -0
- package/smart-contracts/package.json +24 -0
- package/smart-contracts/scripts/interact-modules.ts +1 -0
- package/smart-contracts/settings/Devnet.toml +155 -0
- package/smart-contracts/tests/genesis-badges.test.ts +21 -0
- package/smart-contracts/tests/genesis-core.test.ts +21 -0
- package/smart-contracts/tests/genesis-missions.test.ts +21 -0
- package/smart-contracts/tests/interact-reputation.ts +8 -0
- package/smart-contracts/tests/reputation-engine.test.ts +41 -0
- package/smart-contracts/tests/reputation.test.ts +15 -0
- package/smart-contracts/tests/token-one.test.ts +102 -0
- package/smart-contracts/tsconfig.json +26 -0
- package/smart-contracts/vitest.config.js +42 -0
- package/src/App.css +42 -0
- package/src/App.jsx +357 -0
- package/src/assets/react.svg +1 -0
- package/src/components/Layout.jsx +114 -0
- package/src/helper.js +153 -0
- package/src/index.css +21 -0
- package/src/main.jsx +160 -0
- package/src/pages/Gaming.jsx +177 -0
- package/src/pages/Home.jsx +153 -0
- package/src/pages/LeaderboardCard.tsx +93 -0
- package/src/pages/Profile.jsx +299 -0
- package/src/pages/Tasks.jsx +128 -0
- package/src/pages/Vault.jsx +524 -0
- package/src/polyfills.js +126 -0
- package/src/supabaseClient.js +141 -0
- package/src/utils.js +166 -0
- package/tailwind.config.js +42 -0
- package/temp-log.txt +4 -0
- package/vercel.json +8 -0
- package/vite.config.js +34 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
|
|
2
|
+
(define-read-only (get-random-56)
|
|
3
|
+
(ok u56))
|
|
4
|
+
|
|
5
|
+
(define-read-only (get-random-124)
|
|
6
|
+
(ok u124))
|
|
7
|
+
|
|
8
|
+
(define-read-only (get-random-16)
|
|
9
|
+
(ok u16))
|
|
10
|
+
|
|
11
|
+
(define-read-only (get-random-19)
|
|
12
|
+
(ok u19))
|
|
13
|
+
|
|
14
|
+
(define-read-only (get-random-24)
|
|
15
|
+
(ok u24))
|
|
16
|
+
|
|
17
|
+
(define-read-only (get-random-43)
|
|
18
|
+
(ok u43))
|
|
19
|
+
|
|
20
|
+
(define-read-only (get-random-43)
|
|
21
|
+
(ok u43))
|
|
22
|
+
|
|
23
|
+
(define-read-only (get-random-16)
|
|
24
|
+
(ok u16))
|
|
25
|
+
|
|
26
|
+
(define-public (ping-47)
|
|
27
|
+
(ok true))
|
|
28
|
+
|
|
29
|
+
(define-read-only (get-random-59)
|
|
30
|
+
(ok u59))
|
|
31
|
+
|
|
32
|
+
(define-read-only (get-random-134)
|
|
33
|
+
(ok u134))
|
|
34
|
+
|
|
35
|
+
(define-read-only (get-random-32)
|
|
36
|
+
(ok u32))
|
|
37
|
+
|
|
38
|
+
(define-read-only (get-random-35)
|
|
39
|
+
(ok u35))
|
|
40
|
+
|
|
41
|
+
(define-public (ping-60)
|
|
42
|
+
(ok true))
|
|
43
|
+
|
|
44
|
+
(define-read-only (get-random-11)
|
|
45
|
+
(ok u11))
|
|
46
|
+
|
|
47
|
+
(define-read-only (get-random-33)
|
|
48
|
+
(ok u33))
|
|
49
|
+
|
|
50
|
+
(define-read-only (get-random-92)
|
|
51
|
+
(ok u92))
|
|
52
|
+
|
|
53
|
+
(define-read-only (get-random-15)
|
|
54
|
+
(ok u15))
|
|
55
|
+
|
|
56
|
+
(define-read-only (get-random-24)
|
|
57
|
+
(ok u24))
|
|
58
|
+
|
|
59
|
+
(define-read-only (get-random-83)
|
|
60
|
+
(ok u83))
|
|
61
|
+
|
|
62
|
+
(define-read-only (get-random-111)
|
|
63
|
+
(ok u111))
|
|
64
|
+
|
|
65
|
+
(define-read-only (get-random-120)
|
|
66
|
+
(ok u120))
|
|
67
|
+
|
|
68
|
+
(define-read-only (get-random-1)
|
|
69
|
+
(ok u1))
|
|
70
|
+
|
|
71
|
+
(define-read-only (get-random-12)
|
|
72
|
+
(ok u12))
|
|
73
|
+
|
|
74
|
+
(define-read-only (get-random-1)
|
|
75
|
+
(ok u1))
|
|
76
|
+
|
|
77
|
+
(define-read-only (get-random-15)
|
|
78
|
+
(ok u15))
|
|
79
|
+
|
|
80
|
+
(define-read-only (get-random-133)
|
|
81
|
+
(ok u133))
|
|
82
|
+
|
|
83
|
+
(define-read-only (get-random-144)
|
|
84
|
+
(ok u144))
|
|
85
|
+
|
|
86
|
+
(define-read-only (get-random-21)
|
|
87
|
+
(ok u21))
|
|
88
|
+
|
|
89
|
+
(define-read-only (get-random-7)
|
|
90
|
+
(ok u7))
|
|
91
|
+
|
|
92
|
+
(define-read-only (get-random-65)
|
|
93
|
+
(ok u65))
|
|
94
|
+
|
|
95
|
+
(define-read-only (get-random-110)
|
|
96
|
+
(ok u110))
|
|
97
|
+
|
|
98
|
+
(define-read-only (get-random-123)
|
|
99
|
+
(ok u123))
|
|
100
|
+
|
|
101
|
+
(define-read-only (get-random-130)
|
|
102
|
+
(ok u130))
|
|
103
|
+
|
|
104
|
+
(define-read-only (get-random-179)
|
|
105
|
+
(ok u179))
|
|
106
|
+
|
|
107
|
+
(define-read-only (get-random-226)
|
|
108
|
+
(ok u226))
|
|
109
|
+
|
|
110
|
+
(define-read-only (get-random-228)
|
|
111
|
+
(ok u228))
|
|
112
|
+
|
|
113
|
+
(define-read-only (get-random-200)
|
|
114
|
+
(ok u200))
|
|
115
|
+
|
|
116
|
+
(define-read-only (get-random-43)
|
|
117
|
+
(ok u43))
|
|
118
|
+
|
|
119
|
+
(define-read-only (get-random-100)
|
|
120
|
+
(ok u100))
|
|
121
|
+
|
|
122
|
+
(define-read-only (get-random-135)
|
|
123
|
+
(ok u135))
|
|
124
|
+
|
|
125
|
+
(define-read-only (get-random-148)
|
|
126
|
+
(ok u148))
|
|
127
|
+
|
|
128
|
+
(define-read-only (get-random-165)
|
|
129
|
+
(ok u165))
|
|
130
|
+
|
|
131
|
+
(define-read-only (get-random-178)
|
|
132
|
+
(ok u178))
|
|
133
|
+
|
|
134
|
+
(define-read-only (get-random-58)
|
|
135
|
+
(ok u58))
|
|
136
|
+
|
|
137
|
+
(define-read-only (get-random-64)
|
|
138
|
+
(ok u64))
|
|
139
|
+
|
|
140
|
+
(define-read-only (get-random-47)
|
|
141
|
+
(ok u47))
|
|
142
|
+
|
|
143
|
+
(define-read-only (get-random-80)
|
|
144
|
+
(ok u80))
|
|
145
|
+
|
|
146
|
+
(define-read-only (get-random-11)
|
|
147
|
+
(ok u11))
|
|
148
|
+
|
|
149
|
+
(define-read-only (get-random-42)
|
|
150
|
+
(ok u42))
|
|
151
|
+
|
|
152
|
+
(define-public (ping-47)
|
|
153
|
+
(ok true))
|
|
154
|
+
|
|
155
|
+
(define-read-only (get-random-76)
|
|
156
|
+
(ok u76))
|
|
157
|
+
|
|
158
|
+
(define-read-only (get-random-215)
|
|
159
|
+
(ok u215))
|
|
160
|
+
|
|
161
|
+
(define-read-only (get-random-20)
|
|
162
|
+
(ok u20))
|
|
163
|
+
|
|
164
|
+
(define-read-only (get-random-21)
|
|
165
|
+
(ok u21))
|
|
166
|
+
|
|
167
|
+
(define-read-only (get-random-59)
|
|
168
|
+
(ok u59))
|
|
169
|
+
|
|
170
|
+
(define-read-only (get-random-116)
|
|
171
|
+
(ok u116))
|
|
172
|
+
|
|
173
|
+
(define-public (ping-159)
|
|
174
|
+
(ok true))
|
|
175
|
+
|
|
176
|
+
(define-read-only (get-random-28)
|
|
177
|
+
(ok u28))
|
|
178
|
+
|
|
179
|
+
(define-read-only (get-random-40)
|
|
180
|
+
(ok u40))
|
|
181
|
+
|
|
182
|
+
(define-read-only (get-random-209)
|
|
183
|
+
(ok u209))
|
|
184
|
+
|
|
185
|
+
(define-read-only (get-random-236)
|
|
186
|
+
(ok u236))
|
|
187
|
+
|
|
188
|
+
(define-read-only (get-random-297)
|
|
189
|
+
(ok u297))
|
|
190
|
+
|
|
191
|
+
(define-read-only (get-random-50)
|
|
192
|
+
(ok u50))
|
|
193
|
+
|
|
194
|
+
(define-read-only (get-random-61)
|
|
195
|
+
(ok u61))
|
|
196
|
+
|
|
197
|
+
(define-read-only (get-random-66)
|
|
198
|
+
(ok u66))
|
|
199
|
+
|
|
200
|
+
(define-read-only (get-random-72)
|
|
201
|
+
(ok u72))
|
|
202
|
+
|
|
203
|
+
(define-read-only (get-random-83)
|
|
204
|
+
(ok u83))
|
|
205
|
+
|
|
206
|
+
(define-read-only (get-random-90)
|
|
207
|
+
(ok u90))
|
|
208
|
+
|
|
209
|
+
(define-read-only (get-random-131)
|
|
210
|
+
(ok u131))
|
|
211
|
+
|
|
212
|
+
(define-read-only (get-random-149)
|
|
213
|
+
(ok u149))
|
|
214
|
+
|
|
215
|
+
(define-read-only (get-random-161)
|
|
216
|
+
(ok u161))
|
|
217
|
+
|
|
218
|
+
(define-read-only (get-random-172)
|
|
219
|
+
(ok u172))
|
|
220
|
+
|
|
221
|
+
(define-read-only (get-random-192)
|
|
222
|
+
(ok u192))
|
|
223
|
+
|
|
224
|
+
(define-read-only (get-random-196)
|
|
225
|
+
(ok u196))
|
|
226
|
+
|
|
227
|
+
(define-read-only (get-random-221)
|
|
228
|
+
(ok u221))
|
|
229
|
+
|
|
230
|
+
(define-public (ping-37)
|
|
231
|
+
(ok true))
|
|
232
|
+
|
|
233
|
+
(define-read-only (get-random-73)
|
|
234
|
+
(ok u73))
|
|
235
|
+
|
|
236
|
+
(define-public (ping-90)
|
|
237
|
+
(ok true))
|
|
238
|
+
|
|
239
|
+
(define-read-only (get-random-4)
|
|
240
|
+
(ok u4))
|
|
241
|
+
|
|
242
|
+
(define-read-only (get-random-133)
|
|
243
|
+
(ok u133))
|
|
244
|
+
|
|
245
|
+
(define-read-only (get-random-141)
|
|
246
|
+
(ok u141))
|
|
247
|
+
|
|
248
|
+
(define-read-only (get-random-239)
|
|
249
|
+
(ok u239))
|
|
250
|
+
|
|
251
|
+
(define-read-only (get-random-26)
|
|
252
|
+
(ok u26))
|
|
253
|
+
|
|
254
|
+
(define-read-only (get-random-72)
|
|
255
|
+
(ok u72))
|
|
256
|
+
|
|
257
|
+
(define-read-only (get-random-89)
|
|
258
|
+
(ok u89))
|
|
259
|
+
|
|
260
|
+
(define-read-only (get-random-120)
|
|
261
|
+
(ok u120))
|
|
262
|
+
|
|
263
|
+
(define-read-only (get-random-164)
|
|
264
|
+
(ok u164))
|
|
265
|
+
|
|
266
|
+
(define-read-only (get-random-222)
|
|
267
|
+
(ok u222))
|
|
268
|
+
|
|
269
|
+
(define-read-only (get-random-100)
|
|
270
|
+
(ok u100))
|
|
271
|
+
|
|
272
|
+
(define-read-only (get-random-107)
|
|
273
|
+
(ok u107))
|
|
274
|
+
|
|
275
|
+
(define-read-only (get-random-111)
|
|
276
|
+
(ok u111))
|
|
277
|
+
|
|
278
|
+
(define-read-only (get-random-151)
|
|
279
|
+
(ok u151))
|
|
280
|
+
|
|
281
|
+
(define-read-only (get-random-196)
|
|
282
|
+
(ok u196))
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
|
|
2
|
+
(define-read-only (get-random-44)
|
|
3
|
+
(ok u44))
|
|
4
|
+
|
|
5
|
+
(define-read-only (get-random-54)
|
|
6
|
+
(ok u54))
|
|
7
|
+
|
|
8
|
+
(define-read-only (get-random-59)
|
|
9
|
+
(ok u59))
|
|
10
|
+
|
|
11
|
+
(define-read-only (get-random-25)
|
|
12
|
+
(ok u25))
|
|
13
|
+
|
|
14
|
+
(define-public (ping-11)
|
|
15
|
+
(ok true))
|
|
16
|
+
|
|
17
|
+
(define-read-only (get-random-56)
|
|
18
|
+
(ok u56))
|
|
19
|
+
|
|
20
|
+
(define-read-only (get-random-68)
|
|
21
|
+
(ok u68))
|
|
22
|
+
|
|
23
|
+
(define-read-only (get-random-16)
|
|
24
|
+
(ok u16))
|
|
25
|
+
|
|
26
|
+
(define-read-only (get-random-24)
|
|
27
|
+
(ok u24))
|
|
28
|
+
|
|
29
|
+
(define-read-only (get-random-52)
|
|
30
|
+
(ok u52))
|
|
31
|
+
|
|
32
|
+
(define-read-only (get-random-54)
|
|
33
|
+
(ok u54))
|
|
34
|
+
|
|
35
|
+
(define-read-only (get-random-86)
|
|
36
|
+
(ok u86))
|
|
37
|
+
|
|
38
|
+
(define-read-only (get-random-16)
|
|
39
|
+
(ok u16))
|
|
40
|
+
|
|
41
|
+
(define-read-only (get-random-45)
|
|
42
|
+
(ok u45))
|
|
43
|
+
|
|
44
|
+
(define-read-only (get-random-2)
|
|
45
|
+
(ok u2))
|
|
46
|
+
|
|
47
|
+
(define-public (ping-22)
|
|
48
|
+
(ok true))
|
|
49
|
+
|
|
50
|
+
(define-read-only (get-random-25)
|
|
51
|
+
(ok u25))
|
|
52
|
+
|
|
53
|
+
(define-public (ping-7)
|
|
54
|
+
(ok true))
|
|
55
|
+
|
|
56
|
+
(define-read-only (get-random-4)
|
|
57
|
+
(ok u4))
|
|
58
|
+
|
|
59
|
+
(define-read-only (get-random-11)
|
|
60
|
+
(ok u11))
|
|
61
|
+
|
|
62
|
+
(define-read-only (get-random-17)
|
|
63
|
+
(ok u17))
|
|
64
|
+
|
|
65
|
+
(define-read-only (get-random-59)
|
|
66
|
+
(ok u59))
|
|
67
|
+
|
|
68
|
+
(define-read-only (get-random-85)
|
|
69
|
+
(ok u85))
|
|
70
|
+
|
|
71
|
+
(define-read-only (get-random-112)
|
|
72
|
+
(ok u112))
|
|
73
|
+
|
|
74
|
+
(define-read-only (get-random-140)
|
|
75
|
+
(ok u140))
|
|
76
|
+
|
|
77
|
+
(define-read-only (get-random-11)
|
|
78
|
+
(ok u11))
|
|
79
|
+
|
|
80
|
+
(define-read-only (get-random-15)
|
|
81
|
+
(ok u15))
|
|
82
|
+
|
|
83
|
+
(define-read-only (get-random-102)
|
|
84
|
+
(ok u102))
|
|
85
|
+
|
|
86
|
+
(define-read-only (get-random-125)
|
|
87
|
+
(ok u125))
|
|
88
|
+
|
|
89
|
+
(define-read-only (get-random-147)
|
|
90
|
+
(ok u147))
|
|
91
|
+
|
|
92
|
+
(define-read-only (get-random-156)
|
|
93
|
+
(ok u156))
|
|
94
|
+
|
|
95
|
+
(define-read-only (get-random-168)
|
|
96
|
+
(ok u168))
|
|
97
|
+
|
|
98
|
+
(define-read-only (get-random-249)
|
|
99
|
+
(ok u249))
|
|
100
|
+
|
|
101
|
+
(define-read-only (get-random-252)
|
|
102
|
+
(ok u252))
|
|
103
|
+
|
|
104
|
+
(define-read-only (get-random-38)
|
|
105
|
+
(ok u38))
|
|
106
|
+
|
|
107
|
+
(define-read-only (get-random-54)
|
|
108
|
+
(ok u54))
|
|
109
|
+
|
|
110
|
+
(define-read-only (get-random-179)
|
|
111
|
+
(ok u179))
|
|
112
|
+
|
|
113
|
+
(define-read-only (get-random-4)
|
|
114
|
+
(ok u4))
|
|
115
|
+
|
|
116
|
+
(define-read-only (get-random-66)
|
|
117
|
+
(ok u66))
|
|
118
|
+
|
|
119
|
+
(define-read-only (get-random-132)
|
|
120
|
+
(ok u132))
|
|
121
|
+
|
|
122
|
+
(define-read-only (get-random-168)
|
|
123
|
+
(ok u168))
|
|
124
|
+
|
|
125
|
+
(define-read-only (get-random-26)
|
|
126
|
+
(ok u26))
|
|
127
|
+
|
|
128
|
+
(define-read-only (get-random-29)
|
|
129
|
+
(ok u29))
|
|
130
|
+
|
|
131
|
+
(define-read-only (get-random-47)
|
|
132
|
+
(ok u47))
|
|
133
|
+
|
|
134
|
+
(define-read-only (get-random-109)
|
|
135
|
+
(ok u109))
|
|
136
|
+
|
|
137
|
+
(define-read-only (get-random-174)
|
|
138
|
+
(ok u174))
|
|
139
|
+
|
|
140
|
+
(define-read-only (get-random-7)
|
|
141
|
+
(ok u7))
|
|
142
|
+
|
|
143
|
+
(define-read-only (get-random-34)
|
|
144
|
+
(ok u34))
|
|
145
|
+
|
|
146
|
+
(define-public (ping-70)
|
|
147
|
+
(ok true))
|
|
148
|
+
|
|
149
|
+
(define-read-only (get-random-79)
|
|
150
|
+
(ok u79))
|
|
151
|
+
|
|
152
|
+
(define-read-only (get-random-29)
|
|
153
|
+
(ok u29))
|
|
154
|
+
|
|
155
|
+
(define-read-only (get-random-154)
|
|
156
|
+
(ok u154))
|
|
157
|
+
|
|
158
|
+
(define-read-only (get-random-29)
|
|
159
|
+
(ok u29))
|
|
160
|
+
|
|
161
|
+
(define-read-only (get-random-4)
|
|
162
|
+
(ok u4))
|
|
163
|
+
|
|
164
|
+
(define-read-only (get-random-12)
|
|
165
|
+
(ok u12))
|
|
166
|
+
|
|
167
|
+
(define-read-only (get-random-24)
|
|
168
|
+
(ok u24))
|
|
169
|
+
|
|
170
|
+
(define-read-only (get-random-103)
|
|
171
|
+
(ok u103))
|
|
172
|
+
|
|
173
|
+
(define-read-only (get-random-136)
|
|
174
|
+
(ok u136))
|
|
175
|
+
|
|
176
|
+
(define-read-only (get-random-175)
|
|
177
|
+
(ok u175))
|
|
178
|
+
|
|
179
|
+
(define-read-only (get-random-200)
|
|
180
|
+
(ok u200))
|
|
181
|
+
|
|
182
|
+
(define-read-only (get-random-14)
|
|
183
|
+
(ok u14))
|
|
184
|
+
|
|
185
|
+
(define-read-only (get-random-23)
|
|
186
|
+
(ok u23))
|
|
187
|
+
|
|
188
|
+
(define-read-only (get-random-33)
|
|
189
|
+
(ok u33))
|
|
190
|
+
|
|
191
|
+
(define-read-only (get-random-84)
|
|
192
|
+
(ok u84))
|
|
193
|
+
|
|
194
|
+
(define-read-only (get-random-100)
|
|
195
|
+
(ok u100))
|
|
196
|
+
|
|
197
|
+
(define-read-only (get-random-250)
|
|
198
|
+
(ok u250))
|
|
199
|
+
|
|
200
|
+
(define-read-only (get-random-93)
|
|
201
|
+
(ok u93))
|
|
202
|
+
|
|
203
|
+
(define-read-only (get-random-116)
|
|
204
|
+
(ok u116))
|
|
205
|
+
|
|
206
|
+
(define-read-only (get-random-126)
|
|
207
|
+
(ok u126))
|
|
208
|
+
|
|
209
|
+
(define-read-only (get-random-129)
|
|
210
|
+
(ok u129))
|
|
211
|
+
|
|
212
|
+
(define-public (ping-139)
|
|
213
|
+
(ok true))
|
|
214
|
+
|
|
215
|
+
(define-public (ping-87)
|
|
216
|
+
(ok true))
|
|
217
|
+
|
|
218
|
+
(define-read-only (get-random-89)
|
|
219
|
+
(ok u89))
|
|
220
|
+
|
|
221
|
+
(define-read-only (get-random-163)
|
|
222
|
+
(ok u163))
|
|
223
|
+
|
|
224
|
+
(define-read-only (get-random-236)
|
|
225
|
+
(ok u236))
|
|
226
|
+
|
|
227
|
+
(define-read-only (get-random-254)
|
|
228
|
+
(ok u254))
|
|
229
|
+
|
|
230
|
+
(define-read-only (get-random-300)
|
|
231
|
+
(ok u300))
|
|
232
|
+
|
|
233
|
+
(define-read-only (get-random-19)
|
|
234
|
+
(ok u19))
|
|
235
|
+
|
|
236
|
+
(define-read-only (get-random-114)
|
|
237
|
+
(ok u114))
|
|
238
|
+
|
|
239
|
+
(define-read-only (get-random-11)
|
|
240
|
+
(ok u11))
|
|
241
|
+
|
|
242
|
+
(define-read-only (get-random-13)
|
|
243
|
+
(ok u13))
|
|
244
|
+
|
|
245
|
+
(define-read-only (get-random-25)
|
|
246
|
+
(ok u25))
|
|
247
|
+
|
|
248
|
+
(define-read-only (get-random-26)
|
|
249
|
+
(ok u26))
|
|
250
|
+
|
|
251
|
+
(define-read-only (get-random-80)
|
|
252
|
+
(ok u80))
|
|
253
|
+
|
|
254
|
+
(define-public (ping-106)
|
|
255
|
+
(ok true))
|
|
256
|
+
|
|
257
|
+
(define-read-only (get-random-68)
|
|
258
|
+
(ok u68))
|
|
259
|
+
|
|
260
|
+
(define-read-only (get-random-116)
|
|
261
|
+
(ok u116))
|
|
262
|
+
|
|
263
|
+
(define-read-only (get-random-101)
|
|
264
|
+
(ok u101))
|
|
265
|
+
|
|
266
|
+
(define-read-only (get-random-156)
|
|
267
|
+
(ok u156))
|
|
268
|
+
|
|
269
|
+
(define-read-only (get-random-208)
|
|
270
|
+
(ok u208))
|
|
271
|
+
|
|
272
|
+
(define-read-only (get-random-226)
|
|
273
|
+
(ok u226))
|
|
274
|
+
|
|
275
|
+
(define-read-only (get-random-232)
|
|
276
|
+
(ok u232))
|
|
277
|
+
|
|
278
|
+
(define-read-only (get-random-12)
|
|
279
|
+
(ok u12))
|
|
280
|
+
|
|
281
|
+
(define-read-only (get-random-85)
|
|
282
|
+
(ok u85))
|
|
283
|
+
|
|
284
|
+
(define-read-only (get-random-126)
|
|
285
|
+
(ok u126))
|
|
286
|
+
|
|
287
|
+
(define-read-only (get-random-195)
|
|
288
|
+
(ok u195))
|
|
289
|
+
|
|
290
|
+
(define-read-only (get-random-203)
|
|
291
|
+
(ok u203))
|