Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
eth
BoundContractView
Class BoundContractView<TContract, TContractView>
Type Parameters
TContract
extends
BaseContract
TContractView
extends
ContractView
<
TContract
>
Hierarchy (
View Summary
)
BoundContractView
EACAggregatorProxyBoundContractView
ERC1155BoundContractView
ERC20BoundContractView
ERC20BytesBoundContractView
ERC721BoundContractView
WETH9BoundContractView
Index
Constructors
constructor
Properties
address
call
Static
context
encode
Call
view
Accessors
filters
provider
raw
Contract
Constructors
constructor
new
BoundContractView
<
TContract
extends
BaseContract
,
TContractView
extends
ContractView
<
TContract
>
,
>
(
address
:
string
,
view
:
TContractView
,
)
:
BoundContractView
<
TContract
,
TContractView
>
Type Parameters
TContract
extends
BaseContract
TContractView
extends
ContractView
<
TContract
>
Parameters
address
:
string
view
:
TContractView
Returns
BoundContractView
<
TContract
,
TContractView
>
Properties
address
address
:
string
call
Static
callStatic
:
{
context
:
EthContext
;
view
:
TContractView
}
context
context
:
EthContext
encode
Call
encodeCall
:
{
context
:
EthContext
;
view
:
TContractView
}
Protected
view
view
:
TContractView
Accessors
filters
get
filters
()
:
Record
<
string
,
ContractEvent
<
any
[]
>
>
Returns
Record
<
string
,
ContractEvent
<
any
[]
>
>
provider
get
provider
()
:
Provider
Returns
Provider
raw
Contract
get
rawContract
()
:
TContract
Returns
TContract
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
address
call
Static
context
encode
Call
view
Accessors
filters
provider
raw
Contract
@sentio/sdk
Loading...