Eip712MintERC1155TypedData
Possible values: [MintData]
domain object
Name of the signing domain
BaseTokenThe current version of the signing domain
1.0.0Numeric identifier of the blockchain
137Address of the contract on the blockchain that verifies the signature
0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccCtypes object
EIP712Domain object[]
MintData object[]
ArweaveReferences object[]
PhysicalGoldMetadata object[]
message object
Blockchain address to mint tokens to
0x1234567890123456789012345678901234567890Amount of tokens to mint (uint256)
1000000000000000000Document type identifier (uint8)
1Content hash of the document (bytes32)
0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890arweaveRefs object
Arweave references for metadata and documents
ar://metadata-tx-idar://certificate-tx-idar://additional-docs-tx-idTimestamp when the token was issued (uint64)
1706515200Version number (uint32)
1Unique nonce to prevent replay attacks (uint256)
1Deadline timestamp for the signature (uint256)
1706601600physicalMetadata object
Physical gold metadata
Serial number of the physical gold (bytes32)
0x1234567890123456789012345678901234567890123456789012345678901234Refinery identifier (bytes32)
0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890Purity of the gold (uint16)
9999Total physical weight in grams (uint256)
1000000Date when the gold was minted (uint64)
1706515200LBMA certification number (bytes32)
0xfedcba0987654321fedcba0987654321fedcba0987654321fedcba0987654321{
"primaryType": "MintData",
"domain": {
"name": "BaseToken",
"version": "1.0.0",
"chainId": 137,
"verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
},
"types": {
"EIP712Domain": [
{
"name": "string",
"type": "string"
}
],
"MintData": [
{
"name": "string",
"type": "string"
}
],
"ArweaveReferences": [
{
"name": "string",
"type": "string"
}
],
"PhysicalGoldMetadata": [
{
"name": "string",
"type": "string"
}
]
},
"message": {
"to": "0x1234567890123456789012345678901234567890",
"amount": "1000000000000000000",
"docType": 1,
"contentHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"arweaveRefs": {
"metadataUri": "ar://metadata-tx-id",
"certificateUri": "ar://certificate-tx-id",
"additionalDocsUri": "ar://additional-docs-tx-id"
},
"issuedAt": 1706515200,
"version": 1,
"nonce": "1",
"deadline": "1706601600",
"physicalMetadata": {
"serialNumber": "0x1234567890123456789012345678901234567890123456789012345678901234",
"refinery": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"purity": 9999,
"totalPhysicalWeight": "1000000",
"mintedDate": 1706515200,
"lbmaCertNumber": "0xfedcba0987654321fedcba0987654321fedcba0987654321fedcba0987654321"
}
}
}