{"id":19147792,"url":"https://github.com/refcell/snowglobe","last_synced_at":"2025-05-07T03:04:54.002Z","repository":{"id":150177879,"uuid":"529971479","full_name":"refcell/snowglobe","owner":"refcell","description":"A Logistic VRGDA ERC721 Token fractionalizing ownership of w1nt3r's https://snow.computer experiment","archived":false,"fork":false,"pushed_at":"2022-08-29T03:29:14.000Z","size":1214,"stargazers_count":32,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T03:04:43.520Z","etag":null,"topics":["ethereum","evm","foundry","solidity"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refcell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-28T20:25:22.000Z","updated_at":"2024-07-09T09:48:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b14a46ca-e977-4cf3-8fe3-07d2823a5ce3","html_url":"https://github.com/refcell/snowglobe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"refcell/femplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fsnowglobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fsnowglobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fsnowglobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fsnowglobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refcell","download_url":"https://codeload.github.com/refcell/snowglobe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252804206,"owners_count":21806769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum","evm","foundry","solidity"],"created_at":"2024-11-09T07:52:23.532Z","updated_at":"2025-05-07T03:04:53.979Z","avatar_url":"https://github.com/refcell.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"150\" height=\"150\" top=\"100\" src=\"./assets/globe.png\"\u003e\n\n# snowglobe • [![ci](https://github.com/abigger87/snowglobe/actions/workflows/ci.yml/badge.svg)](https://github.com/abigger87/snowglobe/actions/workflows/ci.yml) ![license](https://img.shields.io/github/license/abigger87/snowglobe?label=license) ![solidity](https://img.shields.io/badge/solidity-^0.8.15-lightgrey)\n\nA Logistic VRGDA ERC721 Token fractionalizing ownership of [w1nt3r](https://twitter.com/w1nt3r_eth)'s [snow.computer](https://snow.computer).\n\n## Overview\n\nThis is an experimental VRGDA ERC721 for [w1nt3r](https://twitter.com/w1nt3r_eth)'s [snow.computer](https://snow.computer) project. Contracts are **neither** heavily tested nor audited. Use at your own risk.\n\nCurrently, [`Globe`](./contracts/Globe.sol) simply wraps ownership of a snow computer `Operator`. In the future, this ownership and it's functionality may be gamified to create a truly unique experiment.\n\n[POLYGON] Globe: [`0x7b20d15334c8A25128aB9D1EDBf7F36e056d63D7`](https://polygonscan.com/address/0x7b20d15334c8A25128aB9D1EDBf7F36e056d63D7)\n\n[POLYGON] Snow Globe V1: [`0xf53d926c13af77c53afae6b33480ddd94b167610`](https://polygonscan.com/address/0xf53d926c13af77c53afae6b33480ddd94b167610)\n\n**Key Features**\n\n✅ VRGDAs\n✅ Mint Cost Redemptions (after a week if you still hold the token id, you can redeem the mint price)\n✅ No owner, simply ballers\n✅ A [w1nt3r](https://twitter.com/w1nt3r_eth) integrated experiment\n\n**Notes**\n\nDeployed to Polygon mainnet with:\n\n```bash\nforge script script/Deploy.s.sol:Deploy --rpc-url $RPC_URL --private-key $DEPLOYER_KEY --broadcast --verify --etherscan-api-key $ETHERSCAN_API_KEY --legacy -vvvv\n```\n\n\n## Usage\n\nInstall as a dependency using forge.\n\n```bash\nforge install abigger87/snowglobe\n```\n\nI don't know why you'd do this but you can - alternatively feel free to copy pasta any of this code :) Just be aware these are **not** rigorously tested or audited. Use at your own risk.\n\n\n## Blueprint\n\n```ml\nlib\n├─ forge-std — https://github.com/foundry-rs/forge-std\n├─ solmate — https://github.com/transmissions11/solmate\n├─ vrgdas — https://github.com/transmissions11/vrgdas\nscripts\n├─ Deploy.s.sol — Simple Deployment Script\nsrc\n├─ Globe — The Globe Contract\ntest\n└─ ...\n```\n\n\n## License\n\n[AGPL-3.0-only](https://github.com/abigger87/snowglobe/blob/master/LICENSE)\n\n\n## Acknowledgements\n\n- [femplate](https://github.com/abigger87/femplate)\n- [foundry](https://github.com/foundry-rs/foundry)\n- [solmate](https://github.com/Rari-Capital/solmate)\n- [forge-std](https://github.com/brockelmore/forge-std)\n- [forge-template](https://github.com/foundry-rs/forge-template)\n- [foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain)\n\n\n## Disclaimer\n\n_These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefcell%2Fsnowglobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefcell%2Fsnowglobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefcell%2Fsnowglobe/lists"}