Skip to content

Commit ee9fd30

Browse files
Ragger tests
- NFT (ERC-1155) - Poap - 1inch
1 parent 04c6ce6 commit ee9fd30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+2965
-0
lines changed

tests/ragger/abis/1inch.abi.json

Lines changed: 2062 additions & 0 deletions
Large diffs are not rendered by default.

tests/ragger/abis/poap.abi.json

Lines changed: 359 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,359 @@
1+
[
2+
{
3+
"inputs" : [
4+
{
5+
"internalType" : "address",
6+
"name" : "_poapContractAddress",
7+
"type" : "address"
8+
},
9+
{
10+
"internalType" : "address",
11+
"name" : "_validSigner",
12+
"type" : "address"
13+
},
14+
{
15+
"internalType" : "address payable",
16+
"name" : "_feeReceiver",
17+
"type" : "address"
18+
},
19+
{
20+
"internalType" : "uint256",
21+
"name" : "_migrationFee",
22+
"type" : "uint256"
23+
}
24+
],
25+
"stateMutability" : "nonpayable",
26+
"type" : "constructor"
27+
},
28+
{
29+
"anonymous" : false,
30+
"inputs" : [
31+
{
32+
"indexed" : true,
33+
"internalType" : "address",
34+
"name" : "previousFeeReceiver",
35+
"type" : "address"
36+
},
37+
{
38+
"indexed" : true,
39+
"internalType" : "address",
40+
"name" : "newFeeReceiver",
41+
"type" : "address"
42+
}
43+
],
44+
"name" : "FeeReceiverChange",
45+
"type" : "event"
46+
},
47+
{
48+
"anonymous" : false,
49+
"inputs" : [
50+
{
51+
"indexed" : true,
52+
"internalType" : "uint256",
53+
"name" : "previousFeeReceiver",
54+
"type" : "uint256"
55+
},
56+
{
57+
"indexed" : true,
58+
"internalType" : "uint256",
59+
"name" : "newFeeReceiver",
60+
"type" : "uint256"
61+
}
62+
],
63+
"name" : "MigrationFeeChange",
64+
"type" : "event"
65+
},
66+
{
67+
"anonymous" : false,
68+
"inputs" : [
69+
{
70+
"indexed" : true,
71+
"internalType" : "address",
72+
"name" : "previousOwner",
73+
"type" : "address"
74+
},
75+
{
76+
"indexed" : true,
77+
"internalType" : "address",
78+
"name" : "newOwner",
79+
"type" : "address"
80+
}
81+
],
82+
"name" : "OwnershipTransferred",
83+
"type" : "event"
84+
},
85+
{
86+
"anonymous" : false,
87+
"inputs" : [
88+
{
89+
"indexed" : false,
90+
"internalType" : "address",
91+
"name" : "account",
92+
"type" : "address"
93+
}
94+
],
95+
"name" : "Paused",
96+
"type" : "event"
97+
},
98+
{
99+
"anonymous" : false,
100+
"inputs" : [
101+
{
102+
"indexed" : false,
103+
"internalType" : "address",
104+
"name" : "account",
105+
"type" : "address"
106+
}
107+
],
108+
"name" : "Unpaused",
109+
"type" : "event"
110+
},
111+
{
112+
"anonymous" : false,
113+
"inputs" : [
114+
{
115+
"indexed" : true,
116+
"internalType" : "address",
117+
"name" : "previousValidSigner",
118+
"type" : "address"
119+
},
120+
{
121+
"indexed" : true,
122+
"internalType" : "address",
123+
"name" : "newValidSigner",
124+
"type" : "address"
125+
}
126+
],
127+
"name" : "ValidSignerChange",
128+
"type" : "event"
129+
},
130+
{
131+
"anonymous" : false,
132+
"inputs" : [
133+
{
134+
"indexed" : false,
135+
"internalType" : "bytes",
136+
"name" : "_signature",
137+
"type" : "bytes"
138+
}
139+
],
140+
"name" : "VerifiedSignature",
141+
"type" : "event"
142+
},
143+
{
144+
"inputs" : [],
145+
"name" : "NAME",
146+
"outputs" : [
147+
{
148+
"internalType" : "string",
149+
"name" : "",
150+
"type" : "string"
151+
}
152+
],
153+
"stateMutability" : "view",
154+
"type" : "function"
155+
},
156+
{
157+
"inputs" : [],
158+
"name" : "feeReceiver",
159+
"outputs" : [
160+
{
161+
"internalType" : "address payable",
162+
"name" : "",
163+
"type" : "address"
164+
}
165+
],
166+
"stateMutability" : "view",
167+
"type" : "function"
168+
},
169+
{
170+
"inputs" : [],
171+
"name" : "migrationFee",
172+
"outputs" : [
173+
{
174+
"internalType" : "uint256",
175+
"name" : "",
176+
"type" : "uint256"
177+
}
178+
],
179+
"stateMutability" : "view",
180+
"type" : "function"
181+
},
182+
{
183+
"inputs" : [
184+
{
185+
"internalType" : "uint256",
186+
"name" : "eventId",
187+
"type" : "uint256"
188+
},
189+
{
190+
"internalType" : "uint256",
191+
"name" : "tokenId",
192+
"type" : "uint256"
193+
},
194+
{
195+
"internalType" : "address",
196+
"name" : "receiver",
197+
"type" : "address"
198+
},
199+
{
200+
"internalType" : "uint256",
201+
"name" : "expirationTime",
202+
"type" : "uint256"
203+
},
204+
{
205+
"internalType" : "bytes",
206+
"name" : "signature",
207+
"type" : "bytes"
208+
}
209+
],
210+
"name" : "mintToken",
211+
"outputs" : [
212+
{
213+
"internalType" : "bool",
214+
"name" : "",
215+
"type" : "bool"
216+
}
217+
],
218+
"stateMutability" : "payable",
219+
"type" : "function"
220+
},
221+
{
222+
"inputs" : [],
223+
"name" : "owner",
224+
"outputs" : [
225+
{
226+
"internalType" : "address",
227+
"name" : "",
228+
"type" : "address"
229+
}
230+
],
231+
"stateMutability" : "view",
232+
"type" : "function"
233+
},
234+
{
235+
"inputs" : [],
236+
"name" : "pause",
237+
"outputs" : [],
238+
"stateMutability" : "nonpayable",
239+
"type" : "function"
240+
},
241+
{
242+
"inputs" : [],
243+
"name" : "paused",
244+
"outputs" : [
245+
{
246+
"internalType" : "bool",
247+
"name" : "",
248+
"type" : "bool"
249+
}
250+
],
251+
"stateMutability" : "view",
252+
"type" : "function"
253+
},
254+
{
255+
"inputs" : [
256+
{
257+
"internalType" : "bytes",
258+
"name" : "",
259+
"type" : "bytes"
260+
}
261+
],
262+
"name" : "processed",
263+
"outputs" : [
264+
{
265+
"internalType" : "bool",
266+
"name" : "",
267+
"type" : "bool"
268+
}
269+
],
270+
"stateMutability" : "view",
271+
"type" : "function"
272+
},
273+
{
274+
"inputs" : [],
275+
"name" : "renounceOwnership",
276+
"outputs" : [],
277+
"stateMutability" : "nonpayable",
278+
"type" : "function"
279+
},
280+
{
281+
"inputs" : [],
282+
"name" : "renouncePoapAdmin",
283+
"outputs" : [],
284+
"stateMutability" : "nonpayable",
285+
"type" : "function"
286+
},
287+
{
288+
"inputs" : [
289+
{
290+
"internalType" : "address payable",
291+
"name" : "_feeReceiver",
292+
"type" : "address"
293+
}
294+
],
295+
"name" : "setFeeReceiver",
296+
"outputs" : [],
297+
"stateMutability" : "nonpayable",
298+
"type" : "function"
299+
},
300+
{
301+
"inputs" : [
302+
{
303+
"internalType" : "uint256",
304+
"name" : "_migrationFee",
305+
"type" : "uint256"
306+
}
307+
],
308+
"name" : "setMigrationFee",
309+
"outputs" : [],
310+
"stateMutability" : "nonpayable",
311+
"type" : "function"
312+
},
313+
{
314+
"inputs" : [
315+
{
316+
"internalType" : "address",
317+
"name" : "_validSigner",
318+
"type" : "address"
319+
}
320+
],
321+
"name" : "setValidSigner",
322+
"outputs" : [],
323+
"stateMutability" : "nonpayable",
324+
"type" : "function"
325+
},
326+
{
327+
"inputs" : [
328+
{
329+
"internalType" : "address",
330+
"name" : "newOwner",
331+
"type" : "address"
332+
}
333+
],
334+
"name" : "transferOwnership",
335+
"outputs" : [],
336+
"stateMutability" : "nonpayable",
337+
"type" : "function"
338+
},
339+
{
340+
"inputs" : [],
341+
"name" : "unpause",
342+
"outputs" : [],
343+
"stateMutability" : "nonpayable",
344+
"type" : "function"
345+
},
346+
{
347+
"inputs" : [],
348+
"name" : "validSigner",
349+
"outputs" : [
350+
{
351+
"internalType" : "address",
352+
"name" : "",
353+
"type" : "address"
354+
}
355+
],
356+
"stateMutability" : "view",
357+
"type" : "function"
358+
}
359+
]
13.1 KB
18.3 KB
6.8 KB
11.3 KB
6.21 KB
12.2 KB
13.5 KB
18.7 KB

0 commit comments

Comments
 (0)