Preparing search index...
The search index is not available
@shazow/whatsabi
@shazow/whatsabi
loaders
EtherscanV2ABILoader
Class EtherscanV2ABILoader
Etherscan v2 API loader
Hierarchy (
view full
)
EtherscanABILoader
EtherscanV2ABILoader
Index
Constructors
constructor
Methods
get
Contract
loadABI
Properties
api
Key?
baseURL
name
Constructors
constructor
new
Etherscan
V2ABILoader
(
config
)
:
EtherscanV2ABILoader
Parameters
config
:
{
apiKey
:
string
;
chainId
?:
number
;
}
api
Key
:
string
Optional
chain
Id
?:
number
Returns
EtherscanV2ABILoader
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...
Etherscan v2 API loader