forked from tetsuroba/uniswap-universal-decoder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUniversalRouterAbi.json
206 lines (206 loc) · 7.39 KB
/
UniversalRouterAbi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
[
{
"inputs": [
{
"components": [
{ "internalType": "address", "name": "permit2", "type": "address" },
{ "internalType": "address", "name": "weth9", "type": "address" },
{ "internalType": "address", "name": "seaport", "type": "address" },
{ "internalType": "address", "name": "nftxZap", "type": "address" },
{ "internalType": "address", "name": "x2y2", "type": "address" },
{
"internalType": "address",
"name": "foundation",
"type": "address"
},
{ "internalType": "address", "name": "sudoswap", "type": "address" },
{ "internalType": "address", "name": "nft20Zap", "type": "address" },
{
"internalType": "address",
"name": "cryptopunks",
"type": "address"
},
{ "internalType": "address", "name": "looksRare", "type": "address" },
{
"internalType": "address",
"name": "routerRewardsDistributor",
"type": "address"
},
{
"internalType": "address",
"name": "looksRareRewardsDistributor",
"type": "address"
},
{
"internalType": "address",
"name": "looksRareToken",
"type": "address"
},
{ "internalType": "address", "name": "v2Factory", "type": "address" },
{ "internalType": "address", "name": "v3Factory", "type": "address" },
{
"internalType": "bytes32",
"name": "pairInitCodeHash",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "poolInitCodeHash",
"type": "bytes32"
}
],
"internalType": "struct RouterParameters",
"name": "params",
"type": "tuple"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{ "inputs": [], "name": "ContractLocked", "type": "error" },
{ "inputs": [], "name": "ETHNotAccepted", "type": "error" },
{
"inputs": [
{ "internalType": "uint256", "name": "commandIndex", "type": "uint256" },
{ "internalType": "bytes", "name": "message", "type": "bytes" }
],
"name": "ExecutionFailed",
"type": "error"
},
{ "inputs": [], "name": "FromAddressIsNotOwner", "type": "error" },
{ "inputs": [], "name": "InsufficientETH", "type": "error" },
{ "inputs": [], "name": "InsufficientToken", "type": "error" },
{ "inputs": [], "name": "InvalidBips", "type": "error" },
{
"inputs": [
{ "internalType": "uint256", "name": "commandType", "type": "uint256" }
],
"name": "InvalidCommandType",
"type": "error"
},
{ "inputs": [], "name": "InvalidOwnerERC1155", "type": "error" },
{ "inputs": [], "name": "InvalidOwnerERC721", "type": "error" },
{ "inputs": [], "name": "InvalidPath", "type": "error" },
{ "inputs": [], "name": "InvalidReserves", "type": "error" },
{ "inputs": [], "name": "LengthMismatch", "type": "error" },
{ "inputs": [], "name": "NoSlice", "type": "error" },
{ "inputs": [], "name": "SliceOutOfBounds", "type": "error" },
{ "inputs": [], "name": "SliceOverflow", "type": "error" },
{ "inputs": [], "name": "ToAddressOutOfBounds", "type": "error" },
{ "inputs": [], "name": "ToAddressOverflow", "type": "error" },
{ "inputs": [], "name": "ToUint24OutOfBounds", "type": "error" },
{ "inputs": [], "name": "ToUint24Overflow", "type": "error" },
{ "inputs": [], "name": "TransactionDeadlinePassed", "type": "error" },
{ "inputs": [], "name": "UnableToClaim", "type": "error" },
{ "inputs": [], "name": "UnsafeCast", "type": "error" },
{ "inputs": [], "name": "V2InvalidPath", "type": "error" },
{ "inputs": [], "name": "V2TooLittleReceived", "type": "error" },
{ "inputs": [], "name": "V2TooMuchRequested", "type": "error" },
{ "inputs": [], "name": "V3InvalidAmountOut", "type": "error" },
{ "inputs": [], "name": "V3InvalidCaller", "type": "error" },
{ "inputs": [], "name": "V3InvalidSwap", "type": "error" },
{ "inputs": [], "name": "V3TooLittleReceived", "type": "error" },
{ "inputs": [], "name": "V3TooMuchRequested", "type": "error" },
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "RewardsSent",
"type": "event"
},
{
"inputs": [
{ "internalType": "bytes", "name": "looksRareClaim", "type": "bytes" }
],
"name": "collectRewards",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "bytes", "name": "commands", "type": "bytes" },
{ "internalType": "bytes[]", "name": "inputs", "type": "bytes[]" }
],
"name": "execute",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{ "internalType": "bytes", "name": "commands", "type": "bytes" },
{ "internalType": "bytes[]", "name": "inputs", "type": "bytes[]" },
{ "internalType": "uint256", "name": "deadline", "type": "uint256" }
],
"name": "execute",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "uint256[]", "name": "", "type": "uint256[]" },
{ "internalType": "uint256[]", "name": "", "type": "uint256[]" },
{ "internalType": "bytes", "name": "", "type": "bytes" }
],
"name": "onERC1155BatchReceived",
"outputs": [{ "internalType": "bytes4", "name": "", "type": "bytes4" }],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "uint256", "name": "", "type": "uint256" },
{ "internalType": "uint256", "name": "", "type": "uint256" },
{ "internalType": "bytes", "name": "", "type": "bytes" }
],
"name": "onERC1155Received",
"outputs": [{ "internalType": "bytes4", "name": "", "type": "bytes4" }],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "uint256", "name": "", "type": "uint256" },
{ "internalType": "bytes", "name": "", "type": "bytes" }
],
"name": "onERC721Received",
"outputs": [{ "internalType": "bytes4", "name": "", "type": "bytes4" }],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{ "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }
],
"name": "supportsInterface",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{ "internalType": "int256", "name": "amount0Delta", "type": "int256" },
{ "internalType": "int256", "name": "amount1Delta", "type": "int256" },
{ "internalType": "bytes", "name": "data", "type": "bytes" }
],
"name": "uniswapV3SwapCallback",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{ "stateMutability": "payable", "type": "receive" }
]