ERC1155Mint
uploadIdstring
Upload identifier
Example:
e47f6c23-7392-482a-a76d-56f2f3ac804ftostring
Receiver's address
Example:
0xf8dcc91EA3e279bBA19b3802bbC947116A27d355amountstring
Amount of fungible tokens to mint under same token ID
Example:
1000signaturestring
Cryptographic signature
Example:
0x2aaa703789b16e7f6ccbe426e7a8b77ee46de84942c26cf01579300d821b40d72f10820d4e57ba9d9d531b0f231db6466811b431620b08e235e45205f6e3952c1bissuedAtstring
Timestamp when the signature was issued
Example:
1769591731noncestring
Unique nonce for the transaction
Example:
1deadlinestring
Expiration timestamp for the signature
Example:
1769595331ERC1155Mint
{
"uploadId": "e47f6c23-7392-482a-a76d-56f2f3ac804f",
"to": "0xf8dcc91EA3e279bBA19b3802bbC947116A27d355",
"amount": "1000",
"signature": "0x2aaa703789b16e7f6ccbe426e7a8b77ee46de84942c26cf01579300d821b40d72f10820d4e57ba9d9d531b0f231db6466811b431620b08e235e45205f6e3952c1b",
"issuedAt": "1769591731",
"nonce": "1",
"deadline": "1769595331"
}