Preparing search index...
The search index is not available
@shazow/whatsabi
@shazow/whatsabi
loaders
EtherscanABILoader
Class EtherscanABILoader
Alias to the EtherscanV2ABILoader
Hierarchy (
view full
)
EtherscanV2ABILoader
EtherscanABILoader
Index
Constructors
constructor
Methods
get
Contract
loadABI
Properties
api
Key?
baseURL
name
Constructors
constructor
new
EtherscanABILoader
(
config
)
:
EtherscanABILoader
Parameters
config
:
{
apiKey
:
string
;
chainId
?:
number
;
}
api
Key
:
string
Optional
chain
Id
?:
number
Returns
EtherscanABILoader
Methods
get
Contract
get
Contract
(
address
)
:
Promise
<
ContractResult
>
Parameters
address
:
string
Returns
Promise
<
ContractResult
>
loadABI
loadABI
(
address
)
:
Promise
<
any
[]
>
Parameters
address
:
string
Returns
Promise
<
any
[]
>
Properties
Optional
api
Key
api
Key
?:
string
baseURL
baseURL
:
string
Readonly
name
name
:
string
= "EtherscanV2ABILoader"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Contract
loadABI
Properties
api
Key
baseURL
name
@shazow/whatsabi
Loading...
Alias to the EtherscanV2ABILoader