Preparing search index...
The search index is not available
Aleph Indexer Framework for Solana/Ethereum/BSC
Aleph Indexer Framework for Solana/Ethereum/BSC
Ethereum Indexer Framework
EthereumAbiFactory
Class EthereumAbiFactory
Hierarchy
EthereumAbiFactory
Index
Constructors
constructor
Properties
api
Key
base
Path
blockchain
Id
ethereum
Client
Methods
get
Abi
get
Abi
From
Cache
get
Abi
From
Remote
get
Remote
Url
log
save
Abi
In
Cache
Constructors
constructor
new
Ethereum
Abi
Factory
(
basePath
:
string
, ethereumClient
:
EthereumClient
, blockchainId
?:
Blockchain
, apiKey
?:
undefined
|
string
)
:
EthereumAbiFactory
Parameters
basePath:
string
ethereumClient:
EthereumClient
blockchainId:
Blockchain
= Blockchain.Ethereum
apiKey:
undefined
|
string
= config.ETHEREUM_SCAN_API_KEY
Returns
EthereumAbiFactory
Properties
Protected
api
Key
api
Key
:
undefined
|
string
= config.ETHEREUM_SCAN_API_KEY
Protected
base
Path
base
Path
:
string
Protected
blockchain
Id
blockchain
Id
:
Blockchain
= Blockchain.Ethereum
Protected
ethereum
Client
ethereum
Client
:
EthereumClient
Methods
get
Abi
get
Abi
(
address
:
string
)
:
Promise
<
undefined
|
Abi
>
Parameters
address:
string
Returns
Promise
<
undefined
|
Abi
>
Protected
get
Abi
From
Cache
get
Abi
From
Cache
(
address
:
string
)
:
Promise
<
void
|
Abi
>
Parameters
address:
string
Returns
Promise
<
void
|
Abi
>
Protected
get
Abi
From
Remote
get
Abi
From
Remote
(
address
:
string
)
:
Promise
<
Abi
>
Parameters
address:
string
Returns
Promise
<
Abi
>
Protected
get
Remote
Url
get
Remote
Url
(
address
:
string
)
:
string
Parameters
address:
string
Returns
string
Protected
log
log
(
...
msgs
:
any
[]
)
:
void
Parameters
Rest
...
msgs:
any
[]
Returns
void
Protected
save
Abi
In
Cache
save
Abi
In
Cache
(
address
:
string
, abi
:
Abi
)
:
Promise
<
void
>
Parameters
address:
string
abi:
Abi
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
Aleph
Indexer
Framework for
Solana/
Ethereum/BSC
Bsc
Indexer
Framework
Ethereum
Indexer
Framework
Indexer
Core
Utils
Indexer
Framework
Solana
Indexer
Framework
buffer
Layouts
Ethereum
Abi
Factory
constructor
api
Key
base
Path
blockchain
Id
ethereum
Client
get
Abi
get
Abi
From
Cache
get
Abi
From
Remote
get
Remote
Url
log
save
Abi
In
Cache
Generated using
TypeDoc