Solidity Call & Staticcall
Overview
Call and staticcall are members of address type
These are low level functions to interact with other contracts,where staticcall can only be used to call read-only functions(pure or view functions)
However it is not the recommend way to cal...
sharathkrml.hashnode.dev3 min read