OptionalabiWhether the abi is loaded from a verified source
OptionalcontractFull contract metadata result, only included if AutoloadConfig.loadContractResult is true.
OptionalfollowFollow proxies to next result. If multiple proxies were detected, some reasonable ordering of attempts will be made. Note: Some proxies operate relative to a specific selector (such as DiamondProxy facets), in this case we'll need to specify a selector that we care about.
Optionalselector: stringSet to true if the address has deployed code
Optional ExperimentalisSet to true when a CREATE or CREATE2 opcode is present in the bytecode. This means that some of the results could have been mistaken from the embedded contract that gets created by the factory. For example, we can have a non-proxy contract which creates a proxy contract on call. WhatsABI may not yet be able to distinguish them reliably.
List of resolveable proxies detected in the contract
AutoloadResult is the return type for the autoload function.