@sentio/sdk
Preparing search index...
eth/builtin
erc1155
ERC1155BoundContractView
Class ERC1155BoundContractView
Hierarchy (
View Summary
)
BoundContractView
<
ERC1155
,
ERC1155ContractView
>
ERC1155BoundContractView
Index
Constructors
constructor
Properties
address
call
Static
context
encode
Call
view
Accessors
filters
provider
raw
Contract
Methods
balance
Of
balance
Of
Batch
is
Approved
For
All
supports
Interface
uri
Constructors
constructor
new
ERC1155BoundContractView
(
address
:
string
,
view
:
ERC1155ContractView
,
)
:
ERC1155BoundContractView
Parameters
address
:
string
view
:
ERC1155ContractView
Returns
ERC1155BoundContractView
Properties
address
address
:
string
call
Static
callStatic
:
{
context
:
EthContext
;
view
:
ERC1155ContractView
;
safeBatchTransferFrom
(
from
:
string
,
to
:
string
,
ids
:
BigNumberish
[]
,
amounts
:
BigNumberish
[]
,
data
:
BytesLike
,
overrides
?:
Overrides
,
)
:
Promise
<
void
>
;
safeTransferFrom
(
from
:
string
,
to
:
string
,
id
:
BigNumberish
,
amount
:
BigNumberish
,
data
:
BytesLike
,
overrides
?:
Overrides
,
)
:
Promise
<
void
>
;
setApprovalForAll
(
operator
:
string
,
approved
:
boolean
,
overrides
?:
Overrides
,
)
:
Promise
<
void
>
;
}
= ...
context
context
:
EthContext
encode
Call
encodeCall
:
{
context
:
EthContext
;
view
:
ERC1155ContractView
;
balanceOf
(
account
:
string
,
id
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
balanceOfBatch
(
accounts
:
string
[]
,
ids
:
BigNumberish
[]
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
isApprovedForAll
(
account
:
string
,
operator
:
string
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
safeBatchTransferFrom
(
from
:
string
,
to
:
string
,
ids
:
BigNumberish
[]
,
amounts
:
BigNumberish
[]
,
data
:
BytesLike
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
safeTransferFrom
(
from
:
string
,
to
:
string
,
id
:
BigNumberish
,
amount
:
BigNumberish
,
data
:
BytesLike
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
setApprovalForAll
(
operator
:
string
,
approved
:
boolean
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
supportsInterface
(
interfaceId
:
BytesLike
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
uri
(
id
:
BigNumberish
,
overrides
?:
Overrides
)
:
EthCallParam
;
}
= ...
Protected
view
view
:
ERC1155ContractView
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
Methods
balance
Of
balanceOf
(
account
:
string
,
id
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
Promise
<
bigint
>
Parameters
account
:
string
id
:
BigNumberish
Optional
overrides
:
Overrides
Returns
Promise
<
bigint
>
balance
Of
Batch
balanceOfBatch
(
accounts
:
string
[]
,
ids
:
BigNumberish
[]
,
overrides
?:
Overrides
,
)
:
Promise
<
bigint
[]
>
Parameters
accounts
:
string
[]
ids
:
BigNumberish
[]
Optional
overrides
:
Overrides
Returns
Promise
<
bigint
[]
>
is
Approved
For
All
isApprovedForAll
(
account
:
string
,
operator
:
string
,
overrides
?:
Overrides
,
)
:
Promise
<
boolean
>
Parameters
account
:
string
operator
:
string
Optional
overrides
:
Overrides
Returns
Promise
<
boolean
>
supports
Interface
supportsInterface
(
interfaceId
:
BytesLike
,
overrides
?:
Overrides
,
)
:
Promise
<
boolean
>
Parameters
interfaceId
:
BytesLike
Optional
overrides
:
Overrides
Returns
Promise
<
boolean
>
uri
uri
(
id
:
BigNumberish
,
overrides
?:
Overrides
)
:
Promise
<
string
>
Parameters
id
:
BigNumberish
Optional
overrides
:
Overrides
Returns
Promise
<
string
>
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
Methods
balance
Of
balance
Of
Batch
is
Approved
For
All
supports
Interface
uri
@sentio/sdk
Loading...