How to check if one wallet address have already called a method on an EVM contract (PYTHON)
Introduction Hi, I have a list of wallets and I want to ensure that a contract function is called only once. To achieve this, I iterate through the wallets, check if each wallet has already called that function, and if not, I proceed to call it. (I’m testing on Linea and Base blockchains buy I’m […]