@layerzerolabs/lz-evm-sdk-v2 2.0.12-tron-rc.2 → 2.0.12
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/artifacts/contracts/EndpointV2.sol/EndpointV2.json +2 -2
- package/artifacts/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2 -2
- package/artifacts/contracts/Executor.sol/Executor.json +2 -2
- package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +2 -2
- package/artifacts/contracts/PriceFeed.sol/PriceFeed.json +2 -2
- package/artifacts/contracts/Treasury.sol/Treasury.json +2 -2
- package/artifacts/contracts/libs/AddressCast.sol/AddressCast.json +2 -2
- package/artifacts/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +2 -2
- package/artifacts/contracts/libs/Errors.sol/Errors.json +2 -2
- package/artifacts/contracts/libs/GUID.sol/GUID.json +2 -2
- package/artifacts/contracts/libs/SafeCall.sol/SafeCall.json +2 -2
- package/artifacts/contracts/libs/Transfer.sol/Transfer.json +2 -2
- package/artifacts/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +2 -2
- package/artifacts/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +2 -2
- package/artifacts/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +2 -2
- package/artifacts/contracts/oapp/examples/OmniCounter.sol/MsgCodec.json +2 -2
- package/artifacts/contracts/oapp/examples/OmniCounter.sol/OmniCounter.json +2 -2
- package/artifacts/contracts/oapp/examples/OmniCounterPreCrime.sol/OmniCounterPreCrime.json +2 -2
- package/artifacts/contracts/oapp/libs/OptionsBuilder.sol/OptionsBuilder.json +2 -2
- package/artifacts/contracts/oft/OFT.sol/OFT.json +2 -2
- package/artifacts/contracts/oft/OFTAdapter.sol/OFTAdapter.json +2 -2
- package/artifacts/contracts/oft/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
- package/artifacts/contracts/oft/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
- package/artifacts/contracts/precrime/libs/Packet.sol/PacketDecoder.json +2 -2
- package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +5 -5
- package/artifacts/contracts/uln/dvn/DVN.sol/DVN.json +2 -2
- package/artifacts/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/DVNAdapterFeeLibBase.sol/DVNAdapterFeeLibBase.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +2 -2
- package/artifacts/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +2 -2
- package/artifacts/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +2 -2
- package/artifacts/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +2 -2
- package/artifacts/contracts/uln/uln301/SendUln301.sol/SendUln301.json +2 -2
- package/artifacts/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +2 -2
- package/artifacts/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +2 -2
- package/artifacts/contracts/uln/uln302/SendUln302.sol/SendUln302.json +2 -2
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/DVN.json +76 -43
- package/deployments/{bsc-sandbox-local → bera-testnet}/DVNFeeLib.json +13 -13
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/EndpointV2.json +114 -60
- package/deployments/{tron-sandbox-local → bera-testnet}/Executor.json +88 -105
- package/deployments/{bsc-sandbox-local → bera-testnet}/ExecutorFeeLib.json +13 -13
- package/deployments/{bsc-sandbox-local → bera-testnet}/ExecutorProxyAdmin.json +20 -20
- package/deployments/{bsc-sandbox-local → bera-testnet}/Executor_Implementation.json +7 -7
- package/deployments/{tron-sandbox-local → bera-testnet}/Executor_Proxy.json +79 -94
- package/deployments/bera-testnet/LzExecutor.json +332 -0
- package/deployments/bera-testnet/PriceFeed.json +35 -35
- package/deployments/bera-testnet/PriceFeedProxyAdmin.json +17 -17
- package/deployments/bera-testnet/PriceFeed_Implementation.json +6 -6
- package/deployments/bera-testnet/PriceFeed_Proxy.json +34 -34
- package/deployments/{bsc-sandbox-local → bera-testnet}/ReceiveUln301.json +15 -15
- package/deployments/{avalanche-sandbox-local → bera-testnet}/ReceiveUln302.json +18 -18
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/SendUln301.json +17 -17
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/SendUln302.json +14 -14
- package/deployments/{bsc-sandbox-local → bera-testnet}/Treasury.json +13 -13
- package/deployments/{avalanche-sandbox-local → bera-testnet}/TreasuryFeeHandler.json +8 -8
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +90 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Endpoint.json +2355 -0
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +1448 -0
- package/deployments/ethereum-sandbox-local/NonceContract.json +158 -0
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/OmniCounter.json +1133 -0
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +493 -0
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +672 -0
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +214 -0
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +1646 -0
- package/deployments/{arbitrum-sandbox-local/Executor.json → ethereum-sandbox-local/Oracle.json} +400 -658
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +166 -0
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +272 -0
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +1326 -0
- package/deployments/{bsc-sandbox-local/PriceFeed_Proxy.json → ethereum-sandbox-local/Oracle_Proxy.json} +96 -35
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/{tron-sandbox-local/PriceFeed.json → ethereum-sandbox-local/Relayer.json} +445 -339
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +130 -0
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +272 -0
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +1014 -0
- package/deployments/{tron-sandbox-local/PriceFeed_Proxy.json → ethereum-sandbox-local/Relayer_Proxy.json} +64 -33
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +1003 -0
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +1003 -0
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +1696 -0
- package/deployments/{bsc-sandbox-local → etherlink-testnet}/PriceFeed.json +34 -34
- package/deployments/{arbitrum-sandbox-local/ExecutorProxyAdmin.json → etherlink-testnet/PriceFeedProxyAdmin.json} +22 -22
- package/deployments/{arbitrum-sandbox-local → etherlink-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → etherlink-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{avalanche-sandbox-local → etherlink-testnet}/Treasury.json +15 -15
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +90 -0
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/Endpoint.json +2355 -0
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +1448 -0
- package/deployments/polygon-sandbox-local/NonceContract.json +158 -0
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/OmniCounter.json +1133 -0
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +493 -0
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +672 -0
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +214 -0
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +1646 -0
- package/deployments/{bsc-sandbox-local/Executor.json → polygon-sandbox-local/Oracle.json} +400 -658
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +166 -0
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +272 -0
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +1326 -0
- package/deployments/polygon-sandbox-local/Oracle_Proxy.json +305 -0
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/{arbitrum-sandbox-local/PriceFeed.json → polygon-sandbox-local/Relayer.json} +445 -339
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +130 -0
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +272 -0
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +1014 -0
- package/deployments/{arbitrum-sandbox-local/PriceFeed_Proxy.json → polygon-sandbox-local/Relayer_Proxy.json} +64 -33
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/UlnConfig301.json +1003 -0
- package/deployments/polygon-sandbox-local/UlnConfig302.json +1003 -0
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +1696 -0
- package/dist/{index-cijKSBLK.d.cts → index-pO8kCANF.d.mts} +41 -41
- package/dist/{index-cijKSBLK.d.ts → index-pO8kCANF.d.ts} +41 -41
- package/dist/index.browser.cjs +34 -34
- package/dist/index.browser.cjs.map +1 -1
- package/dist/{index.browser.d.cts → index.browser.d.mts} +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +34 -34
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +34 -34
- package/dist/index.cjs.map +1 -1
- package/dist/{index.d.cts → index.d.mts} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +34 -34
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -14
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +0 -387
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +0 -407
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +0 -1591
- package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +0 -380
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +0 -1264
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +0 -954
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/arbitrum-sandbox-local/Treasury.json +0 -412
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +0 -125
- package/deployments/avalanche-sandbox-local/DVN.json +0 -1896
- package/deployments/avalanche-sandbox-local/DVNFeeLib.json +0 -387
- package/deployments/avalanche-sandbox-local/EndpointV2.json +0 -2955
- package/deployments/avalanche-sandbox-local/Executor.json +0 -1549
- package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +0 -407
- package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +0 -283
- package/deployments/avalanche-sandbox-local/Executor_Implementation.json +0 -1591
- package/deployments/avalanche-sandbox-local/Executor_Proxy.json +0 -380
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/avalanche-sandbox-local/PriceFeed.json +0 -890
- package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +0 -912
- package/deployments/avalanche-sandbox-local/ReceiveUln301.json +0 -1264
- package/deployments/avalanche-sandbox-local/SendUln301.json +0 -1569
- package/deployments/avalanche-sandbox-local/SendUln302.json +0 -1527
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/DVN.json +0 -1896
- package/deployments/bsc-sandbox-local/EndpointV2.json +0 -2955
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +0 -380
- package/deployments/bsc-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +0 -912
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +0 -954
- package/deployments/bsc-sandbox-local/SendUln301.json +0 -1569
- package/deployments/bsc-sandbox-local/SendUln302.json +0 -1527
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +0 -125
- package/deployments/tron-sandbox-local/DVN.json +0 -1896
- package/deployments/tron-sandbox-local/DVNFeeLib.json +0 -387
- package/deployments/tron-sandbox-local/EndpointV2.json +0 -2955
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +0 -407
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +0 -283
- package/deployments/tron-sandbox-local/Executor_Implementation.json +0 -1591
- package/deployments/tron-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +0 -912
- package/deployments/tron-sandbox-local/ReceiveUln301.json +0 -1264
- package/deployments/tron-sandbox-local/ReceiveUln302.json +0 -954
- package/deployments/tron-sandbox-local/SendUln301.json +0 -1569
- package/deployments/tron-sandbox-local/SendUln302.json +0 -1527
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/tron-sandbox-local/Treasury.json +0 -412
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +0 -125
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -112,158 +112,65 @@
|
|
|
112
112
|
"type": "receive"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
"
|
|
116
|
-
"name": "NotAllowed",
|
|
117
|
-
"type": "error"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"inputs": [],
|
|
121
|
-
"name": "OnlyMessageLib",
|
|
122
|
-
"type": "error"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"inputs": [],
|
|
126
|
-
"name": "RoleRenouncingDisabled",
|
|
127
|
-
"type": "error"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"inputs": [],
|
|
131
|
-
"name": "ToAddressIsZero",
|
|
132
|
-
"type": "error"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
115
|
+
"anonymous": false,
|
|
135
116
|
"inputs": [
|
|
136
117
|
{
|
|
118
|
+
"indexed": false,
|
|
119
|
+
"internalType": "uint32",
|
|
120
|
+
"name": "dstEid",
|
|
121
|
+
"type": "uint32"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"indexed": false,
|
|
137
125
|
"internalType": "address",
|
|
138
|
-
"name": "
|
|
126
|
+
"name": "oapp",
|
|
139
127
|
"type": "address"
|
|
140
128
|
},
|
|
141
129
|
{
|
|
142
|
-
"internalType": "uint256",
|
|
143
|
-
"name": "_value",
|
|
144
|
-
"type": "uint256"
|
|
145
|
-
}
|
|
146
|
-
],
|
|
147
|
-
"name": "TransferNativeFailed",
|
|
148
|
-
"type": "error"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"anonymous": false,
|
|
152
|
-
"inputs": [
|
|
153
|
-
{
|
|
154
|
-
"components": [
|
|
155
|
-
{
|
|
156
|
-
"internalType": "uint32",
|
|
157
|
-
"name": "dstEid",
|
|
158
|
-
"type": "uint32"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"internalType": "uint64",
|
|
162
|
-
"name": "baseGas",
|
|
163
|
-
"type": "uint64"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"internalType": "uint16",
|
|
167
|
-
"name": "multiplierBps",
|
|
168
|
-
"type": "uint16"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"internalType": "uint128",
|
|
172
|
-
"name": "floorMarginUSD",
|
|
173
|
-
"type": "uint128"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"internalType": "uint128",
|
|
177
|
-
"name": "nativeCap",
|
|
178
|
-
"type": "uint128"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
130
|
"indexed": false,
|
|
182
|
-
"internalType": "
|
|
183
|
-
"name": "
|
|
184
|
-
"type": "
|
|
185
|
-
}
|
|
186
|
-
],
|
|
187
|
-
"name": "DstConfigSet",
|
|
188
|
-
"type": "event"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"anonymous": false,
|
|
192
|
-
"inputs": [
|
|
131
|
+
"internalType": "uint64",
|
|
132
|
+
"name": "confirmations",
|
|
133
|
+
"type": "uint64"
|
|
134
|
+
},
|
|
193
135
|
{
|
|
194
136
|
"indexed": false,
|
|
195
|
-
"internalType": "
|
|
196
|
-
"name": "
|
|
197
|
-
"type": "
|
|
137
|
+
"internalType": "uint256",
|
|
138
|
+
"name": "totalFee",
|
|
139
|
+
"type": "uint256"
|
|
198
140
|
}
|
|
199
141
|
],
|
|
200
|
-
"name": "
|
|
142
|
+
"name": "AssignJob",
|
|
201
143
|
"type": "event"
|
|
202
144
|
},
|
|
203
145
|
{
|
|
204
146
|
"anonymous": false,
|
|
205
147
|
"inputs": [
|
|
206
|
-
{
|
|
207
|
-
"components": [
|
|
208
|
-
{
|
|
209
|
-
"internalType": "uint32",
|
|
210
|
-
"name": "srcEid",
|
|
211
|
-
"type": "uint32"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"internalType": "bytes32",
|
|
215
|
-
"name": "sender",
|
|
216
|
-
"type": "bytes32"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"internalType": "uint64",
|
|
220
|
-
"name": "nonce",
|
|
221
|
-
"type": "uint64"
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"indexed": false,
|
|
225
|
-
"internalType": "struct Origin",
|
|
226
|
-
"name": "origin",
|
|
227
|
-
"type": "tuple"
|
|
228
|
-
},
|
|
229
148
|
{
|
|
230
149
|
"indexed": false,
|
|
231
|
-
"internalType": "
|
|
232
|
-
"name": "
|
|
233
|
-
"type": "
|
|
150
|
+
"internalType": "address",
|
|
151
|
+
"name": "_target",
|
|
152
|
+
"type": "address"
|
|
234
153
|
},
|
|
235
154
|
{
|
|
236
155
|
"indexed": false,
|
|
237
|
-
"internalType": "
|
|
238
|
-
"name": "
|
|
239
|
-
"type": "
|
|
156
|
+
"internalType": "bytes32",
|
|
157
|
+
"name": "_callDataHash",
|
|
158
|
+
"type": "bytes32"
|
|
240
159
|
},
|
|
241
160
|
{
|
|
242
|
-
"components": [
|
|
243
|
-
{
|
|
244
|
-
"internalType": "address",
|
|
245
|
-
"name": "receiver",
|
|
246
|
-
"type": "address"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"internalType": "uint256",
|
|
250
|
-
"name": "amount",
|
|
251
|
-
"type": "uint256"
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
161
|
"indexed": false,
|
|
255
|
-
"internalType": "
|
|
256
|
-
"name": "
|
|
257
|
-
"type": "
|
|
162
|
+
"internalType": "bool",
|
|
163
|
+
"name": "_success",
|
|
164
|
+
"type": "bool"
|
|
258
165
|
},
|
|
259
166
|
{
|
|
260
167
|
"indexed": false,
|
|
261
|
-
"internalType": "
|
|
262
|
-
"name": "
|
|
263
|
-
"type": "
|
|
168
|
+
"internalType": "bytes",
|
|
169
|
+
"name": "_data",
|
|
170
|
+
"type": "bytes"
|
|
264
171
|
}
|
|
265
172
|
],
|
|
266
|
-
"name": "
|
|
173
|
+
"name": "Execute",
|
|
267
174
|
"type": "event"
|
|
268
175
|
},
|
|
269
176
|
{
|
|
@@ -271,12 +178,12 @@
|
|
|
271
178
|
"inputs": [
|
|
272
179
|
{
|
|
273
180
|
"indexed": false,
|
|
274
|
-
"internalType": "
|
|
275
|
-
"name": "
|
|
276
|
-
"type": "
|
|
181
|
+
"internalType": "uint8",
|
|
182
|
+
"name": "version",
|
|
183
|
+
"type": "uint8"
|
|
277
184
|
}
|
|
278
185
|
],
|
|
279
|
-
"name": "
|
|
186
|
+
"name": "Initialized",
|
|
280
187
|
"type": "event"
|
|
281
188
|
},
|
|
282
189
|
{
|
|
@@ -371,13 +278,35 @@
|
|
|
371
278
|
"anonymous": false,
|
|
372
279
|
"inputs": [
|
|
373
280
|
{
|
|
281
|
+
"components": [
|
|
282
|
+
{
|
|
283
|
+
"internalType": "uint32",
|
|
284
|
+
"name": "dstEid",
|
|
285
|
+
"type": "uint32"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"internalType": "uint64",
|
|
289
|
+
"name": "gas",
|
|
290
|
+
"type": "uint64"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"internalType": "uint16",
|
|
294
|
+
"name": "multiplierBps",
|
|
295
|
+
"type": "uint16"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"internalType": "uint128",
|
|
299
|
+
"name": "floorMarginUSD",
|
|
300
|
+
"type": "uint128"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
374
303
|
"indexed": false,
|
|
375
|
-
"internalType": "
|
|
376
|
-
"name": "
|
|
377
|
-
"type": "
|
|
304
|
+
"internalType": "struct IOracle.DstConfigParam[]",
|
|
305
|
+
"name": "params",
|
|
306
|
+
"type": "tuple[]"
|
|
378
307
|
}
|
|
379
308
|
],
|
|
380
|
-
"name": "
|
|
309
|
+
"name": "SetDstConfig",
|
|
381
310
|
"type": "event"
|
|
382
311
|
},
|
|
383
312
|
{
|
|
@@ -385,18 +314,12 @@
|
|
|
385
314
|
"inputs": [
|
|
386
315
|
{
|
|
387
316
|
"indexed": false,
|
|
388
|
-
"internalType": "
|
|
389
|
-
"name": "
|
|
390
|
-
"type": "
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"indexed": false,
|
|
394
|
-
"internalType": "uint8[]",
|
|
395
|
-
"name": "optionTypes",
|
|
396
|
-
"type": "uint8[]"
|
|
317
|
+
"internalType": "address",
|
|
318
|
+
"name": "priceFeed",
|
|
319
|
+
"type": "address"
|
|
397
320
|
}
|
|
398
321
|
],
|
|
399
|
-
"name": "
|
|
322
|
+
"name": "SetPriceFeed",
|
|
400
323
|
"type": "event"
|
|
401
324
|
},
|
|
402
325
|
{
|
|
@@ -412,17 +335,36 @@
|
|
|
412
335
|
"name": "SetWorkerLib",
|
|
413
336
|
"type": "event"
|
|
414
337
|
},
|
|
338
|
+
{
|
|
339
|
+
"anonymous": false,
|
|
340
|
+
"inputs": [
|
|
341
|
+
{
|
|
342
|
+
"indexed": false,
|
|
343
|
+
"internalType": "uint64",
|
|
344
|
+
"name": "_quorum",
|
|
345
|
+
"type": "uint64"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"name": "UpdateQuorum",
|
|
349
|
+
"type": "event"
|
|
350
|
+
},
|
|
415
351
|
{
|
|
416
352
|
"anonymous": false,
|
|
417
353
|
"inputs": [
|
|
418
354
|
{
|
|
419
355
|
"indexed": false,
|
|
420
356
|
"internalType": "address",
|
|
421
|
-
"name": "
|
|
357
|
+
"name": "_signer",
|
|
422
358
|
"type": "address"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"indexed": false,
|
|
362
|
+
"internalType": "bool",
|
|
363
|
+
"name": "_active",
|
|
364
|
+
"type": "bool"
|
|
423
365
|
}
|
|
424
366
|
],
|
|
425
|
-
"name": "
|
|
367
|
+
"name": "UpdateSigner",
|
|
426
368
|
"type": "event"
|
|
427
369
|
},
|
|
428
370
|
{
|
|
@@ -450,6 +392,32 @@
|
|
|
450
392
|
"name": "Withdraw",
|
|
451
393
|
"type": "event"
|
|
452
394
|
},
|
|
395
|
+
{
|
|
396
|
+
"inputs": [],
|
|
397
|
+
"name": "ADMIN_ROLE",
|
|
398
|
+
"outputs": [
|
|
399
|
+
{
|
|
400
|
+
"internalType": "bytes32",
|
|
401
|
+
"name": "",
|
|
402
|
+
"type": "bytes32"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"stateMutability": "view",
|
|
406
|
+
"type": "function"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"inputs": [],
|
|
410
|
+
"name": "ALLOWLIST",
|
|
411
|
+
"outputs": [
|
|
412
|
+
{
|
|
413
|
+
"internalType": "bytes32",
|
|
414
|
+
"name": "",
|
|
415
|
+
"type": "bytes32"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"stateMutability": "view",
|
|
419
|
+
"type": "function"
|
|
420
|
+
},
|
|
453
421
|
{
|
|
454
422
|
"inputs": [],
|
|
455
423
|
"name": "DEFAULT_ADMIN_ROLE",
|
|
@@ -463,6 +431,32 @@
|
|
|
463
431
|
"stateMutability": "view",
|
|
464
432
|
"type": "function"
|
|
465
433
|
},
|
|
434
|
+
{
|
|
435
|
+
"inputs": [],
|
|
436
|
+
"name": "DENYLIST",
|
|
437
|
+
"outputs": [
|
|
438
|
+
{
|
|
439
|
+
"internalType": "bytes32",
|
|
440
|
+
"name": "",
|
|
441
|
+
"type": "bytes32"
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"stateMutability": "view",
|
|
445
|
+
"type": "function"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"inputs": [],
|
|
449
|
+
"name": "MESSAGE_LIB_ROLE",
|
|
450
|
+
"outputs": [
|
|
451
|
+
{
|
|
452
|
+
"internalType": "bytes32",
|
|
453
|
+
"name": "",
|
|
454
|
+
"type": "bytes32"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"stateMutability": "view",
|
|
458
|
+
"type": "function"
|
|
459
|
+
},
|
|
466
460
|
{
|
|
467
461
|
"inputs": [],
|
|
468
462
|
"name": "allowlistSize",
|
|
@@ -483,16 +477,16 @@
|
|
|
483
477
|
"name": "_dstEid",
|
|
484
478
|
"type": "uint32"
|
|
485
479
|
},
|
|
480
|
+
{
|
|
481
|
+
"internalType": "uint64",
|
|
482
|
+
"name": "_confirmations",
|
|
483
|
+
"type": "uint64"
|
|
484
|
+
},
|
|
486
485
|
{
|
|
487
486
|
"internalType": "address",
|
|
488
487
|
"name": "_sender",
|
|
489
488
|
"type": "address"
|
|
490
489
|
},
|
|
491
|
-
{
|
|
492
|
-
"internalType": "uint256",
|
|
493
|
-
"name": "_calldataSize",
|
|
494
|
-
"type": "uint256"
|
|
495
|
-
},
|
|
496
490
|
{
|
|
497
491
|
"internalType": "bytes",
|
|
498
492
|
"name": "_options",
|
|
@@ -503,11 +497,11 @@
|
|
|
503
497
|
"outputs": [
|
|
504
498
|
{
|
|
505
499
|
"internalType": "uint256",
|
|
506
|
-
"name": "
|
|
500
|
+
"name": "totalFee",
|
|
507
501
|
"type": "uint256"
|
|
508
502
|
}
|
|
509
503
|
],
|
|
510
|
-
"stateMutability": "
|
|
504
|
+
"stateMutability": "payable",
|
|
511
505
|
"type": "function"
|
|
512
506
|
},
|
|
513
507
|
{
|
|
@@ -535,7 +529,7 @@
|
|
|
535
529
|
"outputs": [
|
|
536
530
|
{
|
|
537
531
|
"internalType": "uint64",
|
|
538
|
-
"name": "
|
|
532
|
+
"name": "gas",
|
|
539
533
|
"type": "uint64"
|
|
540
534
|
},
|
|
541
535
|
{
|
|
@@ -547,43 +541,40 @@
|
|
|
547
541
|
"internalType": "uint128",
|
|
548
542
|
"name": "floorMarginUSD",
|
|
549
543
|
"type": "uint128"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"internalType": "uint128",
|
|
553
|
-
"name": "nativeCap",
|
|
554
|
-
"type": "uint128"
|
|
555
544
|
}
|
|
556
545
|
],
|
|
557
546
|
"stateMutability": "view",
|
|
558
547
|
"type": "function"
|
|
559
548
|
},
|
|
560
549
|
{
|
|
561
|
-
"inputs": [
|
|
562
|
-
"name": "endpoint",
|
|
563
|
-
"outputs": [
|
|
550
|
+
"inputs": [
|
|
564
551
|
{
|
|
565
552
|
"internalType": "address",
|
|
566
|
-
"name": "",
|
|
553
|
+
"name": "_target",
|
|
567
554
|
"type": "address"
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"stateMutability": "view",
|
|
571
|
-
"type": "function"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"inputs": [
|
|
555
|
+
},
|
|
575
556
|
{
|
|
576
557
|
"internalType": "bytes",
|
|
577
|
-
"name": "
|
|
558
|
+
"name": "_callData",
|
|
578
559
|
"type": "bytes"
|
|
579
560
|
},
|
|
580
561
|
{
|
|
581
562
|
"internalType": "uint256",
|
|
582
|
-
"name": "
|
|
563
|
+
"name": "_expiration",
|
|
583
564
|
"type": "uint256"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"internalType": "bytes",
|
|
568
|
+
"name": "_signatures",
|
|
569
|
+
"type": "bytes"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"internalType": "bool",
|
|
573
|
+
"name": "_tryDeliver",
|
|
574
|
+
"type": "bool"
|
|
584
575
|
}
|
|
585
576
|
],
|
|
586
|
-
"name": "
|
|
577
|
+
"name": "execute",
|
|
587
578
|
"outputs": [],
|
|
588
579
|
"stateMutability": "nonpayable",
|
|
589
580
|
"type": "function"
|
|
@@ -595,16 +586,16 @@
|
|
|
595
586
|
"name": "_dstEid",
|
|
596
587
|
"type": "uint32"
|
|
597
588
|
},
|
|
589
|
+
{
|
|
590
|
+
"internalType": "uint64",
|
|
591
|
+
"name": "_confirmations",
|
|
592
|
+
"type": "uint64"
|
|
593
|
+
},
|
|
598
594
|
{
|
|
599
595
|
"internalType": "address",
|
|
600
596
|
"name": "_sender",
|
|
601
597
|
"type": "address"
|
|
602
598
|
},
|
|
603
|
-
{
|
|
604
|
-
"internalType": "uint256",
|
|
605
|
-
"name": "_calldataSize",
|
|
606
|
-
"type": "uint256"
|
|
607
|
-
},
|
|
608
599
|
{
|
|
609
600
|
"internalType": "bytes",
|
|
610
601
|
"name": "_options",
|
|
@@ -622,76 +613,25 @@
|
|
|
622
613
|
"stateMutability": "view",
|
|
623
614
|
"type": "function"
|
|
624
615
|
},
|
|
625
|
-
{
|
|
626
|
-
"inputs": [
|
|
627
|
-
{
|
|
628
|
-
"internalType": "bytes32",
|
|
629
|
-
"name": "role",
|
|
630
|
-
"type": "bytes32"
|
|
631
|
-
}
|
|
632
|
-
],
|
|
633
|
-
"name": "getRoleAdmin",
|
|
634
|
-
"outputs": [
|
|
635
|
-
{
|
|
636
|
-
"internalType": "bytes32",
|
|
637
|
-
"name": "",
|
|
638
|
-
"type": "bytes32"
|
|
639
|
-
}
|
|
640
|
-
],
|
|
641
|
-
"stateMutability": "view",
|
|
642
|
-
"type": "function"
|
|
643
|
-
},
|
|
644
616
|
{
|
|
645
617
|
"inputs": [
|
|
646
618
|
{
|
|
647
619
|
"internalType": "uint32",
|
|
648
|
-
"name": "
|
|
620
|
+
"name": "_dstEid",
|
|
649
621
|
"type": "uint32"
|
|
650
622
|
}
|
|
651
623
|
],
|
|
652
|
-
"name": "
|
|
624
|
+
"name": "getPrice",
|
|
653
625
|
"outputs": [
|
|
654
626
|
{
|
|
655
|
-
"internalType": "
|
|
627
|
+
"internalType": "uint128",
|
|
656
628
|
"name": "",
|
|
657
|
-
"type": "
|
|
658
|
-
}
|
|
659
|
-
],
|
|
660
|
-
"stateMutability": "view",
|
|
661
|
-
"type": "function"
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"inputs": [
|
|
665
|
-
{
|
|
666
|
-
"internalType": "bytes32",
|
|
667
|
-
"name": "role",
|
|
668
|
-
"type": "bytes32"
|
|
629
|
+
"type": "uint128"
|
|
669
630
|
},
|
|
670
631
|
{
|
|
671
|
-
"internalType": "
|
|
672
|
-
"name": "account",
|
|
673
|
-
"type": "address"
|
|
674
|
-
}
|
|
675
|
-
],
|
|
676
|
-
"name": "grantRole",
|
|
677
|
-
"outputs": [],
|
|
678
|
-
"stateMutability": "nonpayable",
|
|
679
|
-
"type": "function"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"inputs": [
|
|
683
|
-
{
|
|
684
|
-
"internalType": "address",
|
|
685
|
-
"name": "_sender",
|
|
686
|
-
"type": "address"
|
|
687
|
-
}
|
|
688
|
-
],
|
|
689
|
-
"name": "hasAcl",
|
|
690
|
-
"outputs": [
|
|
691
|
-
{
|
|
692
|
-
"internalType": "bool",
|
|
632
|
+
"internalType": "uint64",
|
|
693
633
|
"name": "",
|
|
694
|
-
"type": "
|
|
634
|
+
"type": "uint64"
|
|
695
635
|
}
|
|
696
636
|
],
|
|
697
637
|
"stateMutability": "view",
|
|
@@ -703,292 +643,119 @@
|
|
|
703
643
|
"internalType": "bytes32",
|
|
704
644
|
"name": "role",
|
|
705
645
|
"type": "bytes32"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"internalType": "address",
|
|
709
|
-
"name": "account",
|
|
710
|
-
"type": "address"
|
|
711
|
-
}
|
|
712
|
-
],
|
|
713
|
-
"name": "hasRole",
|
|
714
|
-
"outputs": [
|
|
715
|
-
{
|
|
716
|
-
"internalType": "bool",
|
|
717
|
-
"name": "",
|
|
718
|
-
"type": "bool"
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"stateMutability": "view",
|
|
722
|
-
"type": "function"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"inputs": [
|
|
726
|
-
{
|
|
727
|
-
"internalType": "address",
|
|
728
|
-
"name": "_endpoint",
|
|
729
|
-
"type": "address"
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"internalType": "address",
|
|
733
|
-
"name": "_receiveUln301",
|
|
734
|
-
"type": "address"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"internalType": "address[]",
|
|
738
|
-
"name": "_messageLibs",
|
|
739
|
-
"type": "address[]"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"internalType": "address",
|
|
743
|
-
"name": "_priceFeed",
|
|
744
|
-
"type": "address"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"internalType": "address",
|
|
748
|
-
"name": "_roleAdmin",
|
|
749
|
-
"type": "address"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"internalType": "address[]",
|
|
753
|
-
"name": "_admins",
|
|
754
|
-
"type": "address[]"
|
|
755
646
|
}
|
|
756
647
|
],
|
|
757
|
-
"name": "
|
|
758
|
-
"outputs": [],
|
|
759
|
-
"stateMutability": "nonpayable",
|
|
760
|
-
"type": "function"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"inputs": [],
|
|
764
|
-
"name": "localEid",
|
|
648
|
+
"name": "getRoleAdmin",
|
|
765
649
|
"outputs": [
|
|
766
650
|
{
|
|
767
|
-
"internalType": "
|
|
651
|
+
"internalType": "bytes32",
|
|
768
652
|
"name": "",
|
|
769
|
-
"type": "
|
|
653
|
+
"type": "bytes32"
|
|
770
654
|
}
|
|
771
655
|
],
|
|
772
656
|
"stateMutability": "view",
|
|
773
657
|
"type": "function"
|
|
774
658
|
},
|
|
775
659
|
{
|
|
776
|
-
"inputs": [
|
|
777
|
-
{
|
|
778
|
-
"
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
"name": "srcEid",
|
|
782
|
-
"type": "uint32"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"internalType": "bytes32",
|
|
786
|
-
"name": "sender",
|
|
787
|
-
"type": "bytes32"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"internalType": "uint64",
|
|
791
|
-
"name": "nonce",
|
|
792
|
-
"type": "uint64"
|
|
793
|
-
}
|
|
794
|
-
],
|
|
795
|
-
"internalType": "struct Origin",
|
|
796
|
-
"name": "_origin",
|
|
797
|
-
"type": "tuple"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"internalType": "uint32",
|
|
801
|
-
"name": "_dstEid",
|
|
802
|
-
"type": "uint32"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"internalType": "address",
|
|
806
|
-
"name": "_oapp",
|
|
807
|
-
"type": "address"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"components": [
|
|
811
|
-
{
|
|
812
|
-
"internalType": "address",
|
|
813
|
-
"name": "receiver",
|
|
814
|
-
"type": "address"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"internalType": "uint256",
|
|
818
|
-
"name": "amount",
|
|
819
|
-
"type": "uint256"
|
|
820
|
-
}
|
|
821
|
-
],
|
|
822
|
-
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
823
|
-
"name": "_nativeDropParams",
|
|
824
|
-
"type": "tuple[]"
|
|
660
|
+
"inputs": [
|
|
661
|
+
{
|
|
662
|
+
"internalType": "bytes32",
|
|
663
|
+
"name": "role",
|
|
664
|
+
"type": "bytes32"
|
|
825
665
|
},
|
|
826
666
|
{
|
|
827
|
-
"internalType": "
|
|
828
|
-
"name": "
|
|
829
|
-
"type": "
|
|
667
|
+
"internalType": "address",
|
|
668
|
+
"name": "account",
|
|
669
|
+
"type": "address"
|
|
830
670
|
}
|
|
831
671
|
],
|
|
832
|
-
"name": "
|
|
672
|
+
"name": "grantRole",
|
|
833
673
|
"outputs": [],
|
|
834
|
-
"stateMutability": "
|
|
674
|
+
"stateMutability": "nonpayable",
|
|
835
675
|
"type": "function"
|
|
836
676
|
},
|
|
837
677
|
{
|
|
838
678
|
"inputs": [
|
|
839
679
|
{
|
|
840
|
-
"
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
"name": "srcEid",
|
|
844
|
-
"type": "uint32"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"internalType": "bytes32",
|
|
848
|
-
"name": "sender",
|
|
849
|
-
"type": "bytes32"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"internalType": "uint64",
|
|
853
|
-
"name": "nonce",
|
|
854
|
-
"type": "uint64"
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"internalType": "struct Origin",
|
|
858
|
-
"name": "_origin",
|
|
859
|
-
"type": "tuple"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"components": [
|
|
863
|
-
{
|
|
864
|
-
"internalType": "address",
|
|
865
|
-
"name": "receiver",
|
|
866
|
-
"type": "address"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"internalType": "uint256",
|
|
870
|
-
"name": "amount",
|
|
871
|
-
"type": "uint256"
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
-
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
875
|
-
"name": "_nativeDropParams",
|
|
876
|
-
"type": "tuple[]"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"internalType": "uint256",
|
|
880
|
-
"name": "_nativeDropGasLimit",
|
|
881
|
-
"type": "uint256"
|
|
680
|
+
"internalType": "bytes32",
|
|
681
|
+
"name": "role",
|
|
682
|
+
"type": "bytes32"
|
|
882
683
|
},
|
|
883
684
|
{
|
|
884
|
-
"internalType": "
|
|
885
|
-
"name": "
|
|
886
|
-
"type": "
|
|
887
|
-
}
|
|
685
|
+
"internalType": "address",
|
|
686
|
+
"name": "account",
|
|
687
|
+
"type": "address"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"name": "hasRole",
|
|
691
|
+
"outputs": [
|
|
888
692
|
{
|
|
889
|
-
"internalType": "
|
|
890
|
-
"name": "
|
|
891
|
-
"type": "
|
|
693
|
+
"internalType": "bool",
|
|
694
|
+
"name": "",
|
|
695
|
+
"type": "bool"
|
|
892
696
|
}
|
|
893
697
|
],
|
|
894
|
-
"
|
|
895
|
-
"outputs": [],
|
|
896
|
-
"stateMutability": "payable",
|
|
698
|
+
"stateMutability": "view",
|
|
897
699
|
"type": "function"
|
|
898
700
|
},
|
|
899
701
|
{
|
|
900
702
|
"inputs": [
|
|
901
703
|
{
|
|
902
|
-
"
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
"name": "amount",
|
|
911
|
-
"type": "uint256"
|
|
912
|
-
}
|
|
913
|
-
],
|
|
914
|
-
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
915
|
-
"name": "_nativeDropParams",
|
|
916
|
-
"type": "tuple[]"
|
|
704
|
+
"internalType": "address",
|
|
705
|
+
"name": "_target",
|
|
706
|
+
"type": "address"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"internalType": "bytes",
|
|
710
|
+
"name": "_callData",
|
|
711
|
+
"type": "bytes"
|
|
917
712
|
},
|
|
918
713
|
{
|
|
919
714
|
"internalType": "uint256",
|
|
920
|
-
"name": "
|
|
715
|
+
"name": "_expiration",
|
|
921
716
|
"type": "uint256"
|
|
922
|
-
}
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"name": "hashCallData",
|
|
720
|
+
"outputs": [
|
|
923
721
|
{
|
|
924
|
-
"
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
"name": "receiver",
|
|
928
|
-
"type": "address"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"components": [
|
|
932
|
-
{
|
|
933
|
-
"internalType": "uint32",
|
|
934
|
-
"name": "srcEid",
|
|
935
|
-
"type": "uint32"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"internalType": "bytes32",
|
|
939
|
-
"name": "sender",
|
|
940
|
-
"type": "bytes32"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"internalType": "uint64",
|
|
944
|
-
"name": "nonce",
|
|
945
|
-
"type": "uint64"
|
|
946
|
-
}
|
|
947
|
-
],
|
|
948
|
-
"internalType": "struct Origin",
|
|
949
|
-
"name": "origin",
|
|
950
|
-
"type": "tuple"
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"internalType": "bytes32",
|
|
954
|
-
"name": "guid",
|
|
955
|
-
"type": "bytes32"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"internalType": "bytes",
|
|
959
|
-
"name": "message",
|
|
960
|
-
"type": "bytes"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"internalType": "bytes",
|
|
964
|
-
"name": "extraData",
|
|
965
|
-
"type": "bytes"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"internalType": "uint256",
|
|
969
|
-
"name": "gasLimit",
|
|
970
|
-
"type": "uint256"
|
|
971
|
-
}
|
|
972
|
-
],
|
|
973
|
-
"internalType": "struct IExecutor.ExecutionParams",
|
|
974
|
-
"name": "_executionParams",
|
|
975
|
-
"type": "tuple"
|
|
722
|
+
"internalType": "bytes32",
|
|
723
|
+
"name": "",
|
|
724
|
+
"type": "bytes32"
|
|
976
725
|
}
|
|
977
726
|
],
|
|
978
|
-
"
|
|
979
|
-
"outputs": [],
|
|
980
|
-
"stateMutability": "payable",
|
|
727
|
+
"stateMutability": "pure",
|
|
981
728
|
"type": "function"
|
|
982
729
|
},
|
|
983
730
|
{
|
|
984
731
|
"inputs": [
|
|
732
|
+
{
|
|
733
|
+
"internalType": "address[]",
|
|
734
|
+
"name": "_messageLibs",
|
|
735
|
+
"type": "address[]"
|
|
736
|
+
},
|
|
985
737
|
{
|
|
986
738
|
"internalType": "address",
|
|
987
|
-
"name": "
|
|
739
|
+
"name": "_priceFeed",
|
|
988
740
|
"type": "address"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"internalType": "address[]",
|
|
744
|
+
"name": "_signers",
|
|
745
|
+
"type": "address[]"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"internalType": "uint64",
|
|
749
|
+
"name": "_quorum",
|
|
750
|
+
"type": "uint64"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"internalType": "address[]",
|
|
754
|
+
"name": "_admins",
|
|
755
|
+
"type": "address[]"
|
|
989
756
|
}
|
|
990
757
|
],
|
|
991
|
-
"name": "
|
|
758
|
+
"name": "initialize",
|
|
992
759
|
"outputs": [],
|
|
993
760
|
"stateMutability": "nonpayable",
|
|
994
761
|
"type": "function"
|
|
@@ -1011,7 +778,7 @@
|
|
|
1011
778
|
"name": "priceFeed",
|
|
1012
779
|
"outputs": [
|
|
1013
780
|
{
|
|
1014
|
-
"internalType": "
|
|
781
|
+
"internalType": "contract ILayerZeroPriceFeed",
|
|
1015
782
|
"name": "",
|
|
1016
783
|
"type": "address"
|
|
1017
784
|
}
|
|
@@ -1021,12 +788,12 @@
|
|
|
1021
788
|
},
|
|
1022
789
|
{
|
|
1023
790
|
"inputs": [],
|
|
1024
|
-
"name": "
|
|
791
|
+
"name": "quorum",
|
|
1025
792
|
"outputs": [
|
|
1026
793
|
{
|
|
1027
|
-
"internalType": "
|
|
794
|
+
"internalType": "uint64",
|
|
1028
795
|
"name": "",
|
|
1029
|
-
"type": "
|
|
796
|
+
"type": "uint64"
|
|
1030
797
|
}
|
|
1031
798
|
],
|
|
1032
799
|
"stateMutability": "view",
|
|
@@ -1047,7 +814,7 @@
|
|
|
1047
814
|
],
|
|
1048
815
|
"name": "renounceRole",
|
|
1049
816
|
"outputs": [],
|
|
1050
|
-
"stateMutability": "
|
|
817
|
+
"stateMutability": "nonpayable",
|
|
1051
818
|
"type": "function"
|
|
1052
819
|
},
|
|
1053
820
|
{
|
|
@@ -1092,7 +859,7 @@
|
|
|
1092
859
|
},
|
|
1093
860
|
{
|
|
1094
861
|
"internalType": "uint64",
|
|
1095
|
-
"name": "
|
|
862
|
+
"name": "gas",
|
|
1096
863
|
"type": "uint64"
|
|
1097
864
|
},
|
|
1098
865
|
{
|
|
@@ -1104,14 +871,9 @@
|
|
|
1104
871
|
"internalType": "uint128",
|
|
1105
872
|
"name": "floorMarginUSD",
|
|
1106
873
|
"type": "uint128"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"internalType": "uint128",
|
|
1110
|
-
"name": "nativeCap",
|
|
1111
|
-
"type": "uint128"
|
|
1112
874
|
}
|
|
1113
875
|
],
|
|
1114
|
-
"internalType": "struct
|
|
876
|
+
"internalType": "struct IOracle.DstConfigParam[]",
|
|
1115
877
|
"name": "_params",
|
|
1116
878
|
"type": "tuple[]"
|
|
1117
879
|
}
|
|
@@ -1150,17 +912,30 @@
|
|
|
1150
912
|
{
|
|
1151
913
|
"inputs": [
|
|
1152
914
|
{
|
|
1153
|
-
"internalType": "
|
|
1154
|
-
"name": "
|
|
1155
|
-
"type": "
|
|
915
|
+
"internalType": "uint64",
|
|
916
|
+
"name": "_quorum",
|
|
917
|
+
"type": "uint64"
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"name": "setQuorum",
|
|
921
|
+
"outputs": [],
|
|
922
|
+
"stateMutability": "nonpayable",
|
|
923
|
+
"type": "function"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"inputs": [
|
|
927
|
+
{
|
|
928
|
+
"internalType": "address",
|
|
929
|
+
"name": "_signer",
|
|
930
|
+
"type": "address"
|
|
1156
931
|
},
|
|
1157
932
|
{
|
|
1158
|
-
"internalType": "
|
|
1159
|
-
"name": "
|
|
1160
|
-
"type": "
|
|
933
|
+
"internalType": "bool",
|
|
934
|
+
"name": "_active",
|
|
935
|
+
"type": "bool"
|
|
1161
936
|
}
|
|
1162
937
|
],
|
|
1163
|
-
"name": "
|
|
938
|
+
"name": "setSigner",
|
|
1164
939
|
"outputs": [],
|
|
1165
940
|
"stateMutability": "nonpayable",
|
|
1166
941
|
"type": "function"
|
|
@@ -1169,15 +944,47 @@
|
|
|
1169
944
|
"inputs": [
|
|
1170
945
|
{
|
|
1171
946
|
"internalType": "address",
|
|
1172
|
-
"name": "
|
|
947
|
+
"name": "_workerLib",
|
|
1173
948
|
"type": "address"
|
|
1174
949
|
}
|
|
1175
950
|
],
|
|
1176
|
-
"name": "
|
|
951
|
+
"name": "setWorkerLib",
|
|
1177
952
|
"outputs": [],
|
|
1178
953
|
"stateMutability": "nonpayable",
|
|
1179
954
|
"type": "function"
|
|
1180
955
|
},
|
|
956
|
+
{
|
|
957
|
+
"inputs": [],
|
|
958
|
+
"name": "signerSize",
|
|
959
|
+
"outputs": [
|
|
960
|
+
{
|
|
961
|
+
"internalType": "uint64",
|
|
962
|
+
"name": "",
|
|
963
|
+
"type": "uint64"
|
|
964
|
+
}
|
|
965
|
+
],
|
|
966
|
+
"stateMutability": "view",
|
|
967
|
+
"type": "function"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"inputs": [
|
|
971
|
+
{
|
|
972
|
+
"internalType": "address",
|
|
973
|
+
"name": "signer",
|
|
974
|
+
"type": "address"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"name": "signers",
|
|
978
|
+
"outputs": [
|
|
979
|
+
{
|
|
980
|
+
"internalType": "bool",
|
|
981
|
+
"name": "active",
|
|
982
|
+
"type": "bool"
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"stateMutability": "view",
|
|
986
|
+
"type": "function"
|
|
987
|
+
},
|
|
1181
988
|
{
|
|
1182
989
|
"inputs": [
|
|
1183
990
|
{
|
|
@@ -1200,35 +1007,49 @@
|
|
|
1200
1007
|
{
|
|
1201
1008
|
"inputs": [
|
|
1202
1009
|
{
|
|
1203
|
-
"internalType": "
|
|
1204
|
-
"name": "
|
|
1205
|
-
"type": "
|
|
1206
|
-
}
|
|
1010
|
+
"internalType": "bytes32",
|
|
1011
|
+
"name": "executableHash",
|
|
1012
|
+
"type": "bytes32"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"name": "usedHashes",
|
|
1016
|
+
"outputs": [
|
|
1207
1017
|
{
|
|
1208
|
-
"internalType": "
|
|
1209
|
-
"name": "
|
|
1210
|
-
"type": "
|
|
1018
|
+
"internalType": "bool",
|
|
1019
|
+
"name": "used",
|
|
1020
|
+
"type": "bool"
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"stateMutability": "view",
|
|
1024
|
+
"type": "function"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"inputs": [
|
|
1028
|
+
{
|
|
1029
|
+
"internalType": "bytes32",
|
|
1030
|
+
"name": "_hash",
|
|
1031
|
+
"type": "bytes32"
|
|
1211
1032
|
},
|
|
1212
1033
|
{
|
|
1213
|
-
"internalType": "
|
|
1214
|
-
"name": "
|
|
1215
|
-
"type": "
|
|
1034
|
+
"internalType": "bytes",
|
|
1035
|
+
"name": "_signatures",
|
|
1036
|
+
"type": "bytes"
|
|
1216
1037
|
}
|
|
1217
1038
|
],
|
|
1218
|
-
"name": "
|
|
1039
|
+
"name": "verifySignatures",
|
|
1219
1040
|
"outputs": [],
|
|
1220
|
-
"stateMutability": "
|
|
1041
|
+
"stateMutability": "view",
|
|
1221
1042
|
"type": "function"
|
|
1222
1043
|
},
|
|
1223
1044
|
{
|
|
1224
1045
|
"inputs": [
|
|
1225
1046
|
{
|
|
1226
1047
|
"internalType": "address",
|
|
1227
|
-
"name": "
|
|
1048
|
+
"name": "_lib",
|
|
1228
1049
|
"type": "address"
|
|
1229
1050
|
},
|
|
1230
1051
|
{
|
|
1231
|
-
"internalType": "address",
|
|
1052
|
+
"internalType": "address payable",
|
|
1232
1053
|
"name": "_to",
|
|
1233
1054
|
"type": "address"
|
|
1234
1055
|
},
|
|
@@ -1238,14 +1059,14 @@
|
|
|
1238
1059
|
"type": "uint256"
|
|
1239
1060
|
}
|
|
1240
1061
|
],
|
|
1241
|
-
"name": "
|
|
1062
|
+
"name": "withdrawFee",
|
|
1242
1063
|
"outputs": [],
|
|
1243
1064
|
"stateMutability": "nonpayable",
|
|
1244
1065
|
"type": "function"
|
|
1245
1066
|
},
|
|
1246
1067
|
{
|
|
1247
1068
|
"inputs": [],
|
|
1248
|
-
"name": "
|
|
1069
|
+
"name": "workerLib",
|
|
1249
1070
|
"outputs": [
|
|
1250
1071
|
{
|
|
1251
1072
|
"internalType": "address",
|
|
@@ -1278,214 +1099,139 @@
|
|
|
1278
1099
|
"type": "constructor"
|
|
1279
1100
|
}
|
|
1280
1101
|
],
|
|
1281
|
-
"transactionHash": "
|
|
1102
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1282
1103
|
"receipt": {
|
|
1283
1104
|
"to": null,
|
|
1284
|
-
"from": "
|
|
1285
|
-
"contractAddress": "
|
|
1105
|
+
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
1106
|
+
"contractAddress": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1286
1107
|
"transactionIndex": 0,
|
|
1287
|
-
"gasUsed": "
|
|
1288
|
-
"logsBloom": "
|
|
1289
|
-
"blockHash": "
|
|
1290
|
-
"transactionHash": "
|
|
1108
|
+
"gasUsed": "890966",
|
|
1109
|
+
"logsBloom": "0x00040004000000000000000000000000400000000000000000000000100000000000400000000000000000030000000000000000000000000000020000000020000400000000000000000000000002000000080020000000000000000000000000000000030000000000000000000800000000800000000800080000000000000000000000000000000000000000004000000000080080004000000000800020008000000000000000000000000500400000000000000000001000000000000000000020000000000002010000040000000000000400000100010000800060000000000080000000000000000080000000000000000000000000000000000000",
|
|
1110
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732",
|
|
1111
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1291
1112
|
"logs": [
|
|
1292
1113
|
{
|
|
1293
1114
|
"transactionIndex": 0,
|
|
1294
|
-
"blockNumber":
|
|
1295
|
-
"transactionHash": "
|
|
1296
|
-
"address": "
|
|
1115
|
+
"blockNumber": 232,
|
|
1116
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1117
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1297
1118
|
"topics": [
|
|
1298
1119
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1299
|
-
"
|
|
1120
|
+
"0x00000000000000000000000010aeafac83d48e2f9ac4baaf94311c45face1404"
|
|
1300
1121
|
],
|
|
1301
1122
|
"data": "0x",
|
|
1302
1123
|
"logIndex": 0,
|
|
1303
|
-
"blockHash": "
|
|
1124
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1304
1125
|
},
|
|
1305
1126
|
{
|
|
1306
1127
|
"transactionIndex": 0,
|
|
1307
|
-
"blockNumber":
|
|
1308
|
-
"transactionHash": "
|
|
1309
|
-
"address": "
|
|
1128
|
+
"blockNumber": 232,
|
|
1129
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1130
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1310
1131
|
"topics": [
|
|
1311
1132
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1312
1133
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1134
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1135
|
+
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1315
1136
|
],
|
|
1316
1137
|
"data": "0x",
|
|
1317
1138
|
"logIndex": 1,
|
|
1318
|
-
"blockHash": "
|
|
1139
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1319
1140
|
},
|
|
1320
1141
|
{
|
|
1321
1142
|
"transactionIndex": 0,
|
|
1322
|
-
"blockNumber":
|
|
1323
|
-
"transactionHash": "
|
|
1324
|
-
"address": "
|
|
1143
|
+
"blockNumber": 232,
|
|
1144
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1145
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1325
1146
|
"topics": [
|
|
1326
1147
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1327
1148
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1149
|
+
"0x0000000000000000000000000f5d1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
1150
|
+
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1330
1151
|
],
|
|
1331
1152
|
"data": "0x",
|
|
1332
1153
|
"logIndex": 2,
|
|
1333
|
-
"blockHash": "
|
|
1154
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1334
1155
|
},
|
|
1335
1156
|
{
|
|
1336
1157
|
"transactionIndex": 0,
|
|
1337
|
-
"blockNumber":
|
|
1338
|
-
"transactionHash": "
|
|
1339
|
-
"address": "
|
|
1158
|
+
"blockNumber": 232,
|
|
1159
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1160
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1340
1161
|
"topics": [
|
|
1341
1162
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1342
1163
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1164
|
+
"0x000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a",
|
|
1165
|
+
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1345
1166
|
],
|
|
1346
1167
|
"data": "0x",
|
|
1347
1168
|
"logIndex": 3,
|
|
1348
|
-
"blockHash": "
|
|
1169
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1349
1170
|
},
|
|
1350
1171
|
{
|
|
1351
1172
|
"transactionIndex": 0,
|
|
1352
|
-
"blockNumber":
|
|
1353
|
-
"transactionHash": "
|
|
1354
|
-
"address": "
|
|
1173
|
+
"blockNumber": 232,
|
|
1174
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1175
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1355
1176
|
"topics": [
|
|
1356
1177
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1178
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1179
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
1180
|
+
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1360
1181
|
],
|
|
1361
1182
|
"data": "0x",
|
|
1362
1183
|
"logIndex": 4,
|
|
1363
|
-
"blockHash": "
|
|
1184
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1364
1185
|
},
|
|
1365
1186
|
{
|
|
1366
1187
|
"transactionIndex": 0,
|
|
1367
|
-
"blockNumber":
|
|
1368
|
-
"transactionHash": "
|
|
1369
|
-
"address": "
|
|
1188
|
+
"blockNumber": 232,
|
|
1189
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1190
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1370
1191
|
"topics": [
|
|
1371
1192
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1372
1193
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1194
|
+
"0x0000000000000000000000000e9971c0005d91336c1441b8f03c1c4fe5fb4584",
|
|
1195
|
+
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1375
1196
|
],
|
|
1376
1197
|
"data": "0x",
|
|
1377
1198
|
"logIndex": 5,
|
|
1378
|
-
"blockHash": "
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"transactionIndex": 0,
|
|
1382
|
-
"blockNumber": 22,
|
|
1383
|
-
"transactionHash": "0x022c46cd5d8f9bc69f80d120a44518b6a22aaf40fc4581237855cdd7ffdd7270",
|
|
1384
|
-
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
1385
|
-
"topics": [
|
|
1386
|
-
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1387
|
-
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1388
|
-
"0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
|
|
1389
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1390
|
-
],
|
|
1391
|
-
"data": "0x",
|
|
1392
|
-
"logIndex": 6,
|
|
1393
|
-
"blockHash": "0xec214f6dd84f10e6126018f8ecc6ae5657d5e2c288eb29651381ba6c9fe3e9db"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"transactionIndex": 0,
|
|
1397
|
-
"blockNumber": 22,
|
|
1398
|
-
"transactionHash": "0x022c46cd5d8f9bc69f80d120a44518b6a22aaf40fc4581237855cdd7ffdd7270",
|
|
1399
|
-
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
1400
|
-
"topics": [
|
|
1401
|
-
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1402
|
-
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1403
|
-
"0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
|
|
1404
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1405
|
-
],
|
|
1406
|
-
"data": "0x",
|
|
1407
|
-
"logIndex": 7,
|
|
1408
|
-
"blockHash": "0xec214f6dd84f10e6126018f8ecc6ae5657d5e2c288eb29651381ba6c9fe3e9db"
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"transactionIndex": 0,
|
|
1412
|
-
"blockNumber": 22,
|
|
1413
|
-
"transactionHash": "0x022c46cd5d8f9bc69f80d120a44518b6a22aaf40fc4581237855cdd7ffdd7270",
|
|
1414
|
-
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
1415
|
-
"topics": [
|
|
1416
|
-
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1417
|
-
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1418
|
-
"0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
|
|
1419
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1420
|
-
],
|
|
1421
|
-
"data": "0x",
|
|
1422
|
-
"logIndex": 8,
|
|
1423
|
-
"blockHash": "0xec214f6dd84f10e6126018f8ecc6ae5657d5e2c288eb29651381ba6c9fe3e9db"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"transactionIndex": 0,
|
|
1427
|
-
"blockNumber": 22,
|
|
1428
|
-
"transactionHash": "0x022c46cd5d8f9bc69f80d120a44518b6a22aaf40fc4581237855cdd7ffdd7270",
|
|
1429
|
-
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
1430
|
-
"topics": [
|
|
1431
|
-
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1432
|
-
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1433
|
-
"0x0000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e",
|
|
1434
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1435
|
-
],
|
|
1436
|
-
"data": "0x",
|
|
1437
|
-
"logIndex": 9,
|
|
1438
|
-
"blockHash": "0xec214f6dd84f10e6126018f8ecc6ae5657d5e2c288eb29651381ba6c9fe3e9db"
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"transactionIndex": 0,
|
|
1442
|
-
"blockNumber": 22,
|
|
1443
|
-
"transactionHash": "0x022c46cd5d8f9bc69f80d120a44518b6a22aaf40fc4581237855cdd7ffdd7270",
|
|
1444
|
-
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
1445
|
-
"topics": [
|
|
1446
|
-
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1447
|
-
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1448
|
-
"0x000000000000000000000000aada98978453263132587d0805c4a17376af9f13",
|
|
1449
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1450
|
-
],
|
|
1451
|
-
"data": "0x",
|
|
1452
|
-
"logIndex": 10,
|
|
1453
|
-
"blockHash": "0xec214f6dd84f10e6126018f8ecc6ae5657d5e2c288eb29651381ba6c9fe3e9db"
|
|
1199
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1454
1200
|
},
|
|
1455
1201
|
{
|
|
1456
1202
|
"transactionIndex": 0,
|
|
1457
|
-
"blockNumber":
|
|
1458
|
-
"transactionHash": "
|
|
1459
|
-
"address": "
|
|
1203
|
+
"blockNumber": 232,
|
|
1204
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1205
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1460
1206
|
"topics": [
|
|
1461
1207
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1462
1208
|
],
|
|
1463
1209
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1464
|
-
"logIndex":
|
|
1465
|
-
"blockHash": "
|
|
1210
|
+
"logIndex": 6,
|
|
1211
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1466
1212
|
},
|
|
1467
1213
|
{
|
|
1468
1214
|
"transactionIndex": 0,
|
|
1469
|
-
"blockNumber":
|
|
1470
|
-
"transactionHash": "
|
|
1471
|
-
"address": "
|
|
1215
|
+
"blockNumber": 232,
|
|
1216
|
+
"transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
|
|
1217
|
+
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
1472
1218
|
"topics": [
|
|
1473
1219
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1474
1220
|
],
|
|
1475
|
-
"data": "
|
|
1476
|
-
"logIndex":
|
|
1477
|
-
"blockHash": "
|
|
1221
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fbfbfddd6e35da57b7b0f9a2c10e34be70b3a4e9",
|
|
1222
|
+
"logIndex": 7,
|
|
1223
|
+
"blockHash": "0x52a269eebf0872b260f8cdbe9a87a244e3c154c586e272cc65a9aad00c393732"
|
|
1478
1224
|
}
|
|
1479
1225
|
],
|
|
1480
|
-
"blockNumber":
|
|
1481
|
-
"cumulativeGasUsed": "
|
|
1226
|
+
"blockNumber": 232,
|
|
1227
|
+
"cumulativeGasUsed": "890966",
|
|
1482
1228
|
"status": 1,
|
|
1483
1229
|
"byzantium": true
|
|
1484
1230
|
},
|
|
1485
1231
|
"args": [
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1232
|
+
"0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
1233
|
+
"0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
1234
|
+
"0x545f8c6b00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000013d69cf7d6ce4218f646b759dcf334d82c023d8e00000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000f5d1ef48f12b6f691401bfe88c2037c690a6afe000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000009c79357189d6af261691ecf48de9a6bbf30438fc000000000000000000000000c4c81d5c1851702d27d602aa8ff830a7689f17cc0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000e9971c0005d91336c1441b8f03c1c4fe5fb4584"
|
|
1489
1235
|
],
|
|
1490
1236
|
"numDeployments": 1,
|
|
1491
1237
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1494,27 +1240,23 @@
|
|
|
1494
1240
|
"execute": {
|
|
1495
1241
|
"methodName": "initialize",
|
|
1496
1242
|
"args": [
|
|
1497
|
-
"0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
|
|
1498
|
-
"0xcA03Dc4665A8C3603cb4Fd5Ce71Af9649dC00d44",
|
|
1499
1243
|
[
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
|
|
1244
|
+
"0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
1245
|
+
"0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A"
|
|
1246
|
+
],
|
|
1247
|
+
"0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
1248
|
+
[
|
|
1249
|
+
"0x9c79357189d6aF261691ECF48de9A6bbF30438Fc",
|
|
1250
|
+
"0xC4c81D5C1851702d27d602aA8ff830A7689F17cc"
|
|
1503
1251
|
],
|
|
1504
|
-
|
|
1505
|
-
"0x9B63F0Cef479924E5d2C4E22DBE31E6d0353B448",
|
|
1252
|
+
1,
|
|
1506
1253
|
[
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
"0x0e251d9095dD128292A28eB383127d05d95BBD17",
|
|
1510
|
-
"0xc48CaB17Fcb3eb38030bc4EA54B62353d2802Ba8",
|
|
1511
|
-
"0x7AA071813c372a9b34A3bac1C002e2B7434C345E",
|
|
1512
|
-
"0xaAda98978453263132587D0805C4A17376Af9F13",
|
|
1513
|
-
"0xaAda98978453263132587D0805C4A17376Af9F13"
|
|
1254
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1255
|
+
"0x0e9971c0005D91336c1441b8F03c1C4fe5FB4584"
|
|
1514
1256
|
]
|
|
1515
1257
|
]
|
|
1516
1258
|
},
|
|
1517
|
-
"implementation": "
|
|
1259
|
+
"implementation": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
1518
1260
|
"devdoc": {
|
|
1519
1261
|
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1520
1262
|
"kind": "dev",
|