Guest User

Autograph Abi

a guest
Apr 26th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TypeScript 1.32 KB | Software | 0 0
  1. export const AutographAbi = [
  2.     {
  3.         "anonymous": false,
  4.         "inputs": [
  5.             {
  6.                 "indexed": false,
  7.                 "internalType": "address",
  8.                 "name": "signer",
  9.                 "type": "address"
  10.             },
  11.             {
  12.                 "indexed": false,
  13.                 "internalType": "string",
  14.                 "name": "message",
  15.                 "type": "string"
  16.             },
  17.             {
  18.                 "indexed": false,
  19.                 "internalType": "string",
  20.                 "name": "location",
  21.                 "type": "string"
  22.             },
  23.             {
  24.                 "indexed": false,
  25.                 "internalType": "uint256",
  26.                 "name": "timestamp",
  27.                 "type": "uint256"
  28.             }
  29.         ],
  30.         "name": "Signature",
  31.         "type": "event"
  32.     },
  33.     {
  34.         "inputs": [
  35.             {
  36.                 "internalType": "string",
  37.                 "name": "message",
  38.                 "type": "string"
  39.             },
  40.             {
  41.                 "internalType": "string",
  42.                 "name": "location",
  43.                 "type": "string"
  44.             }
  45.         ],
  46.         "name": "sign",
  47.         "outputs": [],
  48.         "stateMutability": "nonpayable",
  49.         "type": "function"
  50.     }
  51. ] as const
Advertisement
Add Comment
Please, Sign In to add comment