EIP712UpdateFinalizationDate
eip712Object object
types object
changeFinalizationDate object[]
Array [
namestring
typestring
]
domain object
namestring
Name of the signing domain
Example:
BaseTokenversionstring
The current version of the signing domain
Example:
1.0.0chainIdnumber
Numeric identifier of the blockchain
Example:
137verifyingContractstring
Address of the contract on the blockchain that verifies the signature
Example:
0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccCvalue object
newTimestampstring
New finalization date timestamp
Example:
1761055250noncenumber
Unique number per request to prevent replay attacks
Example:
1EIP712UpdateFinalizationDate
{
"eip712Object": {
"types": {
"changeFinalizationDate": [
{
"name": "string",
"type": "string"
}
]
},
"domain": {
"name": "BaseToken",
"version": "1.0.0",
"chainId": 137,
"verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
},
"value": {
"newTimestamp": "1761055250",
"nonce": 1
}
}
}