SKsharath krmlinsharathkrml.hashnode.dev·Aug 8, 2022 · 3 min readSolidity Call & StaticcallOverview 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...00