memoscan
← all memos

Memo 0x30bddac6…5c71c5 on Ethereum

Add an on-chain holding score for each address that increases by 1 point per block for every CMD held and resets to zero on any outgoing transfer or sell. Every 100000 blocks a permissionless function claimLeaderReward() can be called once per cycle and sends a fixed CMD reward from the contract reserve to the address with the highest current score. If the contract holds no reserve, no reward is sent. Emit LeaderRewarded(cycle, winner, score, reward). View functions topHolder() and nextClaimBlock() are available. Buys and incoming transfers do not reset the score.