Skip to content

Commit bcc5f54

Browse files
committed
update torch address and abi
1 parent 3ce87fb commit bcc5f54

File tree

2 files changed

+3
-123
lines changed

2 files changed

+3
-123
lines changed

src/data/Torch.json

Lines changed: 2 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"address": "0x75ea850738cDA8ed1F141f1822bCbf785Ac4cC89",
2+
"address": "0x887fee6B0793FF23721458EB04d073633B25eAB9",
3+
"blockNumber": 8789337,
34
"abi": [
45
{
56
"inputs": [
@@ -12,11 +13,6 @@
1213
"internalType": "string",
1314
"name": "baseURI",
1415
"type": "string"
15-
},
16-
{
17-
"internalType": "address[]",
18-
"name": "initialWhitelist",
19-
"type": "address[]"
2016
}
2117
],
2218
"stateMutability": "nonpayable",
@@ -147,32 +143,6 @@
147143
"name": "OwnableUnauthorizedAccount",
148144
"type": "error"
149145
},
150-
{
151-
"anonymous": false,
152-
"inputs": [
153-
{
154-
"indexed": true,
155-
"internalType": "address",
156-
"name": "account",
157-
"type": "address"
158-
}
159-
],
160-
"name": "AddressRemovedFromWhitelist",
161-
"type": "event"
162-
},
163-
{
164-
"anonymous": false,
165-
"inputs": [
166-
{
167-
"indexed": true,
168-
"internalType": "address",
169-
"name": "account",
170-
"type": "address"
171-
}
172-
],
173-
"name": "AddressWhitelisted",
174-
"type": "event"
175-
},
176146
{
177147
"anonymous": false,
178148
"inputs": [
@@ -242,19 +212,6 @@
242212
"name": "OwnershipTransferred",
243213
"type": "event"
244214
},
245-
{
246-
"anonymous": false,
247-
"inputs": [
248-
{
249-
"indexed": true,
250-
"internalType": "address",
251-
"name": "burner",
252-
"type": "address"
253-
}
254-
],
255-
"name": "TorchBurned",
256-
"type": "event"
257-
},
258215
{
259216
"anonymous": false,
260217
"inputs": [
@@ -280,19 +237,6 @@
280237
"name": "Transfer",
281238
"type": "event"
282239
},
283-
{
284-
"inputs": [
285-
{
286-
"internalType": "address",
287-
"name": "account",
288-
"type": "address"
289-
}
290-
],
291-
"name": "addToWhitelist",
292-
"outputs": [],
293-
"stateMutability": "nonpayable",
294-
"type": "function"
295-
},
296240
{
297241
"inputs": [
298242
{
@@ -330,19 +274,6 @@
330274
"stateMutability": "view",
331275
"type": "function"
332276
},
333-
{
334-
"inputs": [
335-
{
336-
"internalType": "address[]",
337-
"name": "addresses",
338-
"type": "address[]"
339-
}
340-
],
341-
"name": "batchWhitelist",
342-
"outputs": [],
343-
"stateMutability": "nonpayable",
344-
"type": "function"
345-
},
346277
{
347278
"inputs": [],
348279
"name": "burn",
@@ -464,19 +395,6 @@
464395
"stateMutability": "view",
465396
"type": "function"
466397
},
467-
{
468-
"inputs": [
469-
{
470-
"internalType": "address",
471-
"name": "account",
472-
"type": "address"
473-
}
474-
],
475-
"name": "removeFromWhitelist",
476-
"outputs": [],
477-
"stateMutability": "nonpayable",
478-
"type": "function"
479-
},
480398
{
481399
"inputs": [],
482400
"name": "renounceOwnership",
@@ -652,25 +570,6 @@
652570
"outputs": [],
653571
"stateMutability": "nonpayable",
654572
"type": "function"
655-
},
656-
{
657-
"inputs": [
658-
{
659-
"internalType": "address",
660-
"name": "",
661-
"type": "address"
662-
}
663-
],
664-
"name": "whitelisted",
665-
"outputs": [
666-
{
667-
"internalType": "bool",
668-
"name": "",
669-
"type": "bool"
670-
}
671-
],
672-
"stateMutability": "view",
673-
"type": "function"
674573
}
675574
]
676575
}
Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
[
2-
{
3-
"address": "0x7bc34Ec96a2da5FbC3c0cA0530d989821241516D",
4-
"name": "Test 1",
5-
"twitter": "VitalikButerin",
6-
"role": "Some description about demo"
7-
},
8-
{
9-
"address": "0x0e972f52C49e353Dc88C9f7F8e200c1cFE0d27b7",
10-
"name": "Test 2",
11-
"twitter": "elonmusk",
12-
"role": "Some description about demo"
13-
},
14-
{
15-
"address": "0x8D3e2E0e562634244E5D229C3B97A38efbEc65Ab",
16-
"name": "eth.org safe",
17-
"twitter": "ethereumorg",
18-
"role": "Official Ethereum.org multisig wallet"
19-
}
20-
]
1+
[]

0 commit comments

Comments
 (0)