@sentio/sdk
Preparing search index...
eth/builtin
erc20bytes
ERC20BytesBoundContractView
Class ERC20BytesBoundContractView
Hierarchy (
View Summary
)
BoundContractView
<
ERC20Bytes
,
ERC20BytesContractView
>
ERC20BytesBoundContractView
Index
Constructors
constructor
Properties
address
call
Static
context
encode
Call
view
Accessors
filters
provider
raw
Contract
Methods
allowance
balance
Of
decimals
name
symbol
total
Supply
Constructors
constructor
new
ERC20BytesBoundContractView
(
address
:
string
,
view
:
ERC20BytesContractView
,
)
:
ERC20BytesBoundContractView
Parameters
address
:
string
view
:
ERC20BytesContractView
Returns
ERC20BytesBoundContractView
Properties
address
address
:
string
call
Static
callStatic
:
{
context
:
EthContext
;
view
:
ERC20BytesContractView
;
approve
(
spender
:
string
,
value
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
Promise
<
boolean
>
;
transfer
(
to
:
string
,
value
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
Promise
<
boolean
>
;
transferFrom
(
from
:
string
,
to
:
string
,
value
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
Promise
<
boolean
>
;
}
= ...
context
context
:
EthContext
encode
Call
encodeCall
:
{
context
:
EthContext
;
view
:
ERC20BytesContractView
;
allowance
(
owner
:
string
,
spender
:
string
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
approve
(
spender
:
string
,
value
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
balanceOf
(
who
:
string
,
overrides
?:
Overrides
)
:
EthCallParam
;
decimals
(
overrides
?:
Overrides
)
:
EthCallParam
;
name
(
overrides
?:
Overrides
)
:
EthCallParam
;
symbol
(
overrides
?:
Overrides
)
:
EthCallParam
;
totalSupply
(
overrides
?:
Overrides
)
:
EthCallParam
;
transfer
(
to
:
string
,
value
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
transferFrom
(
from
:
string
,
to
:
string
,
value
:
BigNumberish
,
overrides
?:
Overrides
,
)
:
EthCallParam
;
}
= ...
Protected
view
view
:
ERC20BytesContractView
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
allowance
allowance
(
owner
:
string
,
spender
:
string
,
overrides
?:
Overrides
,
)
:
Promise
<
bigint
>
Parameters
owner
:
string
spender
:
string
Optional
overrides
:
Overrides
Returns
Promise
<
bigint
>
balance
Of
balanceOf
(
who
:
string
,
overrides
?:
Overrides
)
:
Promise
<
bigint
>
Parameters
who
:
string
Optional
overrides
:
Overrides
Returns
Promise
<
bigint
>
decimals
decimals
(
overrides
?:
Overrides
)
:
Promise
<
bigint
>
Parameters
Optional
overrides
:
Overrides
Returns
Promise
<
bigint
>
name
name
(
overrides
?:
Overrides
)
:
Promise
<
string
>
Parameters
Optional
overrides
:
Overrides
Returns
Promise
<
string
>
symbol
symbol
(
overrides
?:
Overrides
)
:
Promise
<
string
>
Parameters
Optional
overrides
:
Overrides
Returns
Promise
<
string
>
total
Supply
totalSupply
(
overrides
?:
Overrides
)
:
Promise
<
bigint
>
Parameters
Optional
overrides
:
Overrides
Returns
Promise
<
bigint
>
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
allowance
balance
Of
decimals
name
symbol
total
Supply
@sentio/sdk
Loading...