UNPKG

2.03 kBJSONView Raw
1{
2 "domain": {
3 "chainId": 1,
4 "name": "Signed Ints test",
5 "verifyingContract": "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
6 "version": "1"
7 },
8 "message": {
9 "max": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
10 "neg256": "-57896044618658097711785492504343953926634992332820282019728792003956564819968",
11 "pos256": "57896044618658097711785492504343953926634992332820282019728792003956564819967",
12 "neg128": "-170141183460469231731687303715884105728",
13 "pos128": "170141183460469231731687303715884105727",
14 "neg64": "-9223372036854775808",
15 "pos64": "9223372036854775807",
16 "neg32": "-2147483648",
17 "pos32": "2147483647",
18 "neg16": "-32768",
19 "pos16": "32767",
20 "neg8": "-128",
21 "pos8": "127"
22 },
23 "primaryType": "Test",
24 "types": {
25 "EIP712Domain": [
26 {
27 "name": "name",
28 "type": "string"
29 },
30 {
31 "name": "version",
32 "type": "string"
33 },
34 {
35 "name": "chainId",
36 "type": "uint256"
37 },
38 {
39 "name": "verifyingContract",
40 "type": "address"
41 }
42 ],
43 "Test": [
44 {
45 "name": "max",
46 "type": "uint256"
47 },
48 {
49 "name": "neg256",
50 "type": "int256"
51 },
52 {
53 "name": "pos256",
54 "type": "int256"
55 },
56 {
57 "name": "neg128",
58 "type": "int128"
59 },
60 {
61 "name": "pos128",
62 "type": "int128"
63 },
64 {
65 "name": "neg64",
66 "type": "int64"
67 },
68 {
69 "name": "pos64",
70 "type": "int64"
71 },
72 {
73 "name": "neg32",
74 "type": "int32"
75 },
76 {
77 "name": "pos32",
78 "type": "int32"
79 },
80 {
81 "name": "neg16",
82 "type": "int16"
83 },
84 {
85 "name": "pos16",
86 "type": "int16"
87 },
88 {
89 "name": "neg8",
90 "type": "int8"
91 },
92 {
93 "name": "pos8",
94 "type": "int8"
95 }
96 ]
97 }
98}
\No newline at end of file