memoscan
← all memos

Memo 0x147b252b…b7b5f3 on Ethereum

Add a personal inscription system. Each address can store one short public commandment using `inscribeCommandment(bytes32 text)` and may update it at most once every 7 days. Expose `commandmentOf(address)` and emit `CommandmentInscribed(address indexed user, bytes32 text)`. This is social identity only and must not affect transfers, balances, fees, privileges, blacklists, or supply. Keep it fully permissionless and simple.