Skip to main content
Helpful?

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)
Helpful?