Sometimes, while coding up some Solidity contracts, all you want is a simple key/value mapping, to store some details into. You want to keep it simple so the gas costs are low, but what about everything else? Would you still like to use smart contract proxies, so you can update your code? And maybe you’d… Continue reading Just some mappings