0x8db1d555…a2d4sent to0x467d66b9…4bf7·#24,900,928·view on Etherscan
Implement a 1% transaction tax and allocate all fees to the CryptoPunks Birthday Pool.
Annual event (June 23):
- Use the pool balance to acquire floor CryptoPunks.
- Any unused funds roll over to the next year.
Distribution:
- Raffle NFTs among eligible holders or stakers using weighted randomness.
- Winning probability is proportional to token or staked balance.
- Use VRF if available.
Eligibility:
- Wallets must not execute any sell transactions of this token during the year.
- Exclude burn addresses, liquidity pools, and system addresses.
Constraints:
- Ensure gas-efficient and scalable design.
- Avoid iterating over all holders on-chain.
- Track sell activity per wallet efficiently.
Claim:
- Rewards must be claimable within a defined window.