Type Trace Address on etherscan

Hey guys, could anyone please explain what the type trace address column mean on etherscan? call, staticcall, _, _1_0_, etc. What do all these mean? Thanks.

call or staticcall identify what type of call was used. For example, a view function in Solidity results in a staticcall, a proxy would result in a delegatecall.

The underscores and ones and zeroes... I don't know what they mean exactly. Evidently they identify the scope but I don't understand the details.

1 Like