@layerzerolabs/lz-evm-sdk-v1 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/chaos-testnet/DefaultProxyAdmin.json +273 -0
- package/deployments/{avalanche-sandbox-local → chaos-testnet}/Endpoint.json +16 -16
- package/deployments/{bsc-sandbox-local → chaos-testnet}/FPValidator.json +9 -9
- package/deployments/{avalanche-sandbox-local → chaos-testnet}/MPTValidator01.json +9 -9
- package/deployments/{bsc-sandbox-local → chaos-testnet}/NonceContract.json +10 -10
- package/deployments/chaos-testnet/RelayerV2.json +1239 -0
- package/deployments/chaos-testnet/RelayerV2_Implementation.json +1366 -0
- package/deployments/chaos-testnet/RelayerV2_Proxy.json +245 -0
- package/deployments/chaos-testnet/TreasuryV2.json +458 -0
- package/deployments/chaos-testnet/UltraLightNodeV2.json +1816 -0
- package/dist/index.browser.js +23 -0
- package/dist/index.js +30 -0
- package/dist/typechain-types/Endpoint.js +2 -0
- package/dist/typechain-types/EndpointLite.js +2 -0
- package/dist/typechain-types/FeeHandler.js +2 -0
- package/dist/typechain-types/NonceContract.js +2 -0
- package/dist/typechain-types/NonceContractRadar.js +2 -0
- package/dist/typechain-types/PriceFeed.js +2 -0
- package/dist/typechain-types/Relayer.js +2 -0
- package/dist/typechain-types/RelayerV2.sol/IStargateComposer.js +2 -0
- package/dist/typechain-types/RelayerV2.sol/RelayerV2.js +2 -0
- package/dist/typechain-types/RelayerV2.sol/index.js +2 -0
- package/dist/typechain-types/RelayerV2Radar.js +2 -0
- package/dist/typechain-types/Treasury.js +2 -0
- package/dist/typechain-types/TreasuryV2.js +2 -0
- package/dist/typechain-types/TreasuryV2Radar.js +2 -0
- package/dist/typechain-types/UltraLightNode.js +2 -0
- package/dist/typechain-types/UltraLightNodeV2.js +2 -0
- package/dist/typechain-types/UltraLightNodeV2AltToken.js +2 -0
- package/dist/typechain-types/UltraLightNodeV2Radar.js +2 -0
- package/dist/typechain-types/arbitrum/index.js +2 -0
- package/dist/typechain-types/arbitrum/interfaces/ArbSys.js +2 -0
- package/dist/typechain-types/arbitrum/interfaces/index.js +2 -0
- package/dist/typechain-types/common.js +2 -0
- package/dist/typechain-types/example/AltTokenUA.js +2 -0
- package/dist/typechain-types/example/index.js +2 -0
- package/dist/typechain-types/factories/EndpointLite__factory.js +988 -0
- package/dist/typechain-types/factories/Endpoint__factory.js +1012 -0
- package/dist/typechain-types/factories/FeeHandler__factory.js +203 -0
- package/dist/typechain-types/factories/NonceContractRadar__factory.js +183 -0
- package/dist/typechain-types/factories/NonceContract__factory.js +142 -0
- package/dist/typechain-types/factories/PriceFeed__factory.js +585 -0
- package/dist/typechain-types/factories/RelayerV2.sol/IStargateComposer__factory.js +35 -0
- package/dist/typechain-types/factories/RelayerV2.sol/RelayerV2__factory.js +1048 -0
- package/dist/typechain-types/factories/RelayerV2.sol/index.js +21 -0
- package/dist/typechain-types/factories/RelayerV2Radar__factory.js +853 -0
- package/dist/typechain-types/factories/Relayer__factory.js +642 -0
- package/dist/typechain-types/factories/TreasuryV2Radar__factory.js +362 -0
- package/dist/typechain-types/factories/TreasuryV2__factory.js +385 -0
- package/dist/typechain-types/factories/Treasury__factory.js +362 -0
- package/dist/typechain-types/factories/UltraLightNodeV2AltToken__factory.js +1495 -0
- package/dist/typechain-types/factories/UltraLightNodeV2Radar__factory.js +1599 -0
- package/dist/typechain-types/factories/UltraLightNodeV2__factory.js +1477 -0
- package/dist/typechain-types/factories/UltraLightNode__factory.js +1529 -0
- package/dist/typechain-types/factories/arbitrum/index.js +7 -0
- package/dist/typechain-types/factories/arbitrum/interfaces/ArbSys__factory.js +290 -0
- package/dist/typechain-types/factories/arbitrum/interfaces/index.js +19 -0
- package/dist/typechain-types/factories/example/AltTokenUA__factory.js +186 -0
- package/dist/typechain-types/factories/example/index.js +19 -0
- package/dist/typechain-types/factories/index.js +54 -0
- package/dist/typechain-types/factories/interfaces/IContractOne__factory.js +35 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroEndpoint__factory.js +458 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroMessagingLibraryV2__factory.js +195 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroMessagingLibrary__factory.js +171 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroOracleV2__factory.js +108 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroOracle__factory.js +88 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroPriceFeedV2__factory.js +115 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroPriceFeed__factory.js +118 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroReceiver__factory.js +50 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroRelayerV2PriceData__factory.js +94 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroRelayerV2__factory.js +118 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroRelayer__factory.js +103 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroTreasury__factory.js +51 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroUltraLightNodeV1__factory.js +167 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroUltraLightNodeV2__factory.js +593 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroUserApplicationConfig__factory.js +94 -0
- package/dist/typechain-types/factories/interfaces/ILayerZeroValidationLibrary__factory.js +88 -0
- package/dist/typechain-types/factories/interfaces/IValidationLibraryHelperV2__factory.js +165 -0
- package/dist/typechain-types/factories/interfaces/IValidationLibraryHelper__factory.js +157 -0
- package/dist/typechain-types/factories/interfaces/index.js +55 -0
- package/dist/typechain-types/factories/precrime/PreCrimeBase__factory.js +270 -0
- package/dist/typechain-types/factories/precrime/PreCrimeView__factory.js +329 -0
- package/dist/typechain-types/factories/precrime/PreCrime__factory.js +364 -0
- package/dist/typechain-types/factories/precrime/example/index.js +8 -0
- package/dist/typechain-types/factories/precrime/example/inherit/CounterI__factory.js +677 -0
- package/dist/typechain-types/factories/precrime/example/inherit/CounterPrecrime__factory.js +468 -0
- package/dist/typechain-types/factories/precrime/example/inherit/index.js +21 -0
- package/dist/typechain-types/factories/precrime/example/view/CounterPrecrimeView__factory.js +470 -0
- package/dist/typechain-types/factories/precrime/example/view/CounterV__factory.js +231 -0
- package/dist/typechain-types/factories/precrime/example/view/CounterView__factory.js +219 -0
- package/dist/typechain-types/factories/precrime/example/view/index.js +23 -0
- package/dist/typechain-types/factories/precrime/index.js +25 -0
- package/dist/typechain-types/factories/precrime/interfaces/IPreCrimeBase__factory.js +127 -0
- package/dist/typechain-types/factories/precrime/interfaces/IPreCrimeView__factory.js +173 -0
- package/dist/typechain-types/factories/precrime/interfaces/IPreCrime__factory.js +173 -0
- package/dist/typechain-types/factories/precrime/interfaces/index.js +23 -0
- package/dist/typechain-types/factories/proof/FPValidator__factory.js +380 -0
- package/dist/typechain-types/factories/proof/MPTValidator01__factory.js +393 -0
- package/dist/typechain-types/factories/proof/MPTValidatorStgV3__factory.js +364 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV2__factory.js +266 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV4.sol/IUltraLightNode__factory.js +119 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV4.sol/MPTValidatorV4__factory.js +468 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV4.sol/index.js +21 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV5.sol/IUltraLightNode__factory.js +119 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV5.sol/MPTValidatorV5__factory.js +486 -0
- package/dist/typechain-types/factories/proof/MPTValidatorV5.sol/index.js +21 -0
- package/dist/typechain-types/factories/proof/MPTValidator__factory.js +200 -0
- package/dist/typechain-types/factories/proof/index.js +29 -0
- package/dist/typechain-types/factories/proxy/DefaultProxyAdmin__factory.js +225 -0
- package/dist/typechain-types/factories/proxy/TransparentUpgradeableProxy__factory.js +196 -0
- package/dist/typechain-types/factories/proxy/index.js +21 -0
- package/dist/typechain-types/index.js +134 -0
- package/dist/typechain-types/interfaces/IContractOne.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroEndpoint.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroMessagingLibrary.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroMessagingLibraryV2.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroOracle.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroOracleV2.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroPriceFeed.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroPriceFeedV2.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroReceiver.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroRelayer.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroRelayerV2.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroRelayerV2PriceData.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroTreasury.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroUltraLightNodeV1.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroUltraLightNodeV2.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroUserApplicationConfig.js +2 -0
- package/dist/typechain-types/interfaces/ILayerZeroValidationLibrary.js +2 -0
- package/dist/typechain-types/interfaces/IValidationLibraryHelper.js +2 -0
- package/dist/typechain-types/interfaces/IValidationLibraryHelperV2.js +2 -0
- package/dist/typechain-types/interfaces/index.js +2 -0
- package/dist/typechain-types/precrime/PreCrime.js +2 -0
- package/dist/typechain-types/precrime/PreCrimeBase.js +2 -0
- package/dist/typechain-types/precrime/PreCrimeView.js +2 -0
- package/dist/typechain-types/precrime/example/index.js +2 -0
- package/dist/typechain-types/precrime/example/inherit/CounterI.js +2 -0
- package/dist/typechain-types/precrime/example/inherit/CounterPrecrime.js +2 -0
- package/dist/typechain-types/precrime/example/inherit/index.js +2 -0
- package/dist/typechain-types/precrime/example/view/CounterPrecrimeView.js +2 -0
- package/dist/typechain-types/precrime/example/view/CounterV.js +2 -0
- package/dist/typechain-types/precrime/example/view/CounterView.js +2 -0
- package/dist/typechain-types/precrime/example/view/index.js +2 -0
- package/dist/typechain-types/precrime/index.js +2 -0
- package/dist/typechain-types/precrime/interfaces/IPreCrime.js +2 -0
- package/dist/typechain-types/precrime/interfaces/IPreCrimeBase.js +2 -0
- package/dist/typechain-types/precrime/interfaces/IPreCrimeView.js +2 -0
- package/dist/typechain-types/precrime/interfaces/index.js +2 -0
- package/dist/typechain-types/proof/FPValidator.js +2 -0
- package/dist/typechain-types/proof/MPTValidator.js +2 -0
- package/dist/typechain-types/proof/MPTValidator01.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorStgV3.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV2.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV4.sol/IUltraLightNode.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV4.sol/MPTValidatorV4.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV4.sol/index.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV5.sol/IUltraLightNode.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV5.sol/MPTValidatorV5.js +2 -0
- package/dist/typechain-types/proof/MPTValidatorV5.sol/index.js +2 -0
- package/dist/typechain-types/proof/index.js +2 -0
- package/dist/typechain-types/proxy/DefaultProxyAdmin.js +2 -0
- package/dist/typechain-types/proxy/TransparentUpgradeableProxy.js +2 -0
- package/dist/typechain-types/proxy/index.js +2 -0
- package/package.json +4 -4
- package/deployments/avalanche-sandbox-local/FPValidator.json +0 -382
- package/deployments/avalanche-sandbox-local/NonceContract.json +0 -159
- package/deployments/bsc-sandbox-local/Endpoint.json +0 -1282
- package/deployments/bsc-sandbox-local/MPTValidator01.json +0 -395
|
@@ -0,0 +1,1529 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.UltraLightNode__factory = void 0;
|
|
19
|
+
/* Autogenerated file. Do not edit manually. */
|
|
20
|
+
/* tslint:disable */
|
|
21
|
+
/* eslint-disable */
|
|
22
|
+
var ethers_1 = require("ethers");
|
|
23
|
+
var _abi = [
|
|
24
|
+
{
|
|
25
|
+
inputs: [
|
|
26
|
+
{
|
|
27
|
+
internalType: "address",
|
|
28
|
+
name: "_endpoint",
|
|
29
|
+
type: "address"
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
stateMutability: "nonpayable",
|
|
33
|
+
type: "constructor"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
anonymous: false,
|
|
37
|
+
inputs: [
|
|
38
|
+
{
|
|
39
|
+
indexed: false,
|
|
40
|
+
internalType: "uint16",
|
|
41
|
+
name: "chainId",
|
|
42
|
+
type: "uint16"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
indexed: false,
|
|
46
|
+
internalType: "address",
|
|
47
|
+
name: "lib",
|
|
48
|
+
type: "address"
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
name: "AddInboundProofLibraryForChain",
|
|
52
|
+
type: "event"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
anonymous: false,
|
|
56
|
+
inputs: [
|
|
57
|
+
{
|
|
58
|
+
indexed: false,
|
|
59
|
+
internalType: "address",
|
|
60
|
+
name: "userApplication",
|
|
61
|
+
type: "address"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
indexed: false,
|
|
65
|
+
internalType: "uint256",
|
|
66
|
+
name: "configType",
|
|
67
|
+
type: "uint256"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
indexed: false,
|
|
71
|
+
internalType: "bytes",
|
|
72
|
+
name: "newConfig",
|
|
73
|
+
type: "bytes"
|
|
74
|
+
},
|
|
75
|
+
],
|
|
76
|
+
name: "AppConfigUpdated",
|
|
77
|
+
type: "event"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
anonymous: false,
|
|
81
|
+
inputs: [
|
|
82
|
+
{
|
|
83
|
+
indexed: false,
|
|
84
|
+
internalType: "uint16",
|
|
85
|
+
name: "chainId",
|
|
86
|
+
type: "uint16"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
indexed: false,
|
|
90
|
+
internalType: "uint16",
|
|
91
|
+
name: "proofType",
|
|
92
|
+
type: "uint16"
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
name: "EnableSupportedOutboundProof",
|
|
96
|
+
type: "event"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
anonymous: false,
|
|
100
|
+
inputs: [
|
|
101
|
+
{
|
|
102
|
+
indexed: false,
|
|
103
|
+
internalType: "uint16",
|
|
104
|
+
name: "srcChainId",
|
|
105
|
+
type: "uint16"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
indexed: false,
|
|
109
|
+
internalType: "address",
|
|
110
|
+
name: "oracle",
|
|
111
|
+
type: "address"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
indexed: false,
|
|
115
|
+
internalType: "uint256",
|
|
116
|
+
name: "confirmations",
|
|
117
|
+
type: "uint256"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
indexed: false,
|
|
121
|
+
internalType: "bytes32",
|
|
122
|
+
name: "blockhash",
|
|
123
|
+
type: "bytes32"
|
|
124
|
+
},
|
|
125
|
+
],
|
|
126
|
+
name: "HashReceived",
|
|
127
|
+
type: "event"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
anonymous: false,
|
|
131
|
+
inputs: [
|
|
132
|
+
{
|
|
133
|
+
indexed: true,
|
|
134
|
+
internalType: "address",
|
|
135
|
+
name: "previousOwner",
|
|
136
|
+
type: "address"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
indexed: true,
|
|
140
|
+
internalType: "address",
|
|
141
|
+
name: "newOwner",
|
|
142
|
+
type: "address"
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
name: "OwnershipTransferred",
|
|
146
|
+
type: "event"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
anonymous: false,
|
|
150
|
+
inputs: [
|
|
151
|
+
{
|
|
152
|
+
indexed: false,
|
|
153
|
+
internalType: "uint16",
|
|
154
|
+
name: "chainId",
|
|
155
|
+
type: "uint16"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
indexed: false,
|
|
159
|
+
internalType: "bytes",
|
|
160
|
+
name: "payload",
|
|
161
|
+
type: "bytes"
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
name: "Packet",
|
|
165
|
+
type: "event"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
anonymous: false,
|
|
169
|
+
inputs: [
|
|
170
|
+
{
|
|
171
|
+
indexed: false,
|
|
172
|
+
internalType: "uint16",
|
|
173
|
+
name: "chainId",
|
|
174
|
+
type: "uint16"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
indexed: false,
|
|
178
|
+
internalType: "uint64",
|
|
179
|
+
name: "nonce",
|
|
180
|
+
type: "uint64"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
indexed: false,
|
|
184
|
+
internalType: "uint16",
|
|
185
|
+
name: "outboundProofType",
|
|
186
|
+
type: "uint16"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
indexed: false,
|
|
190
|
+
internalType: "bytes",
|
|
191
|
+
name: "adapterParams",
|
|
192
|
+
type: "bytes"
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
name: "RelayerParams",
|
|
196
|
+
type: "event"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
anonymous: false,
|
|
200
|
+
inputs: [
|
|
201
|
+
{
|
|
202
|
+
indexed: false,
|
|
203
|
+
internalType: "uint16",
|
|
204
|
+
name: "chainId",
|
|
205
|
+
type: "uint16"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
indexed: false,
|
|
209
|
+
internalType: "uint256",
|
|
210
|
+
name: "size",
|
|
211
|
+
type: "uint256"
|
|
212
|
+
},
|
|
213
|
+
],
|
|
214
|
+
name: "SetChainAddressSize",
|
|
215
|
+
type: "event"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
anonymous: false,
|
|
219
|
+
inputs: [
|
|
220
|
+
{
|
|
221
|
+
indexed: false,
|
|
222
|
+
internalType: "uint16",
|
|
223
|
+
name: "chainId",
|
|
224
|
+
type: "uint16"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
indexed: false,
|
|
228
|
+
internalType: "uint16",
|
|
229
|
+
name: "proofType",
|
|
230
|
+
type: "uint16"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
indexed: false,
|
|
234
|
+
internalType: "bytes",
|
|
235
|
+
name: "adapterParams",
|
|
236
|
+
type: "bytes"
|
|
237
|
+
},
|
|
238
|
+
],
|
|
239
|
+
name: "SetDefaultAdapterParamsForChainId",
|
|
240
|
+
type: "event"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
anonymous: false,
|
|
244
|
+
inputs: [
|
|
245
|
+
{
|
|
246
|
+
indexed: false,
|
|
247
|
+
internalType: "uint16",
|
|
248
|
+
name: "chainId",
|
|
249
|
+
type: "uint16"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
indexed: false,
|
|
253
|
+
internalType: "uint16",
|
|
254
|
+
name: "inboundProofLib",
|
|
255
|
+
type: "uint16"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
indexed: false,
|
|
259
|
+
internalType: "uint64",
|
|
260
|
+
name: "inboundBlockConfirm",
|
|
261
|
+
type: "uint64"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
indexed: false,
|
|
265
|
+
internalType: "address",
|
|
266
|
+
name: "relayer",
|
|
267
|
+
type: "address"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
indexed: false,
|
|
271
|
+
internalType: "uint16",
|
|
272
|
+
name: "outboundProofType",
|
|
273
|
+
type: "uint16"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
indexed: false,
|
|
277
|
+
internalType: "uint16",
|
|
278
|
+
name: "outboundBlockConfirm",
|
|
279
|
+
type: "uint16"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
indexed: false,
|
|
283
|
+
internalType: "address",
|
|
284
|
+
name: "oracle",
|
|
285
|
+
type: "address"
|
|
286
|
+
},
|
|
287
|
+
],
|
|
288
|
+
name: "SetDefaultConfigForChainId",
|
|
289
|
+
type: "event"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
anonymous: false,
|
|
293
|
+
inputs: [
|
|
294
|
+
{
|
|
295
|
+
indexed: false,
|
|
296
|
+
internalType: "address",
|
|
297
|
+
name: "tokenAddress",
|
|
298
|
+
type: "address"
|
|
299
|
+
},
|
|
300
|
+
],
|
|
301
|
+
name: "SetLayerZeroToken",
|
|
302
|
+
type: "event"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
anonymous: false,
|
|
306
|
+
inputs: [
|
|
307
|
+
{
|
|
308
|
+
indexed: false,
|
|
309
|
+
internalType: "address",
|
|
310
|
+
name: "relayerFeeContract",
|
|
311
|
+
type: "address"
|
|
312
|
+
},
|
|
313
|
+
],
|
|
314
|
+
name: "SetRelayerFeeContract",
|
|
315
|
+
type: "event"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
anonymous: false,
|
|
319
|
+
inputs: [
|
|
320
|
+
{
|
|
321
|
+
indexed: false,
|
|
322
|
+
internalType: "uint16",
|
|
323
|
+
name: "chainId",
|
|
324
|
+
type: "uint16"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
indexed: false,
|
|
328
|
+
internalType: "bytes32",
|
|
329
|
+
name: "uln",
|
|
330
|
+
type: "bytes32"
|
|
331
|
+
},
|
|
332
|
+
],
|
|
333
|
+
name: "SetRemoteUln",
|
|
334
|
+
type: "event"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
anonymous: false,
|
|
338
|
+
inputs: [
|
|
339
|
+
{
|
|
340
|
+
indexed: false,
|
|
341
|
+
internalType: "address",
|
|
342
|
+
name: "treasuryAddress",
|
|
343
|
+
type: "address"
|
|
344
|
+
},
|
|
345
|
+
],
|
|
346
|
+
name: "SetTreasury",
|
|
347
|
+
type: "event"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
anonymous: false,
|
|
351
|
+
inputs: [
|
|
352
|
+
{
|
|
353
|
+
indexed: false,
|
|
354
|
+
internalType: "uint8",
|
|
355
|
+
name: "_type",
|
|
356
|
+
type: "uint8"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
indexed: false,
|
|
360
|
+
internalType: "address",
|
|
361
|
+
name: "_owner",
|
|
362
|
+
type: "address"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
indexed: false,
|
|
366
|
+
internalType: "address",
|
|
367
|
+
name: "_msgSender",
|
|
368
|
+
type: "address"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
indexed: false,
|
|
372
|
+
internalType: "address",
|
|
373
|
+
name: "_to",
|
|
374
|
+
type: "address"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
indexed: false,
|
|
378
|
+
internalType: "uint256",
|
|
379
|
+
name: "_amount",
|
|
380
|
+
type: "uint256"
|
|
381
|
+
},
|
|
382
|
+
],
|
|
383
|
+
name: "WithdrawNative",
|
|
384
|
+
type: "event"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
anonymous: false,
|
|
388
|
+
inputs: [
|
|
389
|
+
{
|
|
390
|
+
indexed: false,
|
|
391
|
+
internalType: "address",
|
|
392
|
+
name: "_msgSender",
|
|
393
|
+
type: "address"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
indexed: false,
|
|
397
|
+
internalType: "address",
|
|
398
|
+
name: "_to",
|
|
399
|
+
type: "address"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
indexed: false,
|
|
403
|
+
internalType: "uint256",
|
|
404
|
+
name: "_amount",
|
|
405
|
+
type: "uint256"
|
|
406
|
+
},
|
|
407
|
+
],
|
|
408
|
+
name: "WithdrawZRO",
|
|
409
|
+
type: "event"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
inputs: [],
|
|
413
|
+
name: "BP_DENOMINATOR",
|
|
414
|
+
outputs: [
|
|
415
|
+
{
|
|
416
|
+
internalType: "uint256",
|
|
417
|
+
name: "",
|
|
418
|
+
type: "uint256"
|
|
419
|
+
},
|
|
420
|
+
],
|
|
421
|
+
stateMutability: "view",
|
|
422
|
+
type: "function"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
inputs: [],
|
|
426
|
+
name: "CONFIG_TYPE_INBOUND_BLOCK_CONFIRMATIONS",
|
|
427
|
+
outputs: [
|
|
428
|
+
{
|
|
429
|
+
internalType: "uint256",
|
|
430
|
+
name: "",
|
|
431
|
+
type: "uint256"
|
|
432
|
+
},
|
|
433
|
+
],
|
|
434
|
+
stateMutability: "view",
|
|
435
|
+
type: "function"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
inputs: [],
|
|
439
|
+
name: "CONFIG_TYPE_INBOUND_PROOF_LIBRARY_VERSION",
|
|
440
|
+
outputs: [
|
|
441
|
+
{
|
|
442
|
+
internalType: "uint256",
|
|
443
|
+
name: "",
|
|
444
|
+
type: "uint256"
|
|
445
|
+
},
|
|
446
|
+
],
|
|
447
|
+
stateMutability: "view",
|
|
448
|
+
type: "function"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
inputs: [],
|
|
452
|
+
name: "CONFIG_TYPE_ORACLE",
|
|
453
|
+
outputs: [
|
|
454
|
+
{
|
|
455
|
+
internalType: "uint256",
|
|
456
|
+
name: "",
|
|
457
|
+
type: "uint256"
|
|
458
|
+
},
|
|
459
|
+
],
|
|
460
|
+
stateMutability: "view",
|
|
461
|
+
type: "function"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
inputs: [],
|
|
465
|
+
name: "CONFIG_TYPE_OUTBOUND_BLOCK_CONFIRMATIONS",
|
|
466
|
+
outputs: [
|
|
467
|
+
{
|
|
468
|
+
internalType: "uint256",
|
|
469
|
+
name: "",
|
|
470
|
+
type: "uint256"
|
|
471
|
+
},
|
|
472
|
+
],
|
|
473
|
+
stateMutability: "view",
|
|
474
|
+
type: "function"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
inputs: [],
|
|
478
|
+
name: "CONFIG_TYPE_OUTBOUND_PROOF_TYPE",
|
|
479
|
+
outputs: [
|
|
480
|
+
{
|
|
481
|
+
internalType: "uint256",
|
|
482
|
+
name: "",
|
|
483
|
+
type: "uint256"
|
|
484
|
+
},
|
|
485
|
+
],
|
|
486
|
+
stateMutability: "view",
|
|
487
|
+
type: "function"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
inputs: [],
|
|
491
|
+
name: "CONFIG_TYPE_RELAYER",
|
|
492
|
+
outputs: [
|
|
493
|
+
{
|
|
494
|
+
internalType: "uint256",
|
|
495
|
+
name: "",
|
|
496
|
+
type: "uint256"
|
|
497
|
+
},
|
|
498
|
+
],
|
|
499
|
+
stateMutability: "view",
|
|
500
|
+
type: "function"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
inputs: [],
|
|
504
|
+
name: "WITHDRAW_TYPE_ORACLE_QUOTED_FEES",
|
|
505
|
+
outputs: [
|
|
506
|
+
{
|
|
507
|
+
internalType: "uint8",
|
|
508
|
+
name: "",
|
|
509
|
+
type: "uint8"
|
|
510
|
+
},
|
|
511
|
+
],
|
|
512
|
+
stateMutability: "view",
|
|
513
|
+
type: "function"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
inputs: [],
|
|
517
|
+
name: "WITHDRAW_TYPE_RELAYER_QUOTED_FEES",
|
|
518
|
+
outputs: [
|
|
519
|
+
{
|
|
520
|
+
internalType: "uint8",
|
|
521
|
+
name: "",
|
|
522
|
+
type: "uint8"
|
|
523
|
+
},
|
|
524
|
+
],
|
|
525
|
+
stateMutability: "view",
|
|
526
|
+
type: "function"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
inputs: [],
|
|
530
|
+
name: "WITHDRAW_TYPE_TREASURY_PROTOCOL_FEES",
|
|
531
|
+
outputs: [
|
|
532
|
+
{
|
|
533
|
+
internalType: "uint8",
|
|
534
|
+
name: "",
|
|
535
|
+
type: "uint8"
|
|
536
|
+
},
|
|
537
|
+
],
|
|
538
|
+
stateMutability: "view",
|
|
539
|
+
type: "function"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
inputs: [
|
|
543
|
+
{
|
|
544
|
+
internalType: "uint16",
|
|
545
|
+
name: "_chainId",
|
|
546
|
+
type: "uint16"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
internalType: "address",
|
|
550
|
+
name: "_library",
|
|
551
|
+
type: "address"
|
|
552
|
+
},
|
|
553
|
+
],
|
|
554
|
+
name: "addInboundProofLibraryForChain",
|
|
555
|
+
outputs: [],
|
|
556
|
+
stateMutability: "nonpayable",
|
|
557
|
+
type: "function"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
inputs: [
|
|
561
|
+
{
|
|
562
|
+
internalType: "address",
|
|
563
|
+
name: "",
|
|
564
|
+
type: "address"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
internalType: "uint16",
|
|
568
|
+
name: "",
|
|
569
|
+
type: "uint16"
|
|
570
|
+
},
|
|
571
|
+
],
|
|
572
|
+
name: "appConfig",
|
|
573
|
+
outputs: [
|
|
574
|
+
{
|
|
575
|
+
internalType: "uint16",
|
|
576
|
+
name: "inboundProofLibraryVersion",
|
|
577
|
+
type: "uint16"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
internalType: "uint64",
|
|
581
|
+
name: "inboundBlockConfirmations",
|
|
582
|
+
type: "uint64"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
internalType: "address",
|
|
586
|
+
name: "relayer",
|
|
587
|
+
type: "address"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
internalType: "uint16",
|
|
591
|
+
name: "outboundProofType",
|
|
592
|
+
type: "uint16"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
internalType: "uint64",
|
|
596
|
+
name: "outboundBlockConfirmations",
|
|
597
|
+
type: "uint64"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
internalType: "address",
|
|
601
|
+
name: "oracle",
|
|
602
|
+
type: "address"
|
|
603
|
+
},
|
|
604
|
+
],
|
|
605
|
+
stateMutability: "view",
|
|
606
|
+
type: "function"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
inputs: [
|
|
610
|
+
{
|
|
611
|
+
internalType: "uint16",
|
|
612
|
+
name: "",
|
|
613
|
+
type: "uint16"
|
|
614
|
+
},
|
|
615
|
+
],
|
|
616
|
+
name: "chainAddressSizeMap",
|
|
617
|
+
outputs: [
|
|
618
|
+
{
|
|
619
|
+
internalType: "uint256",
|
|
620
|
+
name: "",
|
|
621
|
+
type: "uint256"
|
|
622
|
+
},
|
|
623
|
+
],
|
|
624
|
+
stateMutability: "view",
|
|
625
|
+
type: "function"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
inputs: [
|
|
629
|
+
{
|
|
630
|
+
internalType: "uint16",
|
|
631
|
+
name: "",
|
|
632
|
+
type: "uint16"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
internalType: "uint16",
|
|
636
|
+
name: "",
|
|
637
|
+
type: "uint16"
|
|
638
|
+
},
|
|
639
|
+
],
|
|
640
|
+
name: "defaultAdapterParams",
|
|
641
|
+
outputs: [
|
|
642
|
+
{
|
|
643
|
+
internalType: "bytes",
|
|
644
|
+
name: "",
|
|
645
|
+
type: "bytes"
|
|
646
|
+
},
|
|
647
|
+
],
|
|
648
|
+
stateMutability: "view",
|
|
649
|
+
type: "function"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
inputs: [
|
|
653
|
+
{
|
|
654
|
+
internalType: "uint16",
|
|
655
|
+
name: "",
|
|
656
|
+
type: "uint16"
|
|
657
|
+
},
|
|
658
|
+
],
|
|
659
|
+
name: "defaultAppConfig",
|
|
660
|
+
outputs: [
|
|
661
|
+
{
|
|
662
|
+
internalType: "uint16",
|
|
663
|
+
name: "inboundProofLibraryVersion",
|
|
664
|
+
type: "uint16"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
internalType: "uint64",
|
|
668
|
+
name: "inboundBlockConfirmations",
|
|
669
|
+
type: "uint64"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
internalType: "address",
|
|
673
|
+
name: "relayer",
|
|
674
|
+
type: "address"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
internalType: "uint16",
|
|
678
|
+
name: "outboundProofType",
|
|
679
|
+
type: "uint16"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
internalType: "uint64",
|
|
683
|
+
name: "outboundBlockConfirmations",
|
|
684
|
+
type: "uint64"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
internalType: "address",
|
|
688
|
+
name: "oracle",
|
|
689
|
+
type: "address"
|
|
690
|
+
},
|
|
691
|
+
],
|
|
692
|
+
stateMutability: "view",
|
|
693
|
+
type: "function"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
inputs: [
|
|
697
|
+
{
|
|
698
|
+
internalType: "uint16",
|
|
699
|
+
name: "_chainId",
|
|
700
|
+
type: "uint16"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
internalType: "uint16",
|
|
704
|
+
name: "_proofType",
|
|
705
|
+
type: "uint16"
|
|
706
|
+
},
|
|
707
|
+
],
|
|
708
|
+
name: "enableSupportedOutboundProof",
|
|
709
|
+
outputs: [],
|
|
710
|
+
stateMutability: "nonpayable",
|
|
711
|
+
type: "function"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
inputs: [],
|
|
715
|
+
name: "endpoint",
|
|
716
|
+
outputs: [
|
|
717
|
+
{
|
|
718
|
+
internalType: "contract ILayerZeroEndpoint",
|
|
719
|
+
name: "",
|
|
720
|
+
type: "address"
|
|
721
|
+
},
|
|
722
|
+
],
|
|
723
|
+
stateMutability: "view",
|
|
724
|
+
type: "function"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
inputs: [
|
|
728
|
+
{
|
|
729
|
+
internalType: "uint16",
|
|
730
|
+
name: "_chainId",
|
|
731
|
+
type: "uint16"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
internalType: "address",
|
|
735
|
+
name: "_ua",
|
|
736
|
+
type: "address"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
internalType: "bytes",
|
|
740
|
+
name: "_payload",
|
|
741
|
+
type: "bytes"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
internalType: "bool",
|
|
745
|
+
name: "_payInZRO",
|
|
746
|
+
type: "bool"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
internalType: "bytes",
|
|
750
|
+
name: "_adapterParams",
|
|
751
|
+
type: "bytes"
|
|
752
|
+
},
|
|
753
|
+
],
|
|
754
|
+
name: "estimateFees",
|
|
755
|
+
outputs: [
|
|
756
|
+
{
|
|
757
|
+
internalType: "uint256",
|
|
758
|
+
name: "nativeFee",
|
|
759
|
+
type: "uint256"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
internalType: "uint256",
|
|
763
|
+
name: "zroFee",
|
|
764
|
+
type: "uint256"
|
|
765
|
+
},
|
|
766
|
+
],
|
|
767
|
+
stateMutability: "view",
|
|
768
|
+
type: "function"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
inputs: [
|
|
772
|
+
{
|
|
773
|
+
internalType: "uint16",
|
|
774
|
+
name: "_chainId",
|
|
775
|
+
type: "uint16"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
internalType: "address",
|
|
779
|
+
name: "userApplicationAddress",
|
|
780
|
+
type: "address"
|
|
781
|
+
},
|
|
782
|
+
],
|
|
783
|
+
name: "getAppConfig",
|
|
784
|
+
outputs: [
|
|
785
|
+
{
|
|
786
|
+
components: [
|
|
787
|
+
{
|
|
788
|
+
internalType: "uint16",
|
|
789
|
+
name: "inboundProofLibraryVersion",
|
|
790
|
+
type: "uint16"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
internalType: "uint64",
|
|
794
|
+
name: "inboundBlockConfirmations",
|
|
795
|
+
type: "uint64"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
internalType: "address",
|
|
799
|
+
name: "relayer",
|
|
800
|
+
type: "address"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
internalType: "uint16",
|
|
804
|
+
name: "outboundProofType",
|
|
805
|
+
type: "uint16"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
internalType: "uint64",
|
|
809
|
+
name: "outboundBlockConfirmations",
|
|
810
|
+
type: "uint64"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
internalType: "address",
|
|
814
|
+
name: "oracle",
|
|
815
|
+
type: "address"
|
|
816
|
+
},
|
|
817
|
+
],
|
|
818
|
+
internalType: "struct UltraLightNode.ApplicationConfiguration",
|
|
819
|
+
name: "",
|
|
820
|
+
type: "tuple"
|
|
821
|
+
},
|
|
822
|
+
],
|
|
823
|
+
stateMutability: "view",
|
|
824
|
+
type: "function"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
inputs: [
|
|
828
|
+
{
|
|
829
|
+
internalType: "address",
|
|
830
|
+
name: "_oracle",
|
|
831
|
+
type: "address"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
internalType: "uint16",
|
|
835
|
+
name: "_remoteChainId",
|
|
836
|
+
type: "uint16"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
internalType: "bytes32",
|
|
840
|
+
name: "_lookupHash",
|
|
841
|
+
type: "bytes32"
|
|
842
|
+
},
|
|
843
|
+
],
|
|
844
|
+
name: "getBlockHeaderData",
|
|
845
|
+
outputs: [
|
|
846
|
+
{
|
|
847
|
+
components: [
|
|
848
|
+
{
|
|
849
|
+
internalType: "uint256",
|
|
850
|
+
name: "confirmations",
|
|
851
|
+
type: "uint256"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
internalType: "bytes32",
|
|
855
|
+
name: "data",
|
|
856
|
+
type: "bytes32"
|
|
857
|
+
},
|
|
858
|
+
],
|
|
859
|
+
internalType: "struct UltraLightNode.BlockData",
|
|
860
|
+
name: "blockData",
|
|
861
|
+
type: "tuple"
|
|
862
|
+
},
|
|
863
|
+
],
|
|
864
|
+
stateMutability: "view",
|
|
865
|
+
type: "function"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
inputs: [
|
|
869
|
+
{
|
|
870
|
+
internalType: "uint16",
|
|
871
|
+
name: "_chainId",
|
|
872
|
+
type: "uint16"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
internalType: "address",
|
|
876
|
+
name: "userApplicationAddress",
|
|
877
|
+
type: "address"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
internalType: "uint256",
|
|
881
|
+
name: "_configType",
|
|
882
|
+
type: "uint256"
|
|
883
|
+
},
|
|
884
|
+
],
|
|
885
|
+
name: "getConfig",
|
|
886
|
+
outputs: [
|
|
887
|
+
{
|
|
888
|
+
internalType: "bytes",
|
|
889
|
+
name: "",
|
|
890
|
+
type: "bytes"
|
|
891
|
+
},
|
|
892
|
+
],
|
|
893
|
+
stateMutability: "view",
|
|
894
|
+
type: "function"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
inputs: [
|
|
898
|
+
{
|
|
899
|
+
internalType: "address",
|
|
900
|
+
name: "",
|
|
901
|
+
type: "address"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
internalType: "uint16",
|
|
905
|
+
name: "",
|
|
906
|
+
type: "uint16"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
internalType: "bytes32",
|
|
910
|
+
name: "",
|
|
911
|
+
type: "bytes32"
|
|
912
|
+
},
|
|
913
|
+
],
|
|
914
|
+
name: "hashLookup",
|
|
915
|
+
outputs: [
|
|
916
|
+
{
|
|
917
|
+
internalType: "uint256",
|
|
918
|
+
name: "confirmations",
|
|
919
|
+
type: "uint256"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
internalType: "bytes32",
|
|
923
|
+
name: "data",
|
|
924
|
+
type: "bytes32"
|
|
925
|
+
},
|
|
926
|
+
],
|
|
927
|
+
stateMutability: "view",
|
|
928
|
+
type: "function"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
inputs: [
|
|
932
|
+
{
|
|
933
|
+
internalType: "uint16",
|
|
934
|
+
name: "",
|
|
935
|
+
type: "uint16"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
internalType: "uint16",
|
|
939
|
+
name: "",
|
|
940
|
+
type: "uint16"
|
|
941
|
+
},
|
|
942
|
+
],
|
|
943
|
+
name: "inboundProofLibrary",
|
|
944
|
+
outputs: [
|
|
945
|
+
{
|
|
946
|
+
internalType: "address",
|
|
947
|
+
name: "",
|
|
948
|
+
type: "address"
|
|
949
|
+
},
|
|
950
|
+
],
|
|
951
|
+
stateMutability: "view",
|
|
952
|
+
type: "function"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
inputs: [],
|
|
956
|
+
name: "layerZeroToken",
|
|
957
|
+
outputs: [
|
|
958
|
+
{
|
|
959
|
+
internalType: "contract IERC20",
|
|
960
|
+
name: "",
|
|
961
|
+
type: "address"
|
|
962
|
+
},
|
|
963
|
+
],
|
|
964
|
+
stateMutability: "view",
|
|
965
|
+
type: "function"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
inputs: [
|
|
969
|
+
{
|
|
970
|
+
internalType: "uint16",
|
|
971
|
+
name: "",
|
|
972
|
+
type: "uint16"
|
|
973
|
+
},
|
|
974
|
+
],
|
|
975
|
+
name: "maxInboundProofLibrary",
|
|
976
|
+
outputs: [
|
|
977
|
+
{
|
|
978
|
+
internalType: "uint16",
|
|
979
|
+
name: "",
|
|
980
|
+
type: "uint16"
|
|
981
|
+
},
|
|
982
|
+
],
|
|
983
|
+
stateMutability: "view",
|
|
984
|
+
type: "function"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
inputs: [
|
|
988
|
+
{
|
|
989
|
+
internalType: "address",
|
|
990
|
+
name: "_oracle",
|
|
991
|
+
type: "address"
|
|
992
|
+
},
|
|
993
|
+
],
|
|
994
|
+
name: "oracleQuotedAmount",
|
|
995
|
+
outputs: [
|
|
996
|
+
{
|
|
997
|
+
internalType: "uint256",
|
|
998
|
+
name: "",
|
|
999
|
+
type: "uint256"
|
|
1000
|
+
},
|
|
1001
|
+
],
|
|
1002
|
+
stateMutability: "view",
|
|
1003
|
+
type: "function"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
inputs: [
|
|
1007
|
+
{
|
|
1008
|
+
internalType: "address",
|
|
1009
|
+
name: "",
|
|
1010
|
+
type: "address"
|
|
1011
|
+
},
|
|
1012
|
+
],
|
|
1013
|
+
name: "oracleQuotedFees",
|
|
1014
|
+
outputs: [
|
|
1015
|
+
{
|
|
1016
|
+
internalType: "uint256",
|
|
1017
|
+
name: "",
|
|
1018
|
+
type: "uint256"
|
|
1019
|
+
},
|
|
1020
|
+
],
|
|
1021
|
+
stateMutability: "view",
|
|
1022
|
+
type: "function"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
inputs: [],
|
|
1026
|
+
name: "owner",
|
|
1027
|
+
outputs: [
|
|
1028
|
+
{
|
|
1029
|
+
internalType: "address",
|
|
1030
|
+
name: "",
|
|
1031
|
+
type: "address"
|
|
1032
|
+
},
|
|
1033
|
+
],
|
|
1034
|
+
stateMutability: "view",
|
|
1035
|
+
type: "function"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
inputs: [
|
|
1039
|
+
{
|
|
1040
|
+
internalType: "address",
|
|
1041
|
+
name: "_relayer",
|
|
1042
|
+
type: "address"
|
|
1043
|
+
},
|
|
1044
|
+
],
|
|
1045
|
+
name: "relayerQuotedAmount",
|
|
1046
|
+
outputs: [
|
|
1047
|
+
{
|
|
1048
|
+
internalType: "uint256",
|
|
1049
|
+
name: "",
|
|
1050
|
+
type: "uint256"
|
|
1051
|
+
},
|
|
1052
|
+
],
|
|
1053
|
+
stateMutability: "view",
|
|
1054
|
+
type: "function"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
inputs: [
|
|
1058
|
+
{
|
|
1059
|
+
internalType: "address",
|
|
1060
|
+
name: "",
|
|
1061
|
+
type: "address"
|
|
1062
|
+
},
|
|
1063
|
+
],
|
|
1064
|
+
name: "relayerQuotedFees",
|
|
1065
|
+
outputs: [
|
|
1066
|
+
{
|
|
1067
|
+
internalType: "uint256",
|
|
1068
|
+
name: "",
|
|
1069
|
+
type: "uint256"
|
|
1070
|
+
},
|
|
1071
|
+
],
|
|
1072
|
+
stateMutability: "view",
|
|
1073
|
+
type: "function"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
inputs: [],
|
|
1077
|
+
name: "renounceOwnership",
|
|
1078
|
+
outputs: [],
|
|
1079
|
+
stateMutability: "nonpayable",
|
|
1080
|
+
type: "function"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
inputs: [
|
|
1084
|
+
{
|
|
1085
|
+
internalType: "address",
|
|
1086
|
+
name: "_ua",
|
|
1087
|
+
type: "address"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
internalType: "uint64",
|
|
1091
|
+
name: "_nonce",
|
|
1092
|
+
type: "uint64"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
internalType: "uint16",
|
|
1096
|
+
name: "_chainId",
|
|
1097
|
+
type: "uint16"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
internalType: "bytes",
|
|
1101
|
+
name: "_destination",
|
|
1102
|
+
type: "bytes"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
internalType: "bytes",
|
|
1106
|
+
name: "_payload",
|
|
1107
|
+
type: "bytes"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
internalType: "address payable",
|
|
1111
|
+
name: "_refundAddress",
|
|
1112
|
+
type: "address"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
internalType: "address",
|
|
1116
|
+
name: "_zroPaymentAddress",
|
|
1117
|
+
type: "address"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
internalType: "bytes",
|
|
1121
|
+
name: "_adapterParams",
|
|
1122
|
+
type: "bytes"
|
|
1123
|
+
},
|
|
1124
|
+
],
|
|
1125
|
+
name: "send",
|
|
1126
|
+
outputs: [],
|
|
1127
|
+
stateMutability: "payable",
|
|
1128
|
+
type: "function"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
inputs: [
|
|
1132
|
+
{
|
|
1133
|
+
internalType: "uint16",
|
|
1134
|
+
name: "_chainId",
|
|
1135
|
+
type: "uint16"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
internalType: "uint256",
|
|
1139
|
+
name: "_size",
|
|
1140
|
+
type: "uint256"
|
|
1141
|
+
},
|
|
1142
|
+
],
|
|
1143
|
+
name: "setChainAddressSize",
|
|
1144
|
+
outputs: [],
|
|
1145
|
+
stateMutability: "nonpayable",
|
|
1146
|
+
type: "function"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
inputs: [
|
|
1150
|
+
{
|
|
1151
|
+
internalType: "uint16",
|
|
1152
|
+
name: "chainId",
|
|
1153
|
+
type: "uint16"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
internalType: "address",
|
|
1157
|
+
name: "_ua",
|
|
1158
|
+
type: "address"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
internalType: "uint256",
|
|
1162
|
+
name: "_configType",
|
|
1163
|
+
type: "uint256"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
internalType: "bytes",
|
|
1167
|
+
name: "_config",
|
|
1168
|
+
type: "bytes"
|
|
1169
|
+
},
|
|
1170
|
+
],
|
|
1171
|
+
name: "setConfig",
|
|
1172
|
+
outputs: [],
|
|
1173
|
+
stateMutability: "nonpayable",
|
|
1174
|
+
type: "function"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
inputs: [
|
|
1178
|
+
{
|
|
1179
|
+
internalType: "uint16",
|
|
1180
|
+
name: "_chainId",
|
|
1181
|
+
type: "uint16"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
internalType: "uint16",
|
|
1185
|
+
name: "_proofType",
|
|
1186
|
+
type: "uint16"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
internalType: "bytes",
|
|
1190
|
+
name: "_adapterParams",
|
|
1191
|
+
type: "bytes"
|
|
1192
|
+
},
|
|
1193
|
+
],
|
|
1194
|
+
name: "setDefaultAdapterParamsForChainId",
|
|
1195
|
+
outputs: [],
|
|
1196
|
+
stateMutability: "nonpayable",
|
|
1197
|
+
type: "function"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
inputs: [
|
|
1201
|
+
{
|
|
1202
|
+
internalType: "uint16",
|
|
1203
|
+
name: "_chainId",
|
|
1204
|
+
type: "uint16"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
internalType: "uint16",
|
|
1208
|
+
name: "_inboundProofLibraryVersion",
|
|
1209
|
+
type: "uint16"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
internalType: "uint64",
|
|
1213
|
+
name: "_inboundBlockConfirmations",
|
|
1214
|
+
type: "uint64"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
internalType: "address",
|
|
1218
|
+
name: "_relayer",
|
|
1219
|
+
type: "address"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
internalType: "uint16",
|
|
1223
|
+
name: "_outboundProofType",
|
|
1224
|
+
type: "uint16"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
internalType: "uint16",
|
|
1228
|
+
name: "_outboundBlockConfirmations",
|
|
1229
|
+
type: "uint16"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
internalType: "address",
|
|
1233
|
+
name: "_oracle",
|
|
1234
|
+
type: "address"
|
|
1235
|
+
},
|
|
1236
|
+
],
|
|
1237
|
+
name: "setDefaultConfigForChainId",
|
|
1238
|
+
outputs: [],
|
|
1239
|
+
stateMutability: "nonpayable",
|
|
1240
|
+
type: "function"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
inputs: [
|
|
1244
|
+
{
|
|
1245
|
+
internalType: "address",
|
|
1246
|
+
name: "_layerZeroToken",
|
|
1247
|
+
type: "address"
|
|
1248
|
+
},
|
|
1249
|
+
],
|
|
1250
|
+
name: "setLayerZeroToken",
|
|
1251
|
+
outputs: [],
|
|
1252
|
+
stateMutability: "nonpayable",
|
|
1253
|
+
type: "function"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
inputs: [
|
|
1257
|
+
{
|
|
1258
|
+
internalType: "uint16",
|
|
1259
|
+
name: "_remoteChainId",
|
|
1260
|
+
type: "uint16"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
internalType: "bytes32",
|
|
1264
|
+
name: "_remoteUln",
|
|
1265
|
+
type: "bytes32"
|
|
1266
|
+
},
|
|
1267
|
+
],
|
|
1268
|
+
name: "setRemoteUln",
|
|
1269
|
+
outputs: [],
|
|
1270
|
+
stateMutability: "nonpayable",
|
|
1271
|
+
type: "function"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
inputs: [
|
|
1275
|
+
{
|
|
1276
|
+
internalType: "address",
|
|
1277
|
+
name: "_treasury",
|
|
1278
|
+
type: "address"
|
|
1279
|
+
},
|
|
1280
|
+
],
|
|
1281
|
+
name: "setTreasury",
|
|
1282
|
+
outputs: [],
|
|
1283
|
+
stateMutability: "nonpayable",
|
|
1284
|
+
type: "function"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
inputs: [
|
|
1288
|
+
{
|
|
1289
|
+
internalType: "uint16",
|
|
1290
|
+
name: "",
|
|
1291
|
+
type: "uint16"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
internalType: "uint16",
|
|
1295
|
+
name: "",
|
|
1296
|
+
type: "uint16"
|
|
1297
|
+
},
|
|
1298
|
+
],
|
|
1299
|
+
name: "supportedOutboundProof",
|
|
1300
|
+
outputs: [
|
|
1301
|
+
{
|
|
1302
|
+
internalType: "bool",
|
|
1303
|
+
name: "",
|
|
1304
|
+
type: "bool"
|
|
1305
|
+
},
|
|
1306
|
+
],
|
|
1307
|
+
stateMutability: "view",
|
|
1308
|
+
type: "function"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
inputs: [
|
|
1312
|
+
{
|
|
1313
|
+
internalType: "address",
|
|
1314
|
+
name: "newOwner",
|
|
1315
|
+
type: "address"
|
|
1316
|
+
},
|
|
1317
|
+
],
|
|
1318
|
+
name: "transferOwnership",
|
|
1319
|
+
outputs: [],
|
|
1320
|
+
stateMutability: "nonpayable",
|
|
1321
|
+
type: "function"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
inputs: [],
|
|
1325
|
+
name: "treasuryContract",
|
|
1326
|
+
outputs: [
|
|
1327
|
+
{
|
|
1328
|
+
internalType: "contract ILayerZeroTreasury",
|
|
1329
|
+
name: "",
|
|
1330
|
+
type: "address"
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
stateMutability: "view",
|
|
1334
|
+
type: "function"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
inputs: [],
|
|
1338
|
+
name: "treasuryNativeFees",
|
|
1339
|
+
outputs: [
|
|
1340
|
+
{
|
|
1341
|
+
internalType: "uint256",
|
|
1342
|
+
name: "",
|
|
1343
|
+
type: "uint256"
|
|
1344
|
+
},
|
|
1345
|
+
],
|
|
1346
|
+
stateMutability: "view",
|
|
1347
|
+
type: "function"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
inputs: [],
|
|
1351
|
+
name: "treasuryZROFees",
|
|
1352
|
+
outputs: [
|
|
1353
|
+
{
|
|
1354
|
+
internalType: "uint256",
|
|
1355
|
+
name: "",
|
|
1356
|
+
type: "uint256"
|
|
1357
|
+
},
|
|
1358
|
+
],
|
|
1359
|
+
stateMutability: "view",
|
|
1360
|
+
type: "function"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
inputs: [
|
|
1364
|
+
{
|
|
1365
|
+
internalType: "uint16",
|
|
1366
|
+
name: "",
|
|
1367
|
+
type: "uint16"
|
|
1368
|
+
},
|
|
1369
|
+
],
|
|
1370
|
+
name: "ulnLookup",
|
|
1371
|
+
outputs: [
|
|
1372
|
+
{
|
|
1373
|
+
internalType: "bytes32",
|
|
1374
|
+
name: "",
|
|
1375
|
+
type: "bytes32"
|
|
1376
|
+
},
|
|
1377
|
+
],
|
|
1378
|
+
stateMutability: "view",
|
|
1379
|
+
type: "function"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
inputs: [
|
|
1383
|
+
{
|
|
1384
|
+
internalType: "uint16",
|
|
1385
|
+
name: "_srcChainId",
|
|
1386
|
+
type: "uint16"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
internalType: "bytes32",
|
|
1390
|
+
name: "_lookupHash",
|
|
1391
|
+
type: "bytes32"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
internalType: "uint256",
|
|
1395
|
+
name: "_confirmations",
|
|
1396
|
+
type: "uint256"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
internalType: "bytes32",
|
|
1400
|
+
name: "_data",
|
|
1401
|
+
type: "bytes32"
|
|
1402
|
+
},
|
|
1403
|
+
],
|
|
1404
|
+
name: "updateHash",
|
|
1405
|
+
outputs: [],
|
|
1406
|
+
stateMutability: "nonpayable",
|
|
1407
|
+
type: "function"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
inputs: [
|
|
1411
|
+
{
|
|
1412
|
+
internalType: "uint16",
|
|
1413
|
+
name: "_srcChainId",
|
|
1414
|
+
type: "uint16"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
internalType: "address",
|
|
1418
|
+
name: "_dstAddress",
|
|
1419
|
+
type: "address"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
internalType: "uint256",
|
|
1423
|
+
name: "_gasLimit",
|
|
1424
|
+
type: "uint256"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
internalType: "bytes32",
|
|
1428
|
+
name: "_lookupHash",
|
|
1429
|
+
type: "bytes32"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
internalType: "bytes",
|
|
1433
|
+
name: "_transactionProof",
|
|
1434
|
+
type: "bytes"
|
|
1435
|
+
},
|
|
1436
|
+
],
|
|
1437
|
+
name: "validateTransactionProof",
|
|
1438
|
+
outputs: [],
|
|
1439
|
+
stateMutability: "nonpayable",
|
|
1440
|
+
type: "function"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
inputs: [
|
|
1444
|
+
{
|
|
1445
|
+
internalType: "uint8",
|
|
1446
|
+
name: "_type",
|
|
1447
|
+
type: "uint8"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
internalType: "address",
|
|
1451
|
+
name: "_owner",
|
|
1452
|
+
type: "address"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
internalType: "address payable",
|
|
1456
|
+
name: "_to",
|
|
1457
|
+
type: "address"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
internalType: "uint256",
|
|
1461
|
+
name: "_amount",
|
|
1462
|
+
type: "uint256"
|
|
1463
|
+
},
|
|
1464
|
+
],
|
|
1465
|
+
name: "withdrawNative",
|
|
1466
|
+
outputs: [],
|
|
1467
|
+
stateMutability: "nonpayable",
|
|
1468
|
+
type: "function"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
inputs: [
|
|
1472
|
+
{
|
|
1473
|
+
internalType: "address",
|
|
1474
|
+
name: "_to",
|
|
1475
|
+
type: "address"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
internalType: "uint256",
|
|
1479
|
+
name: "_amount",
|
|
1480
|
+
type: "uint256"
|
|
1481
|
+
},
|
|
1482
|
+
],
|
|
1483
|
+
name: "withdrawZRO",
|
|
1484
|
+
outputs: [],
|
|
1485
|
+
stateMutability: "nonpayable",
|
|
1486
|
+
type: "function"
|
|
1487
|
+
},
|
|
1488
|
+
];
|
|
1489
|
+
var _bytecode = "0x60a06040523480156200001157600080fd5b5060405162005306380380620053068339810160408190526200003491620000df565b6001600090815562000045620000db565b600180546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506001600160a01b038116620000c55760405162461bcd60e51b8152600401620000bc906200010f565b60405180910390fd5b60601b6001600160601b03191660805262000159565b3390565b600060208284031215620000f1578081fd5b81516001600160a01b038116811462000108578182fd5b9392505050565b6020808252602a908201527f4c617965725a65726f3a20656e64706f696e742063616e6e6f74206265207a65604082015269726f206164647265737360b01b606082015260800190565b60805160601c61518062000186600039806113c852806122b9528061233352806130ee52506151806000f3fe60806040526004361061031e5760003560e01c80638317814a116101a5578063d56bc64b116100ec578063ebfa08e911610095578063f2fde38b1161006f578063f2fde38b146108a4578063f47a5feb146108c4578063f8e1734c146108d9578063f9dd8e0f146108f95761031e565b8063ebfa08e914610837578063ed28580a14610864578063f0f44260146108845761031e565b8063e6108a82116100c6578063e6108a82146107d7578063ea216c21146107f7578063eb0d4c31146108175761031e565b8063d56bc64b14610777578063db00719b14610797578063ddfdef5a146107b75761031e565b8063a183608c1161014e578063b77d22ad11610128578063b77d22ad14610708578063b8e7e3e01461071d578063d543c7741461074a5761031e565b8063a183608c146106a6578063a4662222146106c6578063abe685cd146106f35761031e565b80638da5cb5b1161017f5780638da5cb5b1461065c578063904d3b8d14610671578063959f5943146106865761031e565b80638317814a146105fc5780638525b7111461061c57806387078f9f1461063c5761031e565b80634d0ca1b4116102695780635e280f1111610212578063715018a6116101ec578063715018a6146105b25780638140666e146105c75780638207f79d146105dc5761031e565b80635e280f111461055d57806361aa19da14610572578063704316e5146105925761031e565b806352d3b5001161024357806352d3b500146105085780635b5a2678146105285780635c0115311461053d5761031e565b80634d0ca1b4146104c05780634d3a0f7c146104d557806352d2871f146104e85761031e565b80632cfacb06116102cb57806331bd2430116102a557806331bd24301461046857806340a7bb101461047d57806349148c37146104ab5761031e565b80632cfacb06146103ff5780632e9959ec146104145780632f813464146104365761031e565b806318da0011116102fc57806318da00111461039d57806322c10776146103b25780632a819bbf146103d25761031e565b806302e72c631461032357806307b9ca7c14610359578063096607f81461037b575b600080fd5b34801561032f57600080fd5b5061034361033e366004613b51565b61090e565b6040516103509190614380565b60405180910390f35b34801561036557600080fd5b5061036e610920565b60405161035091906142f2565b34801561038757600080fd5b5061039b6103963660046140c1565b61092f565b005b3480156103a957600080fd5b5061036e610c95565b3480156103be57600080fd5b5061039b6103cd36600461418a565b610ca4565b3480156103de57600080fd5b506103f26103ed366004614041565b610e9d565b60405161035091906143b4565b34801561040b57600080fd5b50610343610f5f565b34801561042057600080fd5b50610429610f64565b6040516103509190615005565b34801561044257600080fd5b50610456610451366004613ddc565b610f69565b60405161035096959493929190614f61565b34801561047457600080fd5b50610343610fed565b34801561048957600080fd5b5061049d610498366004613e25565b610ff2565b604051610350929190614fe2565b3480156104b757600080fd5b506103436113bc565b3480156104cc57600080fd5b506104296113c1565b61039b6104e3366004613c10565b6113c6565b3480156104f457600080fd5b506103f2610503366004613ed0565b611be7565b34801561051457600080fd5b5061039b610523366004613b51565b611f4f565b34801561053457600080fd5b50610343612057565b34801561054957600080fd5b5061039b610558366004613eff565b61205d565b34801561056957600080fd5b5061036e612331565b34801561057e57600080fd5b5061034361058d366004613b51565b612355565b34801561059e57600080fd5b5061039b6105ad366004614007565b612374565b3480156105be57600080fd5b5061039b612409565b3480156105d357600080fd5b506103436124df565b3480156105e857600080fd5b5061039b6105f7366004613df8565b6124e4565b34801561060857600080fd5b5061039b61061736600461405e565b61267c565b34801561062857600080fd5b5061039b610637366004613be5565b61275f565b34801561064857600080fd5b5061039b610657366004613fea565b612851565b34801561066857600080fd5b5061036e61293e565b34801561067d57600080fd5b5061034361294d565b34801561069257600080fd5b506103436106a1366004613ddc565b612952565b3480156106b257600080fd5b506103436106c1366004613b51565b612964565b3480156106d257600080fd5b506106e66106e1366004613df8565b612976565b6040516103509190614c8c565b3480156106ff57600080fd5b50610343612b44565b34801561071457600080fd5b50610343610f64565b34801561072957600080fd5b5061073d610738366004613ddc565b612b4a565b6040516103509190614d0f565b34801561075657600080fd5b5061076a610765366004614041565b612b60565b604051610350919061435d565b34801561078357600080fd5b5061049d610792366004613ba5565b612b80565b3480156107a357600080fd5b5061036e6107b2366004614041565b612baa565b3480156107c357600080fd5b506104566107d2366004613b6d565b612bd0565b3480156107e357600080fd5b506103436107f2366004613b51565b612c5f565b34801561080357600080fd5b50610343610812366004613ddc565b612c7a565b34801561082357600080fd5b5061039b610832366004614041565b612c8c565b34801561084357600080fd5b50610857610852366004613ba5565b612d7b565b6040516103509190614cf8565b34801561087057600080fd5b5061039b61087f366004613fea565b612dcf565b34801561089057600080fd5b5061039b61089f366004613b51565b612ebc565b3480156108b057600080fd5b5061039b6108bf366004613b51565b612fb9565b3480156108d057600080fd5b506103436130e6565b3480156108e557600080fd5b5061039b6108f4366004613f79565b6130ec565b34801561090557600080fd5b506104296113bc565b60056020526000908152604090205481565b6002546001600160a01b031681565b61093761344c565b6001600160a01b031661094861293e565b6001600160a01b0316146109a3576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff8088166000908152600c60205260409020548116908716118015906109cf575060008661ffff16115b6109f45760405162461bcd60e51b81526004016109eb906148b3565b60405180910390fd5b60008567ffffffffffffffff1611610a1e5760405162461bcd60e51b81526004016109eb90614bd2565b6001600160a01b038416610a445760405162461bcd60e51b81526004016109eb90614583565b61ffff8088166000908152600d602090815260408083209387168352929052205460ff16610a845760405162461bcd60e51b81526004016109eb906143c7565b60008261ffff1611610aa85760405162461bcd60e51b81526004016109eb90614a5e565b6001600160a01b038116610ace5760405162461bcd60e51b81526004016109eb906146d1565b6040518060c001604052808761ffff1681526020018667ffffffffffffffff168152602001856001600160a01b031681526020018461ffff1681526020018361ffff1667ffffffffffffffff168152602001826001600160a01b0316815250600960008961ffff1661ffff16815260200190815260200160002060008201518160000160006101000a81548161ffff021916908361ffff16021790555060208201518160000160026101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550604082015181600001600a6101000a8154816001600160a01b0302191690836001600160a01b03160217905550606082015181600001601e6101000a81548161ffff021916908361ffff16021790555060808201518160010160006101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555060a08201518160010160086101000a8154816001600160a01b0302191690836001600160a01b031602179055509050507f45bb8a2b6b05457ff80b84be5bf06f2d05069fa8099fcb9d8e34149654b4d5c287878787878787604051610c849796959493929190614f11565b60405180910390a150505050505050565b6003546001600160a01b031681565b60026000541415610cfc576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b600260005560ff8416610d48576003546001600160a01b03163314610d335760405162461bcd60e51b81526004016109eb9061487c565b600654610d409082613450565b600655610dd6565b60ff841660011415610d835733600090815260046020526040902054610d6e9082613450565b33600090815260046020526040902055610dd6565b60ff841660021415610dbe5733600090815260056020526040902054610da99082613450565b33600090815260056020526040902055610dd6565b60405162461bcd60e51b81526004016109eb90614abb565b6000826001600160a01b031682604051610def90614271565b60006040518083038185875af1925050503d8060008114610e2c576040519150601f19603f3d011682016040523d82523d6000602084013e610e31565b606091505b5050905080610e525760405162461bcd60e51b81526004016109eb90614492565b7f163adce0473e267e1db8ecb524c0fcdceda62c3e6f231966bbb252e0104325378585338686604051610e89959493929190615013565b60405180910390a150506001600055505050565b600a6020908152600092835260408084208252918352918190208054825160026001831615610100027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190921691909104601f810185900485028201850190935282815292909190830182828015610f575780601f10610f2c57610100808354040283529160200191610f57565b820191906000526020600020905b815481529060010190602001808311610f3a57829003601f168201915b505050505081565b600381565b600181565b6009602052600090815260409020805460019091015461ffff8083169267ffffffffffffffff6201000082048116936001600160a01b036a010000000000000000000084048116947e010000000000000000000000000000000000000000000000000000000000009094049093169291811691680100000000000000009091041686565b600681565b604080516020601f840181900481028201810190925282815260009182918a918a918991859190899089908190840183828082843760009201829052509394506110429250879150869050612976565b905060008251600014156111b25761ffff8681166000908152600a60209081526040808320606087015190941683529281528282208054845160026001831615610100027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190921691909104601f8101849004840282018401909552848152929390918301828280156111175780601f106110ec57610100808354040283529160200191611117565b820191906000526020600020905b8154815290600101906020018083116110fa57829003601f168201915b5050505050905082604001516001600160a01b031663e54a22158885606001518989866040518663ffffffff1660e01b815260040161115a959493929190614e55565b60206040518083038186803b15801561117257600080fd5b505afa158015611186573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111aa9190614156565b915050611241565b81604001516001600160a01b031663e54a22158784606001518888886040518663ffffffff1660e01b81526004016111ee959493929190614e55565b60206040518083038186803b15801561120657600080fd5b505afa15801561121a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061123e9190614156565b90505b60a082015160608301516040517f0b4d51070000000000000000000000000000000000000000000000000000000081526000926001600160a01b031691630b4d510791611292918b91600401614df7565b60206040518083038186803b1580156112aa57600080fd5b505afa1580156112be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e29190614156565b90506000600360009054906101000a90046001600160a01b03166001600160a01b0316635cbbbd758e85856040518463ffffffff1660e01b815260040161132b93929190614368565b60206040518083038186803b15801561134357600080fd5b505afa158015611357573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061137b9190614156565b90508c61138b5780995089611390565b809850885b506113a79050816113a18b856134ad565b906134ad565b98505050505050505097509795505050505050565b600281565b600081565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316331461140e5760405162461bcd60e51b81526004016109eb90614a27565b600061141a8a8d612976565b61ffff8b166000908152601060205260409020549091508c908c908c906114535760405162461bcd60e51b81526004016109eb90614674565b6000808560a001516001600160a01b0316630b4d51078488606001516040518363ffffffff1660e01b815260040161148c929190614df7565b60206040518083038186803b1580156114a457600080fd5b505afa1580156114b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114dc9190614156565b60a08701516001600160a01b031660009081526004602052604090205490915061150690826134ad565b60a08701516001600160a01b031660009081526004602052604090819020919091558601518b90886117295761ffff8581166000908152600a6020908152604080832060608d015190941683529281528282208054845160026001831615610100027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190921691909104601f8101849004840282018401909552848152929390918301828280156115f95780601f106115ce576101008083540402835291602001916115f9565b820191906000526020600020905b8154815290600101906020018083116115dc57829003601f168201915b5050505060608b01516040517fe54a22150000000000000000000000000000000000000000000000000000000081529293506001600160a01b0385169263e54a22159250611651918a918d9089908890600401614e55565b60206040518083038186803b15801561166957600080fd5b505afa15801561167d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116a19190614156565b60608a01516040517f3a5fb82a0000000000000000000000000000000000000000000000000000000081529196506001600160a01b03841691633a5fb82a916116f1918a91908690600401614eb9565b600060405180830381600087803b15801561170b57600080fd5b505af115801561171f573d6000803e3d6000fd5b5050505050611838565b806001600160a01b031663e54a2215868a606001518a868f8f6040518763ffffffff1660e01b815260040161176396959493929190614e0c565b60206040518083038186803b15801561177b57600080fd5b505afa15801561178f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117b39190614156565b60608901516040517f3a5fb82a0000000000000000000000000000000000000000000000000000000081529195506001600160a01b03831691633a5fb82a91611805918991908f908f90600401614e91565b600060405180830381600087803b15801561181f57600080fd5b505af1158015611833573d6000803e3d6000fd5b505050505b6040808901516001600160a01b031660009081526005602052205461185d90856134ad565b6040808a01516001600160a01b03166000908152600560205281902091909155606089015190517fb8a7262132db1f61626604a31c3de81dc1a5bb0f1511dfa70d626ab1b88b52c2916118b79188918a918f908f90614faa565b60405180910390a150600090506001600160a01b038a1615806118e357506002546001600160a01b0316155b6003546040517f5cbbbd750000000000000000000000000000000000000000000000000000000081529192506000916001600160a01b0390911690635cbbbd75906119379085159088908890600401614368565b60206040518083038186803b15801561194f57600080fd5b505afa158015611963573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119879190614156565b90508015611a235781156119b6576006546119a290826134ad565b6006556119af84826134ad565b9350611a23565b866001600160a01b03168b6001600160a01b031614806119de57506001600160a01b038b1632145b6119fa5760405162461bcd60e51b81526004016109eb90614617565b600254611a12906001600160a01b03168c3084613507565b600754611a1f90826134ad565b6007555b50611a30905082826134ad565b915050600083858f8f8f8f604051602001611a5096959493929190614274565b60405160208183030381529060405290507fe8d23d927749ec8e512eb885679c2977d57068839d8cca1a85685dbbea0648f68382604051611a92929190614d79565b60405180910390a160a0860151606087015160808801516040517f665305790000000000000000000000000000000000000000000000000000000081526001600160a01b0390931692636653057992611aef928892600401614ee9565b600060405180830381600087803b158015611b0957600080fd5b505af1158015611b1d573d6000803e3d6000fd5b505050505034811115611b425760405162461bcd60e51b81526004016109eb906144c9565b6000611b4e3483613450565b90508015611bd45760008a6001600160a01b031682604051611b6f90614271565b60006040518083038185875af1925050503d8060008114611bac576040519150601f19603f3d011682016040523d82523d6000602084013e611bb1565b606091505b5050905080611bd25760405162461bcd60e51b81526004016109eb906145e0565b505b5050505050505050505050505050505050565b6001600160a01b038216600090815260086020908152604080832061ffff8716845290915290206060906001831415611c7b57805461ffff16611c655761ffff808616600090815260096020908152604091829020549151611c4e93929092169101614d0f565b604051602081830303815290604052915050611f48565b8054604051611c4e9161ffff1690602001614d0f565b6002831415611cf157805462010000900467ffffffffffffffff16611ccf5761ffff8516600090815260096020908152604091829020549151611c4e9262010000900467ffffffffffffffff169101614ff0565b8054604051611c4e9162010000900467ffffffffffffffff1690602001614ff0565b6003831415611d7c5780546a010000000000000000000090046001600160a01b0316611d535761ffff8516600090815260096020908152604091829020549151611c4e926a010000000000000000000090046001600160a01b031691016142f2565b8054604051611c4e916a010000000000000000000090046001600160a01b0316906020016142f2565b6004831415611e355780547e01000000000000000000000000000000000000000000000000000000000000900461ffff16611dfd5761ffff808616600090815260096020908152604091829020549151611c4e937e010000000000000000000000000000000000000000000000000000000000009093049092169101614d0f565b8054604051611c4e917e01000000000000000000000000000000000000000000000000000000000000900461ffff1690602001614d0f565b6005831415611ea257600181015467ffffffffffffffff16611e835761ffff8516600090815260096020908152604091829020600101549151611c4e9267ffffffffffffffff169101614ff0565b6001810154604051611c4e9167ffffffffffffffff1690602001614ff0565b6006831415611f305760018101546801000000000000000090046001600160a01b0316611f065761ffff8516600090815260096020908152604091829020600101549151611c4e926801000000000000000090046001600160a01b031691016142f2565b6001810154604051611c4e916801000000000000000090046001600160a01b0316906020016142f2565b60405162461bcd60e51b81526004016109eb9061445b565b9392505050565b611f5761344c565b6001600160a01b0316611f6861293e565b6001600160a01b031614611fc3576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b038116611fe95760405162461bcd60e51b81526004016109eb90614526565b600280547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383161790556040517f33d644987381deff4408951d55afa136f124e22a7810b163b2aaa3ebef770f649061204c9083906142f2565b60405180910390a150565b60065481565b60006120698787612976565b60408101519091506001600160a01b031633146120985760405162461bcd60e51b81526004016109eb90614765565b6120a0613905565b61ffff8089166000818152600b60209081526040808320875190951683529381528382205460a08701516001600160a01b039081168452600f83528584209484529382528483208a84528252939091209085015181549290931692909167ffffffffffffffff90911611156121275760405162461bcd60e51b81526004016109eb90614c2f565b61ffff8a166000908152600e60205260409081902054600183015491517fb71e0f7100000000000000000000000000000000000000000000000000000000815290916001600160a01b0385169163b71e0f719161218c918b908b908790600401614389565b600060405180830381600087803b1580156121a657600080fd5b505af11580156121ba573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526122009190810190613d00565b60a081015161ffff8d1660009081526010602052604090205491955014925061223e9150505760405162461bcd60e51b81526004016109eb90614b18565b866001600160a01b031681606001516001600160a01b0316146122735760405162461bcd60e51b81526004016109eb9061472e565b80516080820151606083015160408085015160c086015191517fc2fa48130000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169563c2fa4813956122f5959194909391928e9190600401614d96565b600060405180830381600087803b15801561230f57600080fd5b505af1158015612323573d6000803e3d6000fd5b505050505050505050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6001600160a01b0381166000908152600460205260409020545b919050565b336000908152600f6020908152604080832061ffff8816845282528083208684529091529020805483116123ba5760405162461bcd60e51b81526004016109eb906147f9565b828155600181018290556040517fc5e97f049604c4d8626704341240f021a22cee0d8b66ec306a45344be67733a0906123fa908790339087908990614d3b565b60405180910390a15050505050565b61241161344c565b6001600160a01b031661242261293e565b6001600160a01b03161461247d576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600481565b6124ec61344c565b6001600160a01b03166124fd61293e565b6001600160a01b031614612558576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b03811661257e5760405162461bcd60e51b81526004016109eb9061479c565b61ffff8281166000908152600c60205260409020548116106125b25760405162461bcd60e51b81526004016109eb906149ca565b61ffff8083166000908152600c60209081526040808320805480861660010186167fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00009091161790819055600b83528184209416835292905281902080546001600160a01b0384167fffffffffffffffffffffffff0000000000000000000000000000000000000000909116179055517f802d55279d51813cb7a9a98e8fd2d7bec5346cb830901c11b85d1650cb857e9a906126709084908490614d1e565b60405180910390a15050565b61268461344c565b6001600160a01b031661269561293e565b6001600160a01b0316146126f0576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff8085166000908152600a6020908152604080832093871683529290522061271b908383613943565b507f4a5695eee2a74d548d5f5c485a3de99ace99e3b664c8e30a90f49be6ebb54932848484846040516127519493929190614e91565b60405180910390a150505050565b600260005414156127b7576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026000556003546001600160a01b031633146127e65760405162461bcd60e51b81526004016109eb90614424565b6007546127f39082613450565b60075560025461280d906001600160a01b03168383613595565b7f3a20c8c3cd1848485ae8261a52398bb9b26f195b717306b3cf7f058e62c095d533838360405161284093929190614306565b60405180910390a150506001600055565b61285961344c565b6001600160a01b031661286a61293e565b6001600160a01b0316146128c5576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff82166000908152600e6020526040902054156128f65760405162461bcd60e51b81526004016109eb90614b75565b61ffff82166000908152600e602052604090819020829055517f0611bb2107e385b79ec826fff8ecc1c1248a7aae3c875c96668f8cfbf1734220906126709084908490614d65565b6001546001600160a01b031690565b600581565b600e6020526000908152604090205481565b60046020526000908152604090205481565b61297e6139ed565b6001600160a01b03808316600090815260086020908152604080832061ffff808916808652918452828520835160c0810185528154808416825267ffffffffffffffff6201000082048116838901526a010000000000000000000082048a16838801527e010000000000000000000000000000000000000000000000000000000000009091048416606083015260019092015491821660808201526801000000000000000090910490961660a087015290845260099092529091208251909116612a4b57805461ffff1682525b602082015167ffffffffffffffff16612a7657805462010000900467ffffffffffffffff1660208301525b60408201516001600160a01b0316612aa75780546a010000000000000000000090046001600160a01b031660408301525b606082015161ffff16612ae25780547e01000000000000000000000000000000000000000000000000000000000000900461ffff1660608301525b608082015167ffffffffffffffff16612b0a57600181015467ffffffffffffffff1660808301525b60a08201516001600160a01b0316612b3c5760018101546801000000000000000090046001600160a01b031660a08301525b509392505050565b61271081565b600c6020526000908152604090205461ffff1681565b600d60209081526000928352604080842090915290825290205460ff1681565b600f6020908152600093845260408085208252928452828420905282529020805460019091015482565b600b6020908152600092835260408084209091529082529020546001600160a01b031681565b60086020908152600092835260408084209091529082529020805460019091015461ffff8083169267ffffffffffffffff6201000082048116936001600160a01b036a010000000000000000000084048116947e010000000000000000000000000000000000000000000000000000000000009094049093169291811691680100000000000000009091041686565b6001600160a01b031660009081526005602052604090205490565b60106020526000908152604090205481565b612c9461344c565b6001600160a01b0316612ca561293e565b6001600160a01b031614612d00576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff8083166000908152600d60209081526040808320938516835292905281902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055517fec23bee6f88cfecebb09d6aaaed66f0ce110debc1f61117c8270a7116597df9a906126709084908490614df7565b612d83613a22565b506001600160a01b0383166000908152600f6020908152604080832061ffff86168452825280832084845282529182902082518084019093528054835260010154908201529392505050565b612dd761344c565b6001600160a01b0316612de861293e565b6001600160a01b031614612e43576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff821660009081526010602052604090205415612e745760405162461bcd60e51b81526004016109eb9061496d565b61ffff821660009081526010602052604090819020829055517f0dad975e1d2fbe771c95cdcc7be9a1e61181de7173abe0a32b8f8f83140873e5906126709084908490614d65565b612ec461344c565b6001600160a01b0316612ed561293e565b6001600160a01b031614612f30576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b038116612f565760405162461bcd60e51b81526004016109eb90614910565b600380547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383161790556040517fcb7ef3e545f5cdb893f5c568ba710fe08f336375a2d9fd66e161033f8fc09ef39061204c9083906142f2565b612fc161344c565b6001600160a01b0316612fd261293e565b6001600160a01b03161461302d576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b0381166130725760405162461bcd60e51b81526004018080602001828103825260268152602001806150d56026913960400191505060405180910390fd5b6001546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b60075481565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633146131345760405162461bcd60e51b81526004016109eb90614a27565b6001600160a01b038416600090815260086020908152604080832061ffff89168452909152902060018414156131e157600061317283850185613ddc565b61ffff8089166000908152600c602052604090205491925090811690821611156131ae5760405162461bcd60e51b81526004016109eb906148b3565b81547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00001661ffff91909116178155613407565b60028414156132385760006131f88385018561416e565b825467ffffffffffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffff0000000000000000ffff90911617825550613407565b600384141561329657600061324f83850185613b51565b82546001600160a01b039091166a0100000000000000000000027fffff0000000000000000000000000000000000000000ffffffffffffffffffff90911617825550613407565b60048414156133505760006132ad83850185613ddc565b61ffff8089166000908152600d602090815260408083209385168352929052205490915060ff16806132e1575061ffff8116155b6132fd5760405162461bcd60e51b81526004016109eb906143c7565b815461ffff9091167e01000000000000000000000000000000000000000000000000000000000000027dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff909116178155613407565b60058414156133a85760006133678385018561416e565b6001830180547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff9290921691909117905550613407565b6006841415611f305760006133bf83850185613b51565b6001830180546001600160a01b0390921668010000000000000000027fffffffff0000000000000000000000000000000000000000ffffffffffffffff909216919091179055505b7ffc01bf86212a14151d51d1be5c2ac64d67d5ec823dfc6f53298d7ce3f3d3d2528585858560405161343c949392919061432a565b60405180910390a1505050505050565b3390565b6000828211156134a7576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b600082820183811015611f48576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f23b872dd0000000000000000000000000000000000000000000000000000000017905261358f90859061361a565b50505050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261361590849061361a565b505050565b600061366f826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166136cb9092919063ffffffff16565b8051909150156136155780806020019051602081101561368e57600080fd5b50516136155760405162461bcd60e51b815260040180806020018281038252602a815260200180615121602a913960400191505060405180910390fd5b60606136da84846000856136e2565b949350505050565b6060824710156137235760405162461bcd60e51b81526004018080602001828103825260268152602001806150fb6026913960400191505060405180910390fd5b61372c8561385b565b61377d576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b600080866001600160a01b031685876040518082805190602001908083835b602083106137d957805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161379c565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d806000811461383b576040519150601f19603f3d011682016040523d82523d6000602084013e613840565b606091505b5091509150613850828286613861565b979650505050505050565b3b151590565b60608315613870575081611f48565b8251156138805782518084602001fd5b8160405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156138ca5781810151838201526020016138b2565b50505050905090810190601f1680156138f75780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b6040805160e08101825260008082526020820181905291810182905260608082018390526080820181905260a082019290925260c081019190915290565b828054600181600116156101000203166002900490600052602060002090601f01602090048101928261397957600085556139dd565b82601f106139b0578280017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff008235161785556139dd565b828001600101855582156139dd579182015b828111156139dd5782358255916020019190600101906139c2565b506139e9929150613a39565b5090565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a081019190915290565b604080518082019091526000808252602082015290565b5b808211156139e95760008155600101613a3a565b803561236f81615096565b805161236f81615096565b60008083601f840112613a75578182fd5b50813567ffffffffffffffff811115613a8c578182fd5b602083019150836020828501011115613aa457600080fd5b9250929050565b600082601f830112613abb578081fd5b815167ffffffffffffffff811115613acf57fe5b613b0060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601615046565b818152846020838601011115613b14578283fd5b6136da82602083016020870161506a565b803561236f816150ae565b805161236f816150ae565b803561236f816150be565b805161236f816150be565b600060208284031215613b62578081fd5b8135611f4881615096565b60008060408385031215613b7f578081fd5b8235613b8a81615096565b91506020830135613b9a816150ae565b809150509250929050565b600080600060608486031215613bb9578081fd5b8335613bc481615096565b92506020840135613bd4816150ae565b929592945050506040919091013590565b60008060408385031215613bf7578182fd5b8235613c0281615096565b946020939093013593505050565b60008060008060008060008060008060006101008c8e031215613c31578687fd5b613c3a8c613a4e565b9a50613c4860208d01613b3b565b9950613c5660408d01613b25565b985067ffffffffffffffff8060608e01351115613c71578788fd5b613c818e60608f01358f01613a64565b909950975060808d0135811015613c96578687fd5b613ca68e60808f01358f01613a64565b9097509550613cb760a08e01613a4e565b9450613cc560c08e01613a4e565b93508060e08e01351115613cd7578283fd5b50613ce88d60e08e01358e01613a64565b81935080925050509295989b509295989b9093969950565b600060208284031215613d11578081fd5b815167ffffffffffffffff80821115613d28578283fd5b9083019060e08286031215613d3b578283fd5b613d4560e0615046565b613d4e83613b30565b8152613d5c60208401613b30565b6020820152613d6d60408401613b46565b6040820152613d7e60608401613a59565b6060820152608083015182811115613d94578485fd5b613da087828601613aab565b60808301525060a083015160a082015260c083015182811115613dc1578485fd5b613dcd87828601613aab565b60c08301525095945050505050565b600060208284031215613ded578081fd5b8135611f48816150ae565b60008060408385031215613e0a578182fd5b8235613e15816150ae565b91506020830135613b9a81615096565b600080600080600080600060a0888a031215613e3f578081fd5b8735613e4a816150ae565b96506020880135613e5a81615096565b9550604088013567ffffffffffffffff80821115613e76578283fd5b613e828b838c01613a64565b909750955060608a013591508115158214613e9b578283fd5b90935060808901359080821115613eb0578283fd5b50613ebd8a828b01613a64565b989b979a50959850939692959293505050565b600080600060608486031215613ee4578081fd5b8335613eef816150ae565b92506020840135613bd481615096565b60008060008060008060a08789031215613f17578384fd5b8635613f22816150ae565b95506020870135613f3281615096565b94506040870135935060608701359250608087013567ffffffffffffffff811115613f5b578283fd5b613f6789828a01613a64565b979a9699509497509295939492505050565b600080600080600060808688031215613f90578283fd5b8535613f9b816150ae565b94506020860135613fab81615096565b935060408601359250606086013567ffffffffffffffff811115613fcd578182fd5b613fd988828901613a64565b969995985093965092949392505050565b60008060408385031215613ffc578182fd5b8235613c02816150ae565b6000806000806080858703121561401c578182fd5b8435614027816150ae565b966020860135965060408601359560600135945092505050565b60008060408385031215614053578182fd5b8235613b8a816150ae565b60008060008060608587031215614073578182fd5b843561407e816150ae565b9350602085013561408e816150ae565b9250604085013567ffffffffffffffff8111156140a9578283fd5b6140b587828801613a64565b95989497509550505050565b600080600080600080600060e0888a0312156140db578081fd5b87356140e6816150ae565b965060208801356140f6816150ae565b95506040880135614106816150be565b9450606088013561411681615096565b93506080880135614126816150ae565b925060a0880135614136816150ae565b915060c088013561414681615096565b8091505092959891949750929550565b600060208284031215614167578081fd5b5051919050565b60006020828403121561417f578081fd5b8135611f48816150be565b6000806000806080858703121561419f578182fd5b843560ff811681146141af578283fd5b935060208501356141bf81615096565b925060408501356141cf81615096565b9396929550929360600135925050565b600082845282826020860137806020848601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f85011685010190509392505050565b6000815180845261423f81602086016020860161506a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b90565b60007fffffffffffffffff0000000000000000000000000000000000000000000000008860c01b1682527fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008760601b1660088301528486601c840137848201601c81018281528486823750909201601c019182525095945050505050565b6001600160a01b0391909116815260200190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b60006001600160a01b0386168252846020830152606060408301526143536060830184866141df565b9695505050505050565b901515815260200190565b92151583526020830191909152604082015260600190565b90815260200190565b6000858252606060208301526143a36060830185876141df565b905082604083015295945050505050565b600060208252611f486020830184614227565b60208082526026908201527f4c617965725a65726f3a20696e76616c6964206f7574626f756e642070726f6f60408201527f6620747970650000000000000000000000000000000000000000000000000000606082015260800190565b60208082526018908201527f4c617965725a65726f3a206f6e6c792074726561737572790000000000000000604082015260600190565b6020808252601e908201527f4c617965725a65726f3a20496e76616c696420636f6e66696720747970650000604082015260600190565b6020808252601a908201527f4c617965725a65726f3a207769746864726177206661696c6564000000000000604082015260600190565b60208082526025908201527f4c617965725a65726f3a206e6f7420656e6f756768206e617469766520666f7260408201527f2066656573000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526031908201527f4c617965725a65726f3a205f6c617965725a65726f546f6b656e2063616e6e6f60408201527f74206265207a65726f2061646472657373000000000000000000000000000000606082015260800190565b60208082526022908201527f4c617965725a65726f3a20696e76616c69642072656c6179657220616464726560408201527f7373000000000000000000000000000000000000000000000000000000000000606082015260800190565b6020808252601b908201527f4c617965725a65726f3a206661696c656420746f20726566756e640000000000604082015260600190565b6020808252602b908201527f4c617965725a65726f3a206d75737420626520706169642062792073656e646560408201527f72206f72206f726967696e000000000000000000000000000000000000000000606082015260800190565b60208082526021908201527f4c617965725a65726f3a20636861696e496420646f6573206e6f74206578697360408201527f7400000000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526021908201527f4c617965725a65726f3a20696e76616c6964206f7261636c652061646472657360408201527f7300000000000000000000000000000000000000000000000000000000000000606082015260800190565b6020808252601e908201527f4c617965725a65726f3a20696e76616c69642064737420616464726573730000604082015260600190565b6020808252601a908201527f4c617965725a65726f3a20696e76616c69642072656c61796572000000000000604082015260600190565b60208082526029908201527f4c617965725a65726f3a206c6962726172792063616e6e6f74206265207a657260408201527f6f20616464726573730000000000000000000000000000000000000000000000606082015260800190565b60208082526043908201527f4c617965725a65726f3a206f7261636c6520646174612063616e206f6e6c792060408201527f75706461746520696620697420686173206d6f726520636f6e6669726d61746960608201527f6f6e730000000000000000000000000000000000000000000000000000000000608082015260a00190565b60208082526017908201527f4c617965725a65726f3a6f6e6c79207472656173757279000000000000000000604082015260600190565b60208082526030908201527f4c617965725a65726f3a20696e76616c696420696e626f756e642070726f6f6660408201527f206c6962726172792076657273696f6e00000000000000000000000000000000606082015260800190565b6020808252602a908201527f4c617965725a65726f3a2074726561737572792063616e6e6f74206265207a6560408201527f726f206164647265737300000000000000000000000000000000000000000000606082015260800190565b60208082526021908201527f4c617965725a65726f3a2072656d6f746520756c6e20616c726561647920736560408201527f7400000000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526022908201527f4c617965725a65726f3a2063616e206e6f7420616464206e6577206c6962726160408201527f7279000000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526018908201527f4c617965725a65726f3a206f6e6c7920656e64706f696e740000000000000000604082015260600190565b6020808252602e908201527f4c617965725a65726f3a20696e76616c6964206f7574626f756e6420626c6f6360408201527f6b20636f6e6669726d6174696f6e000000000000000000000000000000000000606082015260800190565b60208082526024908201527f4c617965725a65726f3a20756e737570706f727465642077697468647261772060408201527f7479706500000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526028908201527f4c617965725a65726f3a205f7061636b65742e756c6e4164647265737320697360408201527f20696e76616c6964000000000000000000000000000000000000000000000000606082015260800190565b60208082526030908201527f4c617965725a65726f3a2072656d6f746520636861696e20616464726573732060408201527f73697a6520616c72656164792073657400000000000000000000000000000000606082015260800190565b6020808252602d908201527f4c617965725a65726f3a20696e76616c696420696e626f756e6420626c6f636b60408201527f20636f6e6669726d6174696f6e00000000000000000000000000000000000000606082015260800190565b60208082526029908201527f4c617965725a65726f3a206e6f7420656e6f75676820626c6f636b20636f6e6660408201527f69726d6174696f6e730000000000000000000000000000000000000000000000606082015260800190565b600060c08201905061ffff808451168352602084015167ffffffffffffffff8082166020860152604086015191506001600160a01b0380831660408701528360608801511660608701528160808801511660808701528060a08801511660a08701525050505092915050565b815181526020918201519181019190915260400190565b61ffff91909116815260200190565b61ffff9290921682526001600160a01b0316602082015260400190565b61ffff9490941684526001600160a01b039290921660208401526040830152606082015260800190565b61ffff929092168252602082015260400190565b600061ffff84168252604060208301526136da6040830184614227565b600061ffff8816825260c06020830152614db360c0830188614227565b6001600160a01b038716604084015267ffffffffffffffff8616606084015284608084015282810360a0840152614dea8185614227565b9998505050505050505050565b61ffff92831681529116602082015260400190565b600061ffff80891683528088166020840152506001600160a01b038616604083015284606083015260a06080830152614e4960a0830184866141df565b98975050505050505050565b600061ffff80881683528087166020840152506001600160a01b038516604083015283606083015260a0608083015261385060a0830184614227565b600061ffff8087168352808616602084015250606060408301526143536060830184866141df565b600061ffff808616835280851660208401525060606040830152614ee06060830184614227565b95945050505050565b61ffff938416815291909216602082015267ffffffffffffffff909116604082015260600190565b61ffff9788168152958716602087015267ffffffffffffffff9490941660408601526001600160a01b039283166060860152908516608085015290931660a083015290911660c082015260e00190565b61ffff968716815267ffffffffffffffff95861660208201526001600160a01b03948516604082015292909516606083015290921660808301529190911660a082015260c00190565b600061ffff808816835267ffffffffffffffff87166020840152808616604084015250608060608301526138506080830184866141df565b918252602082015260400190565b67ffffffffffffffff91909116815260200190565b60ff91909116815260200190565b60ff9590951685526001600160a01b03938416602086015291831660408501529091166060830152608082015260a00190565b60405181810167ffffffffffffffff8111828210171561506257fe5b604052919050565b60005b8381101561508557818101518382015260200161506d565b8381111561358f5750506000910152565b6001600160a01b03811681146150ab57600080fd5b50565b61ffff811681146150ab57600080fd5b67ffffffffffffffff811681146150ab57600080fdfe4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c5361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a2646970667358221220e17d259a389652c35621600dfb3202de3541da2766e0ab74bef94fe8b06a386b64736f6c63430007060033";
|
|
1490
|
+
var isSuperArgs = function (xs) { return xs.length > 1; };
|
|
1491
|
+
var UltraLightNode__factory = /** @class */ (function (_super) {
|
|
1492
|
+
__extends(UltraLightNode__factory, _super);
|
|
1493
|
+
function UltraLightNode__factory() {
|
|
1494
|
+
var args = [];
|
|
1495
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
1496
|
+
args[_i] = arguments[_i];
|
|
1497
|
+
}
|
|
1498
|
+
var _this = this;
|
|
1499
|
+
if (isSuperArgs(args)) {
|
|
1500
|
+
_this = _super.apply(this, args) || this;
|
|
1501
|
+
}
|
|
1502
|
+
else {
|
|
1503
|
+
_this = _super.call(this, _abi, _bytecode, args[0]) || this;
|
|
1504
|
+
}
|
|
1505
|
+
return _this;
|
|
1506
|
+
}
|
|
1507
|
+
UltraLightNode__factory.prototype.deploy = function (_endpoint, overrides) {
|
|
1508
|
+
return _super.prototype.deploy.call(this, _endpoint, overrides || {});
|
|
1509
|
+
};
|
|
1510
|
+
UltraLightNode__factory.prototype.getDeployTransaction = function (_endpoint, overrides) {
|
|
1511
|
+
return _super.prototype.getDeployTransaction.call(this, _endpoint, overrides || {});
|
|
1512
|
+
};
|
|
1513
|
+
UltraLightNode__factory.prototype.attach = function (address) {
|
|
1514
|
+
return _super.prototype.attach.call(this, address);
|
|
1515
|
+
};
|
|
1516
|
+
UltraLightNode__factory.prototype.connect = function (signer) {
|
|
1517
|
+
return _super.prototype.connect.call(this, signer);
|
|
1518
|
+
};
|
|
1519
|
+
UltraLightNode__factory.createInterface = function () {
|
|
1520
|
+
return new ethers_1.utils.Interface(_abi);
|
|
1521
|
+
};
|
|
1522
|
+
UltraLightNode__factory.connect = function (address, signerOrProvider) {
|
|
1523
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
1524
|
+
};
|
|
1525
|
+
UltraLightNode__factory.bytecode = _bytecode;
|
|
1526
|
+
UltraLightNode__factory.abi = _abi;
|
|
1527
|
+
return UltraLightNode__factory;
|
|
1528
|
+
}(ethers_1.ContractFactory));
|
|
1529
|
+
exports.UltraLightNode__factory = UltraLightNode__factory;
|