Skip to content

Conversation

@freeatnet
Copy link
Member

No description provided.

freeatnet and others added 2 commits July 6, 2025 14:25
- add owner field to JackpotPool to track creator
- create JackpotPoolFactory with CREATE2 deterministic deployment
- users can create multiple pools per jackpot using different salts
- pool instances are non-upgradeable for security
- comprehensive test suite with 10 factory tests
- updated documentation with factory usage patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Prevents excessive gas consumption when attempting to create duplicate pools
by checking if code already exists at the target address before calling
CREATE2.deploy(). Provides clear error message for duplicate deployments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants