Skip to main content
Version: V3

TestMulticall

Functions#

functionThatRevertsWithError#

  function functionThatRevertsWithError(  ) external

functionThatReturnsTuple#

  function functionThatReturnsTuple(  ) external returns (struct TestMulticall.Tuple tuple)

pays#

  function pays(  ) external

returnSender#

  function returnSender(  ) external returns (address)