OptionalabiOptionaladdressCalled to resolve invalid addresses, uses provider's built-in resolver otherwise
Optional ExperimentalenableEnable pulling additional metadata from WhatsABI's static analysis which may be unreliable. For now, this is primarily for event topics.
OptionalfollowEnable following proxies automagically if reasonable. Return the final result.
Some caveats:
OptionalloadLoad full contract metadata result, include it in AutoloadResult.contractResult if successful.
This changes the behaviour of autoload to use ABILoader.getContract instead of ABILoader.loadABI, which returns a larger superset result including all of the available verified contract metadata.
OptionalonCalled during any encountered errors during a given phase
OptionalonCalled during various phases: resolveName, getCode, abiLoader, signatureLookup, followProxies
Rest...args: any[]Optionalsignature
AutoloadConfig specifies the configuration inputs for the autoload function.