@shazow/whatsabi
Preparing search index...
loaders
SourcifyContractResult
Interface SourcifyContractResult
interface
SourcifyContractResult
{
abi
:
any
[]
;
compilation
?:
{
compilerSettings
?:
{
evmVersion
?:
string
;
optimizer
?:
{
runs
?:
number
}
;
}
;
compilerVersion
?:
string
;
fullyQualifiedName
?:
string
;
name
?:
string
;
}
;
match
?:
string
;
metadata
?:
SourcifyContractMetadata
;
sources
?:
Record
<
string
,
{
content
:
string
}
>
;
}
Index
Properties
abi
compilation?
match?
metadata?
sources?
Properties
abi
abi
:
any
[]
Optional
compilation
compilation
?:
{
compilerSettings
?:
{
evmVersion
?:
string
;
optimizer
?:
{
runs
?:
number
}
;
}
;
compilerVersion
?:
string
;
fullyQualifiedName
?:
string
;
name
?:
string
;
}
Optional
match
match
?:
string
Optional
metadata
metadata
?:
SourcifyContractMetadata
Optional
sources
sources
?:
Record
<
string
,
{
content
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abi
compilation
match
metadata
sources
@shazow/whatsabi
Loading...