@across-protocol/contracts 0.1.3 → 0.1.4
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/contract-types/ethers/{AVMBridgeDepositBox.ts → AVMBridgeDepositBox.d.ts} +100 -152
- package/contract-types/ethers/AVMCrossDomainEnabled.d.ts +92 -0
- package/contract-types/ethers/{AccessControl.ts → AccessControl.d.ts} +58 -66
- package/contract-types/ethers/{AddressWhitelistInterface.ts → AddressWhitelistInterface.d.ts} +46 -26
- package/contract-types/ethers/{ArbSys.ts → ArbSys.d.ts} +75 -81
- package/contract-types/ethers/{ArbitrumBridgeMock.ts → ArbitrumBridgeMock.d.ts} +46 -26
- package/contract-types/ethers/ArbitrumCrossDomainEnabled.d.ts +95 -0
- package/contract-types/ethers/{ArbitrumInboxMock.ts → ArbitrumInboxMock.d.ts} +45 -26
- package/contract-types/ethers/{ArbitrumMessenger.ts → ArbitrumMessenger.d.ts} +73 -78
- package/contract-types/ethers/ArbitrumOutboxMock.d.ts +101 -0
- package/contract-types/ethers/{ArbitrumParentMessenger.ts → ArbitrumParentMessenger.d.ts} +90 -185
- package/contract-types/ethers/{Bridge.ts → Bridge.d.ts} +125 -185
- package/contract-types/ethers/{BridgeAdmin.ts → BridgeAdmin.d.ts} +103 -180
- package/contract-types/ethers/{BridgeAdminInterface.ts → BridgeAdminInterface.d.ts} +99 -166
- package/contract-types/ethers/{BridgeDepositBox.ts → BridgeDepositBox.d.ts} +94 -130
- package/contract-types/ethers/{BridgeDepositBoxMock.ts → BridgeDepositBoxMock.d.ts} +97 -139
- package/contract-types/ethers/{BridgePool.ts → BridgePool.d.ts} +824 -306
- package/contract-types/ethers/{BridgePoolInterface.ts → BridgePoolInterface.d.ts} +45 -26
- package/contract-types/ethers/{BridgePoolProd.ts → BridgePoolProd.d.ts} +824 -306
- package/contract-types/ethers/CrossDomainEnabled.d.ts +95 -0
- package/contract-types/ethers/ERC165.d.ts +116 -0
- package/contract-types/ethers/{ERC20.ts → ERC20.d.ts} +53 -52
- package/contract-types/ethers/{FinderInterface.ts → FinderInterface.d.ts} +46 -26
- package/contract-types/ethers/{FxBaseChildTunnel.ts → FxBaseChildTunnel.d.ts} +48 -32
- package/contract-types/ethers/{FxBaseRootTunnel.ts → FxBaseRootTunnel.d.ts} +46 -26
- package/contract-types/ethers/{FxChildMock.ts → FxChildMock.d.ts} +49 -39
- package/contract-types/ethers/{FxRootMock.ts → FxRootMock.d.ts} +46 -26
- package/contract-types/ethers/{GenericHandler.ts → GenericHandler.d.ts} +72 -44
- package/contract-types/ethers/{IAccessControl.ts → IAccessControl.d.ts} +46 -26
- package/contract-types/ethers/{IArbitrumInbox.ts → IArbitrumInbox.d.ts} +45 -26
- package/contract-types/ethers/IArbitrumOutbox.d.ts +101 -0
- package/contract-types/ethers/{IBridge.ts → IBridge.d.ts} +45 -26
- package/contract-types/ethers/{ICheckpointManager.ts → ICheckpointManager.d.ts} +45 -25
- package/contract-types/ethers/{ICrossDomainMessenger.ts → ICrossDomainMessenger.d.ts} +58 -66
- package/contract-types/ethers/{IDepositExecute.ts → IDepositExecute.d.ts} +45 -26
- package/contract-types/ethers/IERC165.d.ts +116 -0
- package/contract-types/ethers/{IERC20.ts → IERC20.d.ts} +53 -52
- package/contract-types/ethers/{IERC20Metadata.ts → IERC20Metadata.d.ts} +53 -52
- package/contract-types/ethers/{IERCHandler.ts → IERCHandler.d.ts} +45 -26
- package/contract-types/ethers/{IFxMessageProcessor.ts → IFxMessageProcessor.d.ts} +45 -26
- package/contract-types/ethers/{IFxStateSender.ts → IFxStateSender.d.ts} +46 -26
- package/contract-types/ethers/{IGenericHandler.ts → IGenericHandler.d.ts} +46 -26
- package/contract-types/ethers/{IL2ERC20Bridge.ts → IL2ERC20Bridge.d.ts} +78 -97
- package/contract-types/ethers/{IOVMCrossDomainMessenger.ts → IOVMCrossDomainMessenger.d.ts} +53 -49
- package/contract-types/ethers/{IStateReceiver.ts → IStateReceiver.d.ts} +45 -26
- package/contract-types/ethers/IStateSender.d.ts +119 -0
- package/contract-types/ethers/{IdentifierWhitelistInterface.ts → IdentifierWhitelistInterface.d.ts} +46 -26
- package/contract-types/ethers/Lockable.d.ts +78 -0
- package/contract-types/ethers/{MessengerInterface.ts → MessengerInterface.d.ts} +45 -26
- package/contract-types/ethers/{MessengerMock.ts → MessengerMock.d.ts} +54 -40
- package/contract-types/ethers/MultiCaller.d.ts +111 -0
- package/contract-types/ethers/{OVMBridgeDepositBox.ts → OVMBridgeDepositBox.d.ts} +96 -137
- package/contract-types/ethers/OVMCrossDomainEnabled.d.ts +95 -0
- package/contract-types/ethers/{OVML1CrossDomainMessengerMock.ts → OVML1CrossDomainMessengerMock.d.ts} +59 -67
- package/contract-types/ethers/{OVMOETHBridgeDepositBox.ts → OVMOETHBridgeDepositBox.d.ts} +96 -137
- package/contract-types/ethers/{OptimismMessenger.ts → OptimismMessenger.d.ts} +49 -39
- package/contract-types/ethers/{OptimismWrapper.ts → OptimismWrapper.d.ts} +52 -50
- package/contract-types/ethers/OptimisticOracleConstraints.d.ts +103 -0
- package/contract-types/ethers/{OptimisticOracleInterface.ts → OptimisticOracleInterface.d.ts} +135 -73
- package/contract-types/ethers/{OracleInterfaces.ts → OracleInterfaces.d.ts} +46 -25
- package/contract-types/ethers/{Ownable.ts → Ownable.d.ts} +50 -39
- package/contract-types/ethers/{ParentMessengerBase.ts → ParentMessengerBase.d.ts} +59 -83
- package/contract-types/ethers/{ParentMessengerConsumerInterface.ts → ParentMessengerConsumerInterface.d.ts} +46 -27
- package/contract-types/ethers/{ParentMessengerInterface.ts → ParentMessengerInterface.d.ts} +46 -26
- package/contract-types/ethers/Pausable.d.ts +105 -0
- package/contract-types/ethers/{RateModelStore.ts → RateModelStore.d.ts} +54 -52
- package/contract-types/ethers/SkinnyOptimisticOracleInterface.d.ts +1241 -0
- package/contract-types/ethers/{StandardBridgeLike.ts → StandardBridgeLike.d.ts} +45 -26
- package/contract-types/ethers/{StateSyncMock.ts → StateSyncMock.d.ts} +49 -39
- package/contract-types/ethers/{StoreInterface.ts → StoreInterface.d.ts} +80 -56
- package/contract-types/ethers/{Testable.ts → Testable.d.ts} +45 -26
- package/contract-types/ethers/{Timer.ts → Timer.d.ts} +45 -26
- package/contract-types/ethers/TokenLike.d.ts +108 -0
- package/contract-types/ethers/{WETH9Like.ts → WETH9Like.d.ts} +45 -26
- package/contract-types/ethers/commons.ts +36 -0
- package/contract-types/ethers/factories/AVMBridgeDepositBox__factory.ts +4 -15
- package/contract-types/ethers/factories/ArbitrumBridgeMock__factory.ts +3 -14
- package/contract-types/ethers/factories/ArbitrumInboxMock__factory.ts +3 -14
- package/contract-types/ethers/factories/ArbitrumMessenger__factory.ts +3 -14
- package/contract-types/ethers/factories/ArbitrumOutboxMock__factory.ts +3 -14
- package/contract-types/ethers/factories/ArbitrumParentMessenger__factory.ts +4 -15
- package/contract-types/ethers/factories/BridgeAdmin__factory.ts +5 -16
- package/contract-types/ethers/factories/BridgeDepositBoxMock__factory.ts +4 -15
- package/contract-types/ethers/factories/BridgePoolProd__factory.ts +4 -15
- package/contract-types/ethers/factories/BridgePool__factory.ts +4 -15
- package/contract-types/ethers/factories/Bridge__factory.ts +4 -15
- package/contract-types/ethers/factories/CrossDomainEnabled__factory.ts +3 -14
- package/contract-types/ethers/factories/ERC20__factory.ts +3 -14
- package/contract-types/ethers/factories/FxChildMock__factory.ts +3 -14
- package/contract-types/ethers/factories/FxRootMock__factory.ts +3 -14
- package/contract-types/ethers/factories/GenericHandler__factory.ts +4 -15
- package/contract-types/ethers/factories/ICheckpointManager__factory.ts +3 -14
- package/contract-types/ethers/factories/Lockable__factory.ts +3 -14
- package/contract-types/ethers/factories/MessengerMock__factory.ts +3 -14
- package/contract-types/ethers/factories/MultiCaller__factory.ts +3 -14
- package/contract-types/ethers/factories/OVMBridgeDepositBox__factory.ts +4 -15
- package/contract-types/ethers/factories/OVMCrossDomainEnabled__factory.ts +3 -14
- package/contract-types/ethers/factories/OVML1CrossDomainMessengerMock__factory.ts +3 -14
- package/contract-types/ethers/factories/OVMOETHBridgeDepositBox__factory.ts +4 -15
- package/contract-types/ethers/factories/OptimismMessenger__factory.ts +3 -14
- package/contract-types/ethers/factories/OptimismWrapper__factory.ts +3 -14
- package/contract-types/ethers/factories/OptimisticOracleConstraints__factory.ts +3 -14
- package/contract-types/ethers/factories/OracleInterfaces__factory.ts +3 -14
- package/contract-types/ethers/factories/RateModelStore__factory.ts +3 -14
- package/contract-types/ethers/factories/StateSyncMock__factory.ts +3 -14
- package/contract-types/ethers/factories/Timer__factory.ts +3 -14
- package/contract-types/ethers/hardhat.d.ts +0 -436
- package/contract-types/web3/AVM_BridgeDepositBox.d.ts +269 -0
- package/contract-types/web3/AVM_CrossDomainEnabled.d.ts +62 -0
- package/contract-types/web3/AccessControl.d.ts +127 -0
- package/contract-types/web3/AddressWhitelistInterface.d.ts +43 -0
- package/contract-types/web3/ArbSys.d.ts +112 -0
- package/contract-types/web3/Arbitrum_BridgeMock.d.ts +46 -0
- package/contract-types/web3/Arbitrum_CrossDomainEnabled.d.ts +37 -0
- package/contract-types/web3/Arbitrum_InboxMock.d.ts +48 -0
- package/contract-types/web3/Arbitrum_Messenger.d.ts +106 -0
- package/contract-types/web3/Arbitrum_OutboxMock.d.ts +37 -0
- package/contract-types/web3/Arbitrum_ParentMessenger.d.ts +348 -0
- package/contract-types/web3/Bridge.d.ts +401 -0
- package/contract-types/web3/BridgeAdmin.d.ts +357 -0
- package/contract-types/web3/BridgeAdminInterface.d.ts +265 -0
- package/contract-types/web3/BridgeDepositBox.d.ts +203 -0
- package/contract-types/web3/BridgeDepositBoxMock.d.ts +241 -0
- package/contract-types/web3/BridgePool.d.ts +520 -0
- package/contract-types/web3/BridgePoolInterface.d.ts +47 -0
- package/contract-types/web3/BridgePoolProd.d.ts +520 -0
- package/contract-types/web3/CrossDomainEnabled.d.ts +37 -0
- package/contract-types/web3/ERC165.d.ts +39 -0
- package/contract-types/web3/ERC20.d.ts +105 -0
- package/contract-types/web3/FinderInterface.d.ts +44 -0
- package/contract-types/web3/FxBaseChildTunnel.d.ts +65 -0
- package/contract-types/web3/FxBaseRootTunnel.d.ts +53 -0
- package/contract-types/web3/FxChildMock.d.ts +68 -0
- package/contract-types/web3/FxRootMock.d.ts +46 -0
- package/contract-types/web3/GenericHandler.d.ts +94 -0
- package/contract-types/web3/IAccessControl.d.ts +57 -0
- package/contract-types/web3/IBridge.d.ts +43 -0
- package/contract-types/web3/ICheckpointManager.d.ts +48 -0
- package/contract-types/web3/ICrossDomainMessenger.d.ts +103 -0
- package/contract-types/web3/IDepositExecute.d.ts +48 -0
- package/contract-types/web3/IERC165.d.ts +39 -0
- package/contract-types/web3/IERC20.d.ts +89 -0
- package/contract-types/web3/IERC20Metadata.d.ts +95 -0
- package/contract-types/web3/IERCHandler.d.ts +48 -0
- package/contract-types/web3/IFxMessageProcessor.d.ts +41 -0
- package/contract-types/web3/IFxStateSender.d.ts +40 -0
- package/contract-types/web3/IGenericHandler.d.ts +42 -0
- package/contract-types/web3/IL2ERC20Bridge.d.ts +143 -0
- package/contract-types/web3/IStateReceiver.d.ts +40 -0
- package/contract-types/web3/IStateSender.d.ts +40 -0
- package/contract-types/web3/IdentifierWhitelistInterface.d.ts +47 -0
- package/contract-types/web3/Lockable.d.ts +35 -0
- package/contract-types/web3/MessengerInterface.d.ts +45 -0
- package/contract-types/web3/MessengerMock.d.ts +69 -0
- package/contract-types/web3/MultiCaller.d.ts +37 -0
- package/contract-types/web3/OVM_BridgeDepositBox.d.ts +243 -0
- package/contract-types/web3/OVM_CrossDomainEnabled.d.ts +37 -0
- package/contract-types/web3/OVM_L1CrossDomainMessengerMock.d.ts +103 -0
- package/contract-types/web3/OVM_OETH_BridgeDepositBox.d.ts +247 -0
- package/contract-types/web3/Optimism_Messenger.d.ts +73 -0
- package/contract-types/web3/Optimism_Wrapper.d.ts +86 -0
- package/contract-types/web3/OptimisticOracleConstraints.d.ts +37 -0
- package/contract-types/web3/OptimisticOracleInterface.d.ts +151 -0
- package/contract-types/web3/OracleInterfaces.d.ts +55 -0
- package/contract-types/web3/Ownable.d.ts +61 -0
- package/contract-types/web3/ParentMessengerBase.d.ts +178 -0
- package/contract-types/web3/ParentMessengerConsumerInterface.d.ts +40 -0
- package/contract-types/web3/ParentMessengerInterface.d.ts +41 -0
- package/contract-types/web3/Pausable.d.ts +58 -0
- package/contract-types/web3/RateModelStore.d.ts +89 -0
- package/contract-types/web3/SkinnyOptimisticOracleInterface.d.ts +213 -0
- package/contract-types/web3/StandardBridgeLike.d.ts +42 -0
- package/contract-types/web3/StateSyncMock.d.ts +62 -0
- package/contract-types/web3/StoreInterface.d.ts +55 -0
- package/contract-types/web3/Testable.d.ts +43 -0
- package/contract-types/web3/Timer.d.ts +41 -0
- package/contract-types/web3/TokenLike.d.ts +37 -0
- package/contract-types/web3/WETH9Like.d.ts +44 -0
- package/contract-types/web3/iArbitrum_Inbox.d.ts +48 -0
- package/contract-types/web3/iArbitrum_Outbox.d.ts +37 -0
- package/contract-types/web3/iOVM_CrossDomainMessenger.d.ts +95 -0
- package/contract-types/web3/types.d.ts +71 -0
- package/package.json +5 -5
- package/contract-types/ethers/AVMCrossDomainEnabled.ts +0 -75
- package/contract-types/ethers/ArbitrumCrossDomainEnabled.ts +0 -74
- package/contract-types/ethers/ArbitrumOutboxMock.ts +0 -80
- package/contract-types/ethers/CrossDomainEnabled.ts +0 -74
- package/contract-types/ethers/ERC165.ts +0 -95
- package/contract-types/ethers/IArbitrumOutbox.ts +0 -80
- package/contract-types/ethers/IERC165.ts +0 -95
- package/contract-types/ethers/IStateSender.ts +0 -99
- package/contract-types/ethers/Lockable.ts +0 -50
- package/contract-types/ethers/MultiCaller.ts +0 -91
- package/contract-types/ethers/OVMCrossDomainEnabled.ts +0 -74
- package/contract-types/ethers/OptimisticOracleConstraints.ts +0 -82
- package/contract-types/ethers/Pausable.ts +0 -94
- package/contract-types/ethers/SkinnyOptimisticOracleInterface.ts +0 -727
- package/contract-types/ethers/TokenLike.ts +0 -88
- package/contract-types/ethers/common.ts +0 -44
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export type StateSynced = ContractEventLog<{
|
|
25
|
+
id: string;
|
|
26
|
+
contractAddress: string;
|
|
27
|
+
data: string;
|
|
28
|
+
0: string;
|
|
29
|
+
1: string;
|
|
30
|
+
2: string;
|
|
31
|
+
}>;
|
|
32
|
+
|
|
33
|
+
export interface StateSyncMock extends BaseContract {
|
|
34
|
+
constructor(
|
|
35
|
+
jsonInterface: any[],
|
|
36
|
+
address?: string,
|
|
37
|
+
options?: ContractOptions
|
|
38
|
+
): StateSyncMock;
|
|
39
|
+
clone(): StateSyncMock;
|
|
40
|
+
methods: {
|
|
41
|
+
syncState(
|
|
42
|
+
receiver: string,
|
|
43
|
+
data: string | number[]
|
|
44
|
+
): NonPayableTransactionObject<void>;
|
|
45
|
+
};
|
|
46
|
+
events: {
|
|
47
|
+
StateSynced(cb?: Callback<StateSynced>): EventEmitter;
|
|
48
|
+
StateSynced(
|
|
49
|
+
options?: EventOptions,
|
|
50
|
+
cb?: Callback<StateSynced>
|
|
51
|
+
): EventEmitter;
|
|
52
|
+
|
|
53
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
once(event: "StateSynced", cb: Callback<StateSynced>): void;
|
|
57
|
+
once(
|
|
58
|
+
event: "StateSynced",
|
|
59
|
+
options: EventOptions,
|
|
60
|
+
cb: Callback<StateSynced>
|
|
61
|
+
): void;
|
|
62
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface StoreInterface extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): StoreInterface;
|
|
30
|
+
clone(): StoreInterface;
|
|
31
|
+
methods: {
|
|
32
|
+
computeFinalFee(currency: string): NonPayableTransactionObject<[string]>;
|
|
33
|
+
|
|
34
|
+
computeRegularFee(
|
|
35
|
+
startTime: number | string | BN,
|
|
36
|
+
endTime: number | string | BN,
|
|
37
|
+
pfc: [number | string | BN]
|
|
38
|
+
): NonPayableTransactionObject<{
|
|
39
|
+
regularFee: [string];
|
|
40
|
+
latePenalty: [string];
|
|
41
|
+
0: [string];
|
|
42
|
+
1: [string];
|
|
43
|
+
}>;
|
|
44
|
+
|
|
45
|
+
payOracleFees(): PayableTransactionObject<void>;
|
|
46
|
+
|
|
47
|
+
payOracleFeesErc20(
|
|
48
|
+
erc20Address: string,
|
|
49
|
+
amount: [number | string | BN]
|
|
50
|
+
): NonPayableTransactionObject<void>;
|
|
51
|
+
};
|
|
52
|
+
events: {
|
|
53
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface Testable extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): Testable;
|
|
30
|
+
clone(): Testable;
|
|
31
|
+
methods: {
|
|
32
|
+
getCurrentTime(): NonPayableTransactionObject<string>;
|
|
33
|
+
|
|
34
|
+
setCurrentTime(
|
|
35
|
+
time: number | string | BN
|
|
36
|
+
): NonPayableTransactionObject<void>;
|
|
37
|
+
|
|
38
|
+
timerAddress(): NonPayableTransactionObject<string>;
|
|
39
|
+
};
|
|
40
|
+
events: {
|
|
41
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface Timer extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): Timer;
|
|
30
|
+
clone(): Timer;
|
|
31
|
+
methods: {
|
|
32
|
+
getCurrentTime(): NonPayableTransactionObject<string>;
|
|
33
|
+
|
|
34
|
+
setCurrentTime(
|
|
35
|
+
time: number | string | BN
|
|
36
|
+
): NonPayableTransactionObject<void>;
|
|
37
|
+
};
|
|
38
|
+
events: {
|
|
39
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface TokenLike extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): TokenLike;
|
|
30
|
+
clone(): TokenLike;
|
|
31
|
+
methods: {
|
|
32
|
+
balanceOf(guy: string): NonPayableTransactionObject<string>;
|
|
33
|
+
};
|
|
34
|
+
events: {
|
|
35
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface WETH9Like extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): WETH9Like;
|
|
30
|
+
clone(): WETH9Like;
|
|
31
|
+
methods: {
|
|
32
|
+
balanceOf(guy: string): NonPayableTransactionObject<string>;
|
|
33
|
+
|
|
34
|
+
deposit(): PayableTransactionObject<void>;
|
|
35
|
+
|
|
36
|
+
transfer(
|
|
37
|
+
guy: string,
|
|
38
|
+
wad: number | string | BN
|
|
39
|
+
): NonPayableTransactionObject<void>;
|
|
40
|
+
};
|
|
41
|
+
events: {
|
|
42
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface IArbitrumInbox extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): IArbitrumInbox;
|
|
30
|
+
clone(): IArbitrumInbox;
|
|
31
|
+
methods: {
|
|
32
|
+
bridge(): NonPayableTransactionObject<string>;
|
|
33
|
+
|
|
34
|
+
createRetryableTicketNoRefundAliasRewrite(
|
|
35
|
+
destAddr: string,
|
|
36
|
+
l2CallValue: number | string | BN,
|
|
37
|
+
maxSubmissionCost: number | string | BN,
|
|
38
|
+
excessFeeRefundAddress: string,
|
|
39
|
+
callValueRefundAddress: string,
|
|
40
|
+
maxGas: number | string | BN,
|
|
41
|
+
gasPriceBid: number | string | BN,
|
|
42
|
+
data: string | number[]
|
|
43
|
+
): PayableTransactionObject<string>;
|
|
44
|
+
};
|
|
45
|
+
events: {
|
|
46
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface IArbitrumOutbox extends BaseContract {
|
|
25
|
+
constructor(
|
|
26
|
+
jsonInterface: any[],
|
|
27
|
+
address?: string,
|
|
28
|
+
options?: ContractOptions
|
|
29
|
+
): IArbitrumOutbox;
|
|
30
|
+
clone(): IArbitrumOutbox;
|
|
31
|
+
methods: {
|
|
32
|
+
l2ToL1Sender(): NonPayableTransactionObject<string>;
|
|
33
|
+
};
|
|
34
|
+
events: {
|
|
35
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import BN from "bn.js";
|
|
6
|
+
import { ContractOptions } from "web3-eth-contract";
|
|
7
|
+
import { EventLog } from "web3-core";
|
|
8
|
+
import { EventEmitter } from "events";
|
|
9
|
+
import {
|
|
10
|
+
Callback,
|
|
11
|
+
PayableTransactionObject,
|
|
12
|
+
NonPayableTransactionObject,
|
|
13
|
+
BlockType,
|
|
14
|
+
ContractEventLog,
|
|
15
|
+
BaseContract,
|
|
16
|
+
} from "./types";
|
|
17
|
+
|
|
18
|
+
interface EventOptions {
|
|
19
|
+
filter?: object;
|
|
20
|
+
fromBlock?: BlockType;
|
|
21
|
+
topics?: string[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export type FailedRelayedMessage = ContractEventLog<{
|
|
25
|
+
msgHash: string;
|
|
26
|
+
0: string;
|
|
27
|
+
}>;
|
|
28
|
+
export type RelayedMessage = ContractEventLog<{
|
|
29
|
+
msgHash: string;
|
|
30
|
+
0: string;
|
|
31
|
+
}>;
|
|
32
|
+
export type SentMessage = ContractEventLog<{
|
|
33
|
+
message: string;
|
|
34
|
+
0: string;
|
|
35
|
+
}>;
|
|
36
|
+
|
|
37
|
+
export interface IOVMCrossDomainMessenger extends BaseContract {
|
|
38
|
+
constructor(
|
|
39
|
+
jsonInterface: any[],
|
|
40
|
+
address?: string,
|
|
41
|
+
options?: ContractOptions
|
|
42
|
+
): IOVMCrossDomainMessenger;
|
|
43
|
+
clone(): IOVMCrossDomainMessenger;
|
|
44
|
+
methods: {
|
|
45
|
+
sendMessage(
|
|
46
|
+
_target: string,
|
|
47
|
+
_message: string | number[],
|
|
48
|
+
_gasLimit: number | string | BN
|
|
49
|
+
): NonPayableTransactionObject<void>;
|
|
50
|
+
|
|
51
|
+
xDomainMessageSender(): NonPayableTransactionObject<string>;
|
|
52
|
+
};
|
|
53
|
+
events: {
|
|
54
|
+
FailedRelayedMessage(cb?: Callback<FailedRelayedMessage>): EventEmitter;
|
|
55
|
+
FailedRelayedMessage(
|
|
56
|
+
options?: EventOptions,
|
|
57
|
+
cb?: Callback<FailedRelayedMessage>
|
|
58
|
+
): EventEmitter;
|
|
59
|
+
|
|
60
|
+
RelayedMessage(cb?: Callback<RelayedMessage>): EventEmitter;
|
|
61
|
+
RelayedMessage(
|
|
62
|
+
options?: EventOptions,
|
|
63
|
+
cb?: Callback<RelayedMessage>
|
|
64
|
+
): EventEmitter;
|
|
65
|
+
|
|
66
|
+
SentMessage(cb?: Callback<SentMessage>): EventEmitter;
|
|
67
|
+
SentMessage(
|
|
68
|
+
options?: EventOptions,
|
|
69
|
+
cb?: Callback<SentMessage>
|
|
70
|
+
): EventEmitter;
|
|
71
|
+
|
|
72
|
+
allEvents(options?: EventOptions, cb?: Callback<EventLog>): EventEmitter;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
once(event: "FailedRelayedMessage", cb: Callback<FailedRelayedMessage>): void;
|
|
76
|
+
once(
|
|
77
|
+
event: "FailedRelayedMessage",
|
|
78
|
+
options: EventOptions,
|
|
79
|
+
cb: Callback<FailedRelayedMessage>
|
|
80
|
+
): void;
|
|
81
|
+
|
|
82
|
+
once(event: "RelayedMessage", cb: Callback<RelayedMessage>): void;
|
|
83
|
+
once(
|
|
84
|
+
event: "RelayedMessage",
|
|
85
|
+
options: EventOptions,
|
|
86
|
+
cb: Callback<RelayedMessage>
|
|
87
|
+
): void;
|
|
88
|
+
|
|
89
|
+
once(event: "SentMessage", cb: Callback<SentMessage>): void;
|
|
90
|
+
once(
|
|
91
|
+
event: "SentMessage",
|
|
92
|
+
options: EventOptions,
|
|
93
|
+
cb: Callback<SentMessage>
|
|
94
|
+
): void;
|
|
95
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import BN from "bn.js";
|
|
5
|
+
import { Contract } from "web3-eth-contract";
|
|
6
|
+
import { EventLog, PromiEvent, TransactionReceipt } from "web3-core/types";
|
|
7
|
+
import { EventEmitter } from "events";
|
|
8
|
+
|
|
9
|
+
interface EstimateGasOptions {
|
|
10
|
+
from?: string;
|
|
11
|
+
gas?: number;
|
|
12
|
+
value?: number | string | BN;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
interface EventOptions {
|
|
16
|
+
filter?: object;
|
|
17
|
+
fromBlock?: BlockType;
|
|
18
|
+
topics?: string[];
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export type Callback<T> = (error: Error, result: T) => void;
|
|
22
|
+
export interface ContractEventLog<T> extends EventLog {
|
|
23
|
+
returnValues: T;
|
|
24
|
+
}
|
|
25
|
+
export interface ContractEventEmitter<T> extends EventEmitter {
|
|
26
|
+
on(event: "connected", listener: (subscriptionId: string) => void): this;
|
|
27
|
+
on(
|
|
28
|
+
event: "data" | "changed",
|
|
29
|
+
listener: (event: ContractEventLog<T>) => void
|
|
30
|
+
): this;
|
|
31
|
+
on(event: "error", listener: (error: Error) => void): this;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface NonPayableTx {
|
|
35
|
+
nonce?: string | number | BN;
|
|
36
|
+
chainId?: string | number | BN;
|
|
37
|
+
from?: string;
|
|
38
|
+
to?: string;
|
|
39
|
+
data?: string;
|
|
40
|
+
gas?: string | number | BN;
|
|
41
|
+
gasPrice?: string | number | BN;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface PayableTx extends NonPayableTx {
|
|
45
|
+
value?: string | number | BN;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface NonPayableTransactionObject<T> {
|
|
49
|
+
arguments: any[];
|
|
50
|
+
call(tx?: NonPayableTx, block?: BlockType): Promise<T>;
|
|
51
|
+
send(tx?: NonPayableTx): PromiEvent<TransactionReceipt>;
|
|
52
|
+
estimateGas(tx?: NonPayableTx): Promise<number>;
|
|
53
|
+
encodeABI(): string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface PayableTransactionObject<T> {
|
|
57
|
+
arguments: any[];
|
|
58
|
+
call(tx?: PayableTx, block?: BlockType): Promise<T>;
|
|
59
|
+
send(tx?: PayableTx): PromiEvent<TransactionReceipt>;
|
|
60
|
+
estimateGas(tx?: PayableTx): Promise<number>;
|
|
61
|
+
encodeABI(): string;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export type BlockType =
|
|
65
|
+
| "latest"
|
|
66
|
+
| "pending"
|
|
67
|
+
| "genesis"
|
|
68
|
+
| "earliest"
|
|
69
|
+
| number
|
|
70
|
+
| BN;
|
|
71
|
+
export type BaseContract = Omit<Contract, "clone" | "once">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@across-protocol/contracts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Across smart contracts and tests",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@eth-optimism/contracts": "^0.5.5",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@nomiclabs/hardhat-etherscan": "^2.1.6",
|
|
21
21
|
"@nomiclabs/hardhat-truffle5": "^2.0.0",
|
|
22
22
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
23
|
-
"@typechain/ethers-v5": "
|
|
24
|
-
"@typechain/hardhat": "
|
|
25
|
-
"@typechain/web3-v1": "
|
|
23
|
+
"@typechain/ethers-v5": "7.0.1",
|
|
24
|
+
"@typechain/hardhat": "2.2.0",
|
|
25
|
+
"@typechain/web3-v1": "3.0.0",
|
|
26
26
|
"@uma/common": "^2.14.0",
|
|
27
27
|
"@uma/contracts-node": "^0.1.15",
|
|
28
28
|
"@uniswap/v3-core": "^1.0.0-rc.2",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"glob": "^7.2.0",
|
|
33
33
|
"hardhat": "^2.6.8",
|
|
34
34
|
"lodash.uniqby": "^4.7.0",
|
|
35
|
-
"typechain": "
|
|
35
|
+
"typechain": "5.1.2"
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://across.to",
|
|
38
38
|
"license": "AGPL-3.0-or-later",
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { BaseContract, BigNumber, BigNumberish, Signer, utils } from "ethers";
|
|
5
|
-
import { EventFragment } from "@ethersproject/abi";
|
|
6
|
-
import { Listener, Provider } from "@ethersproject/providers";
|
|
7
|
-
import { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "./common";
|
|
8
|
-
|
|
9
|
-
export interface AVMCrossDomainEnabledInterface extends utils.Interface {
|
|
10
|
-
functions: {};
|
|
11
|
-
|
|
12
|
-
events: {
|
|
13
|
-
"SentCrossDomainMessage(address,address,uint256,bytes)": EventFragment;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
getEvent(nameOrSignatureOrTopic: "SentCrossDomainMessage"): EventFragment;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export type SentCrossDomainMessageEvent = TypedEvent<
|
|
20
|
-
[string, string, BigNumber, string],
|
|
21
|
-
{ from: string; to: string; id: BigNumber; data: string }
|
|
22
|
-
>;
|
|
23
|
-
|
|
24
|
-
export type SentCrossDomainMessageEventFilter =
|
|
25
|
-
TypedEventFilter<SentCrossDomainMessageEvent>;
|
|
26
|
-
|
|
27
|
-
export interface AVMCrossDomainEnabled extends BaseContract {
|
|
28
|
-
connect(signerOrProvider: Signer | Provider | string): this;
|
|
29
|
-
attach(addressOrName: string): this;
|
|
30
|
-
deployed(): Promise<this>;
|
|
31
|
-
|
|
32
|
-
interface: AVMCrossDomainEnabledInterface;
|
|
33
|
-
|
|
34
|
-
queryFilter<TEvent extends TypedEvent>(
|
|
35
|
-
event: TypedEventFilter<TEvent>,
|
|
36
|
-
fromBlockOrBlockhash?: string | number | undefined,
|
|
37
|
-
toBlock?: string | number | undefined
|
|
38
|
-
): Promise<Array<TEvent>>;
|
|
39
|
-
|
|
40
|
-
listeners<TEvent extends TypedEvent>(
|
|
41
|
-
eventFilter?: TypedEventFilter<TEvent>
|
|
42
|
-
): Array<TypedListener<TEvent>>;
|
|
43
|
-
listeners(eventName?: string): Array<Listener>;
|
|
44
|
-
removeAllListeners<TEvent extends TypedEvent>(
|
|
45
|
-
eventFilter: TypedEventFilter<TEvent>
|
|
46
|
-
): this;
|
|
47
|
-
removeAllListeners(eventName?: string): this;
|
|
48
|
-
off: OnEvent<this>;
|
|
49
|
-
on: OnEvent<this>;
|
|
50
|
-
once: OnEvent<this>;
|
|
51
|
-
removeListener: OnEvent<this>;
|
|
52
|
-
|
|
53
|
-
functions: {};
|
|
54
|
-
|
|
55
|
-
callStatic: {};
|
|
56
|
-
|
|
57
|
-
filters: {
|
|
58
|
-
"SentCrossDomainMessage(address,address,uint256,bytes)"(
|
|
59
|
-
from?: string | null,
|
|
60
|
-
to?: string | null,
|
|
61
|
-
id?: BigNumberish | null,
|
|
62
|
-
data?: null
|
|
63
|
-
): SentCrossDomainMessageEventFilter;
|
|
64
|
-
SentCrossDomainMessage(
|
|
65
|
-
from?: string | null,
|
|
66
|
-
to?: string | null,
|
|
67
|
-
id?: BigNumberish | null,
|
|
68
|
-
data?: null
|
|
69
|
-
): SentCrossDomainMessageEventFilter;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
estimateGas: {};
|
|
73
|
-
|
|
74
|
-
populateTransaction: {};
|
|
75
|
-
}
|