I understand you can obtain the signature by calling DOMAIN_SEPARATOR on the contract in question. However, the original object (from my understanding) cannot be reverse engineered to obtain the original object. Calling functions on the contract when not knowing the format prior seems to be quite complex as well. Is there a simply way of obtaining this data?
EIP712Domain: [
{ name: "name", type: "string" },
{ name: "version", type: "string" },
{ name: "chainId", type: "uint256" },
{ name: "verifyingContract", type: "address" },
]
I dont know how we can get this data. If there are not public variables of the contract then it might not be possible to read
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.