Optional
getOptional
loader?: ABILoaderLoader that provided the result. We can make assumptions about the verified status if a verifying loader returned the result.
Optional
Experimental
loaderContains the full result from the loader provder. There are no stability guarantees for the data layout of the result, so it's marked as experimental.
Any useful attributes that can be normalized across loaders should be uplifted into ContractResult. Please open an issue if you end up relying on rawResponse for properties that should be uplifted.
getSources returns the imports -> source code mapping for the contract, if available.
Caveats: