Dilara HatipoğluinCoinmonksWhat is Account Abstraction?Until now, if we wanted to interact with Ethereum, we had to keep our private key or seed phrases or trust a third party if we used…Sep 25Sep 25
Dilara HatipoğluinCoinmonksFallback And Receive Functions In SolidityIn Solidity, the fallback and receive functions are special functions. They are executed when a call is made to a contract, and no function…Feb 24Feb 24
Dilara HatipoğluinCoinmonksInterfaces in SolidityAn interface defines the set of functions that an instance of a smart contract that uses this interface could respond to. Interfaces are…Jan 16Jan 16