memoscan
← all memos

Memo 0x39c3eccf…ba0782 on Ethereum

Implement a 2% sell tax. Route the collected fees into a reward pool. Introduce a weighted randomness reward system using the existing immutable VRF infrastructure: - Every 1 hour select one token holder to receive all collected tokens from the reward pool. - The probability of selection must be proportional to the holder’s token balance (weighted randomness). Exclude: - the zero address - burn addresses - liquidity pools - contracts (optional) Distribution: - Rewards should be distributed automatically. All logic must comply with the AI validation and avoid introducing excessive gas costs or non-scalable operations.