ERC1155
Methods
balanceOf
Get the balance of an account's Tokens.
Parameters
_0
address
undefined
_1
uint256
undefined
Returns
_0
uint256
The _owner's balance of the Token type requested
balanceOfBatch
Parameters
accounts
address[]
undefined
ids
uint256[]
undefined
Returns
_0
uint256[]
undefined
isApprovedForAll
Queries the approval status of an operator for a given owner.
Parameters
_0
address
undefined
_1
address
undefined
Returns
_0
bool
True if the operator is approved, false if not
name
Returns
_0
string
undefined
safeBatchTransferFrom
Parameters
from
address
undefined
to
address
undefined
ids
uint256[]
undefined
amounts
uint256[]
undefined
data
bytes
undefined
safeTransferFrom
Parameters
from
address
undefined
to
address
undefined
id
uint256
undefined
amount
uint256
undefined
data
bytes
undefined
setApprovalForAll
Parameters
operator
address
undefined
approved
bool
undefined
supportsInterface
Parameters
interfaceId
bytes4
undefined
Returns
_0
bool
undefined
symbol
Returns
_0
string
undefined
uri
Parameters
tokenId
uint256
undefined
Returns
_0
string
undefined
Events
ApprovalForAll
Parameters
_owner indexed
address
undefined
_operator indexed
address
undefined
_approved
bool
undefined
TransferBatch
Parameters
_operator indexed
address
undefined
_from indexed
address
undefined
_to indexed
address
undefined
_ids
uint256[]
undefined
_values
uint256[]
undefined
TransferSingle
Parameters
_operator indexed
address
undefined
_from indexed
address
undefined
_to indexed
address
undefined
_id
uint256
undefined
_value
uint256
undefined
URI
Parameters
_value
string
undefined
_id indexed
uint256
undefined
Last updated