Skip to main content

EIP712UpdateFinalizationDate

eip712Object object
types object
changeFinalizationDate object[]
  • Array [
  • namestring
    typestring
  • ]
  • domain object
    namestring

    Name of the signing domain

    Example: BaseToken
    versionstring

    The current version of the signing domain

    Example: 1.0.0
    chainIdnumber

    Numeric identifier of the blockchain

    Example: 137
    verifyingContractstring

    Address of the contract on the blockchain that verifies the signature

    Example: 0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC
    value object
    newTimestampstring

    New finalization date timestamp

    Example: 1761055250
    noncenumber

    Unique number per request to prevent replay attacks

    Example: 1
    EIP712UpdateFinalizationDate
    {
    "eip712Object": {
    "types": {
    "changeFinalizationDate": [
    {
    "name": "string",
    "type": "string"
    }
    ]
    },
    "domain": {
    "name": "BaseToken",
    "version": "1.0.0",
    "chainId": 137,
    "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
    },
    "value": {
    "newTimestamp": "1761055250",
    "nonce": 1
    }
    }
    }