ERC1155BurnBatch
fromstringrequired
Address of the wallet from which tokens will be burned
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xf8dcc91EA3e279bBA19b3802bbC947116A27d355nftIdsstring[]required
List of NFT IDs to burn (must match amounts array length)
Example:
["9","10","11"]amountsstring[]required
List of amounts to burn for each NFT ID (must match nftIds array length)
Example:
["1000","500","200"]noncestringrequired
Unique nonce for the transaction
Example:
1signaturestringrequired
Cryptographic signature
Example:
0x2aaa703789b16e7f6ccbe426e7a8b77ee46de84942c26cf01579300d821b40d72f10820d4e57ba9d9d531b0f231db6466811b431620b08e235e45205f6e3952c1bdeadlinestringrequired
Expiration timestamp for the signature
Example:
1769595331ERC1155BurnBatch
{
"from": "0xf8dcc91EA3e279bBA19b3802bbC947116A27d355",
"nftIds": [
"9",
"10",
"11"
],
"amounts": [
"1000",
"500",
"200"
],
"nonce": "1",
"signature": "0x2aaa703789b16e7f6ccbe426e7a8b77ee46de84942c26cf01579300d821b40d72f10820d4e57ba9d9d531b0f231db6466811b431620b08e235e45205f6e3952c1b",
"deadline": "1769595331"
}