SignedPermit
ownerstringrequired
Owner of the tokens/EUROe
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826spenderstringrequired
Address of the smart contract allowed to spend the tokens/EUROe
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826valuestringrequired
Amount of EUROe tokens allowed in the swap transaction processed by the Matching Engine
Example:
2deadlinestringrequired
Timestamp date when the permit ceases to be valid
Example:
1759915647signaturestringrequired
EIP712 signature of the owner of the tokens/EUROe
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826SignedPermit
{
"owner": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"spender": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"value": "2",
"deadline": "1759915647",
"signature": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826"
}