Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallStaticWithMethod ¶
func CallStaticWithMethod(client *ethclient.Client, opts *Opts, method abi.Method, args ...any) (results []any, err error)
CallStaticWithMethod callStaticWithName calls a function statically (not be mined into the blockchain) and returns its results. using 0 gas will allow infinite gas to be used
func CallStaticWithName ¶
func CallStaticWithName(client *ethclient.Client, abi *abi.ABI, opts *Opts, methodName string, args ...any) (results []any, err error)
CallStaticWithName calls a function statically (not be mined into the blockchain) and returns its results. using 0 gas will allow infinite gas to be used
Types ¶
Click to show internal directories.
Click to hide internal directories.