Michael FawoleforMichael Fawoleadisotech.hashnode.dev·Oct 18, 2022Iterable Mapping in solidityHello readers, in this article, I will be explaining explicitly what we called Iterable mapping using code. First step is to declare your pragma solidity and the contract name. pragma solidity ^0.8.0; contract Michael{ } Declare mapping balances w...3 likes·107 readsiterable-mappingAdd a thoughtful commentNo comments yetBe the first to start the conversation.