@bloxchain/sdk 1.0.0-alpha.3 → 1.0.0-alpha.5
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/abi/AccountBlox.abi.json +420 -2293
- package/abi/BareBlox.abi.json +19 -0
- package/abi/BaseStateMachine.abi.json +19 -0
- package/abi/EngineBlox.abi.json +0 -31
- package/abi/GuardController.abi.json +142 -724
- package/abi/RoleBlox.abi.json +393 -1639
- package/abi/RuntimeRBAC.abi.json +21 -98
- package/abi/SecureBlox.abi.json +276 -1426
- package/abi/SecureOwnable.abi.json +276 -1426
- package/abi/SimpleRWA20.abi.json +313 -1644
- package/abi/SimpleVault.abi.json +498 -2117
- package/dist/abi/BaseStateMachine.abi.json +19 -0
- package/dist/abi/GuardController.abi.json +142 -724
- package/dist/abi/RuntimeRBAC.abi.json +21 -98
- package/dist/abi/SecureOwnable.abi.json +276 -1426
- package/dist/contracts/SecureOwnable.d.ts +1 -1
- package/dist/contracts/SecureOwnable.d.ts.map +1 -1
- package/dist/contracts/SecureOwnable.js +2 -2
- package/dist/contracts/SecureOwnable.js.map +1 -1
- package/dist/contracts/core/BaseStateMachine.d.ts +98 -0
- package/dist/contracts/core/BaseStateMachine.d.ts.map +1 -0
- package/dist/contracts/core/BaseStateMachine.js +271 -0
- package/dist/contracts/core/BaseStateMachine.js.map +1 -0
- package/dist/contracts/core/GuardController.d.ts +120 -0
- package/dist/contracts/core/GuardController.d.ts.map +1 -0
- package/dist/contracts/core/GuardController.js +150 -0
- package/dist/contracts/core/GuardController.js.map +1 -0
- package/dist/contracts/core/RuntimeRBAC.d.ts +40 -0
- package/dist/contracts/core/RuntimeRBAC.d.ts.map +1 -0
- package/dist/contracts/core/RuntimeRBAC.js +50 -0
- package/dist/contracts/core/RuntimeRBAC.js.map +1 -0
- package/dist/contracts/core/SecureOwnable.d.ts +41 -0
- package/dist/contracts/core/SecureOwnable.d.ts.map +1 -0
- package/dist/contracts/core/SecureOwnable.js +81 -0
- package/dist/contracts/core/SecureOwnable.js.map +1 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/interfaces/core.security.index.d.ts +1 -1
- package/dist/interfaces/core.security.index.d.ts.map +1 -1
- package/dist/lib/EngineBlox.d.ts +0 -9
- package/dist/lib/EngineBlox.d.ts.map +1 -1
- package/dist/lib/EngineBlox.js +0 -9
- package/dist/lib/EngineBlox.js.map +1 -1
- package/dist/types/base.state.machine.index.d.ts +0 -1
- package/dist/types/base.state.machine.index.d.ts.map +1 -1
- package/dist/types/base.state.machine.index.js +1 -2
- package/dist/types/base.state.machine.index.js.map +1 -1
- package/dist/types/core.security.index.d.ts.map +1 -1
- package/dist/types/core.security.index.js +2 -2
- package/dist/types/core.security.index.js.map +1 -1
- package/dist/utils/contract-errors.d.ts +0 -1
- package/dist/utils/contract-errors.d.ts.map +1 -1
- package/dist/utils/contract-errors.js +4 -4
- package/dist/utils/contract-errors.js.map +1 -1
- package/dist/utils/interface-ids.js +1 -1
- package/dist/utils/interface-ids.js.map +1 -1
- package/package.json +71 -71
package/abi/SecureBlox.abi.json
CHANGED
|
@@ -26,17 +26,6 @@
|
|
|
26
26
|
"name": "CannotModifyProtected",
|
|
27
27
|
"type": "error"
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"inputs": [
|
|
31
|
-
{
|
|
32
|
-
"internalType": "address",
|
|
33
|
-
"name": "provided",
|
|
34
|
-
"type": "address"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"name": "InvalidAddress",
|
|
38
|
-
"type": "error"
|
|
39
|
-
},
|
|
40
29
|
{
|
|
41
30
|
"inputs": [],
|
|
42
31
|
"name": "InvalidInitialization",
|
|
@@ -74,22 +63,6 @@
|
|
|
74
63
|
"name": "NotInitializing",
|
|
75
64
|
"type": "error"
|
|
76
65
|
},
|
|
77
|
-
{
|
|
78
|
-
"inputs": [
|
|
79
|
-
{
|
|
80
|
-
"internalType": "address",
|
|
81
|
-
"name": "newAddress",
|
|
82
|
-
"type": "address"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"internalType": "address",
|
|
86
|
-
"name": "currentAddress",
|
|
87
|
-
"type": "address"
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"name": "NotNewAddress",
|
|
91
|
-
"type": "error"
|
|
92
|
-
},
|
|
93
66
|
{
|
|
94
67
|
"inputs": [
|
|
95
68
|
{
|
|
@@ -320,6 +293,11 @@
|
|
|
320
293
|
"internalType": "address",
|
|
321
294
|
"name": "newBroadcaster",
|
|
322
295
|
"type": "address"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"internalType": "uint256",
|
|
299
|
+
"name": "location",
|
|
300
|
+
"type": "uint256"
|
|
323
301
|
}
|
|
324
302
|
],
|
|
325
303
|
"name": "executeBroadcasterUpdate",
|
|
@@ -1001,6 +979,25 @@
|
|
|
1001
979
|
"stateMutability": "view",
|
|
1002
980
|
"type": "function"
|
|
1003
981
|
},
|
|
982
|
+
{
|
|
983
|
+
"inputs": [
|
|
984
|
+
{
|
|
985
|
+
"internalType": "bytes4",
|
|
986
|
+
"name": "functionSelector",
|
|
987
|
+
"type": "bytes4"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"name": "getHooks",
|
|
991
|
+
"outputs": [
|
|
992
|
+
{
|
|
993
|
+
"internalType": "address[]",
|
|
994
|
+
"name": "hooks",
|
|
995
|
+
"type": "address[]"
|
|
996
|
+
}
|
|
997
|
+
],
|
|
998
|
+
"stateMutability": "view",
|
|
999
|
+
"type": "function"
|
|
1000
|
+
},
|
|
1004
1001
|
{
|
|
1005
1002
|
"inputs": [],
|
|
1006
1003
|
"name": "getPendingTransactions",
|
|
@@ -1679,105 +1676,9 @@
|
|
|
1679
1676
|
"name": "transferOwnershipApprovalWithMetaTx",
|
|
1680
1677
|
"outputs": [
|
|
1681
1678
|
{
|
|
1682
|
-
"
|
|
1683
|
-
{
|
|
1684
|
-
"internalType": "uint256",
|
|
1685
|
-
"name": "txId",
|
|
1686
|
-
"type": "uint256"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"internalType": "uint256",
|
|
1690
|
-
"name": "releaseTime",
|
|
1691
|
-
"type": "uint256"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
1695
|
-
"name": "status",
|
|
1696
|
-
"type": "uint8"
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"components": [
|
|
1700
|
-
{
|
|
1701
|
-
"internalType": "address",
|
|
1702
|
-
"name": "requester",
|
|
1703
|
-
"type": "address"
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"internalType": "address",
|
|
1707
|
-
"name": "target",
|
|
1708
|
-
"type": "address"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"internalType": "uint256",
|
|
1712
|
-
"name": "value",
|
|
1713
|
-
"type": "uint256"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"internalType": "uint256",
|
|
1717
|
-
"name": "gasLimit",
|
|
1718
|
-
"type": "uint256"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"internalType": "bytes32",
|
|
1722
|
-
"name": "operationType",
|
|
1723
|
-
"type": "bytes32"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"internalType": "bytes4",
|
|
1727
|
-
"name": "executionSelector",
|
|
1728
|
-
"type": "bytes4"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"internalType": "bytes",
|
|
1732
|
-
"name": "executionParams",
|
|
1733
|
-
"type": "bytes"
|
|
1734
|
-
}
|
|
1735
|
-
],
|
|
1736
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
1737
|
-
"name": "params",
|
|
1738
|
-
"type": "tuple"
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"internalType": "bytes32",
|
|
1742
|
-
"name": "message",
|
|
1743
|
-
"type": "bytes32"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"internalType": "bytes",
|
|
1747
|
-
"name": "result",
|
|
1748
|
-
"type": "bytes"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"components": [
|
|
1752
|
-
{
|
|
1753
|
-
"internalType": "address",
|
|
1754
|
-
"name": "recipient",
|
|
1755
|
-
"type": "address"
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"internalType": "uint256",
|
|
1759
|
-
"name": "nativeTokenAmount",
|
|
1760
|
-
"type": "uint256"
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"internalType": "address",
|
|
1764
|
-
"name": "erc20TokenAddress",
|
|
1765
|
-
"type": "address"
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"internalType": "uint256",
|
|
1769
|
-
"name": "erc20TokenAmount",
|
|
1770
|
-
"type": "uint256"
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
1774
|
-
"name": "payment",
|
|
1775
|
-
"type": "tuple"
|
|
1776
|
-
}
|
|
1777
|
-
],
|
|
1778
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
1679
|
+
"internalType": "uint256",
|
|
1779
1680
|
"name": "",
|
|
1780
|
-
"type": "
|
|
1681
|
+
"type": "uint256"
|
|
1781
1682
|
}
|
|
1782
1683
|
],
|
|
1783
1684
|
"stateMutability": "nonpayable",
|
|
@@ -1794,105 +1695,9 @@
|
|
|
1794
1695
|
"name": "transferOwnershipCancellation",
|
|
1795
1696
|
"outputs": [
|
|
1796
1697
|
{
|
|
1797
|
-
"
|
|
1798
|
-
{
|
|
1799
|
-
"internalType": "uint256",
|
|
1800
|
-
"name": "txId",
|
|
1801
|
-
"type": "uint256"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"internalType": "uint256",
|
|
1805
|
-
"name": "releaseTime",
|
|
1806
|
-
"type": "uint256"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
1810
|
-
"name": "status",
|
|
1811
|
-
"type": "uint8"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"components": [
|
|
1815
|
-
{
|
|
1816
|
-
"internalType": "address",
|
|
1817
|
-
"name": "requester",
|
|
1818
|
-
"type": "address"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"internalType": "address",
|
|
1822
|
-
"name": "target",
|
|
1823
|
-
"type": "address"
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"internalType": "uint256",
|
|
1827
|
-
"name": "value",
|
|
1828
|
-
"type": "uint256"
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"internalType": "uint256",
|
|
1832
|
-
"name": "gasLimit",
|
|
1833
|
-
"type": "uint256"
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"internalType": "bytes32",
|
|
1837
|
-
"name": "operationType",
|
|
1838
|
-
"type": "bytes32"
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"internalType": "bytes4",
|
|
1842
|
-
"name": "executionSelector",
|
|
1843
|
-
"type": "bytes4"
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"internalType": "bytes",
|
|
1847
|
-
"name": "executionParams",
|
|
1848
|
-
"type": "bytes"
|
|
1849
|
-
}
|
|
1850
|
-
],
|
|
1851
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
1852
|
-
"name": "params",
|
|
1853
|
-
"type": "tuple"
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"internalType": "bytes32",
|
|
1857
|
-
"name": "message",
|
|
1858
|
-
"type": "bytes32"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"internalType": "bytes",
|
|
1862
|
-
"name": "result",
|
|
1863
|
-
"type": "bytes"
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"components": [
|
|
1867
|
-
{
|
|
1868
|
-
"internalType": "address",
|
|
1869
|
-
"name": "recipient",
|
|
1870
|
-
"type": "address"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"internalType": "uint256",
|
|
1874
|
-
"name": "nativeTokenAmount",
|
|
1875
|
-
"type": "uint256"
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"internalType": "address",
|
|
1879
|
-
"name": "erc20TokenAddress",
|
|
1880
|
-
"type": "address"
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"internalType": "uint256",
|
|
1884
|
-
"name": "erc20TokenAmount",
|
|
1885
|
-
"type": "uint256"
|
|
1886
|
-
}
|
|
1887
|
-
],
|
|
1888
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
1889
|
-
"name": "payment",
|
|
1890
|
-
"type": "tuple"
|
|
1891
|
-
}
|
|
1892
|
-
],
|
|
1893
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
1698
|
+
"internalType": "uint256",
|
|
1894
1699
|
"name": "",
|
|
1895
|
-
"type": "
|
|
1700
|
+
"type": "uint256"
|
|
1896
1701
|
}
|
|
1897
1702
|
],
|
|
1898
1703
|
"stateMutability": "nonpayable",
|
|
@@ -2074,724 +1879,41 @@
|
|
|
2074
1879
|
"name": "transferOwnershipCancellationWithMetaTx",
|
|
2075
1880
|
"outputs": [
|
|
2076
1881
|
{
|
|
2077
|
-
"
|
|
2078
|
-
{
|
|
2079
|
-
"internalType": "uint256",
|
|
2080
|
-
"name": "txId",
|
|
2081
|
-
"type": "uint256"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"internalType": "uint256",
|
|
2085
|
-
"name": "releaseTime",
|
|
2086
|
-
"type": "uint256"
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2090
|
-
"name": "status",
|
|
2091
|
-
"type": "uint8"
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"components": [
|
|
2095
|
-
{
|
|
2096
|
-
"internalType": "address",
|
|
2097
|
-
"name": "requester",
|
|
2098
|
-
"type": "address"
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"internalType": "address",
|
|
2102
|
-
"name": "target",
|
|
2103
|
-
"type": "address"
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"internalType": "uint256",
|
|
2107
|
-
"name": "value",
|
|
2108
|
-
"type": "uint256"
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"internalType": "uint256",
|
|
2112
|
-
"name": "gasLimit",
|
|
2113
|
-
"type": "uint256"
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"internalType": "bytes32",
|
|
2117
|
-
"name": "operationType",
|
|
2118
|
-
"type": "bytes32"
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"internalType": "bytes4",
|
|
2122
|
-
"name": "executionSelector",
|
|
2123
|
-
"type": "bytes4"
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
"internalType": "bytes",
|
|
2127
|
-
"name": "executionParams",
|
|
2128
|
-
"type": "bytes"
|
|
2129
|
-
}
|
|
2130
|
-
],
|
|
2131
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
2132
|
-
"name": "params",
|
|
2133
|
-
"type": "tuple"
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"internalType": "bytes32",
|
|
2137
|
-
"name": "message",
|
|
2138
|
-
"type": "bytes32"
|
|
2139
|
-
},
|
|
2140
|
-
{
|
|
2141
|
-
"internalType": "bytes",
|
|
2142
|
-
"name": "result",
|
|
2143
|
-
"type": "bytes"
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"components": [
|
|
2147
|
-
{
|
|
2148
|
-
"internalType": "address",
|
|
2149
|
-
"name": "recipient",
|
|
2150
|
-
"type": "address"
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"internalType": "uint256",
|
|
2154
|
-
"name": "nativeTokenAmount",
|
|
2155
|
-
"type": "uint256"
|
|
2156
|
-
},
|
|
2157
|
-
{
|
|
2158
|
-
"internalType": "address",
|
|
2159
|
-
"name": "erc20TokenAddress",
|
|
2160
|
-
"type": "address"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"internalType": "uint256",
|
|
2164
|
-
"name": "erc20TokenAmount",
|
|
2165
|
-
"type": "uint256"
|
|
2166
|
-
}
|
|
2167
|
-
],
|
|
2168
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2169
|
-
"name": "payment",
|
|
2170
|
-
"type": "tuple"
|
|
2171
|
-
}
|
|
2172
|
-
],
|
|
2173
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2174
|
-
"name": "",
|
|
2175
|
-
"type": "tuple"
|
|
2176
|
-
}
|
|
2177
|
-
],
|
|
2178
|
-
"stateMutability": "nonpayable",
|
|
2179
|
-
"type": "function"
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"inputs": [
|
|
2183
|
-
{
|
|
2184
|
-
"internalType": "uint256",
|
|
2185
|
-
"name": "txId",
|
|
2186
|
-
"type": "uint256"
|
|
2187
|
-
}
|
|
2188
|
-
],
|
|
2189
|
-
"name": "transferOwnershipDelayedApproval",
|
|
2190
|
-
"outputs": [
|
|
2191
|
-
{
|
|
2192
|
-
"components": [
|
|
2193
|
-
{
|
|
2194
|
-
"internalType": "uint256",
|
|
2195
|
-
"name": "txId",
|
|
2196
|
-
"type": "uint256"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"internalType": "uint256",
|
|
2200
|
-
"name": "releaseTime",
|
|
2201
|
-
"type": "uint256"
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2205
|
-
"name": "status",
|
|
2206
|
-
"type": "uint8"
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"components": [
|
|
2210
|
-
{
|
|
2211
|
-
"internalType": "address",
|
|
2212
|
-
"name": "requester",
|
|
2213
|
-
"type": "address"
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"internalType": "address",
|
|
2217
|
-
"name": "target",
|
|
2218
|
-
"type": "address"
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"internalType": "uint256",
|
|
2222
|
-
"name": "value",
|
|
2223
|
-
"type": "uint256"
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"internalType": "uint256",
|
|
2227
|
-
"name": "gasLimit",
|
|
2228
|
-
"type": "uint256"
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"internalType": "bytes32",
|
|
2232
|
-
"name": "operationType",
|
|
2233
|
-
"type": "bytes32"
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"internalType": "bytes4",
|
|
2237
|
-
"name": "executionSelector",
|
|
2238
|
-
"type": "bytes4"
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"internalType": "bytes",
|
|
2242
|
-
"name": "executionParams",
|
|
2243
|
-
"type": "bytes"
|
|
2244
|
-
}
|
|
2245
|
-
],
|
|
2246
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
2247
|
-
"name": "params",
|
|
2248
|
-
"type": "tuple"
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"internalType": "bytes32",
|
|
2252
|
-
"name": "message",
|
|
2253
|
-
"type": "bytes32"
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"internalType": "bytes",
|
|
2257
|
-
"name": "result",
|
|
2258
|
-
"type": "bytes"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"components": [
|
|
2262
|
-
{
|
|
2263
|
-
"internalType": "address",
|
|
2264
|
-
"name": "recipient",
|
|
2265
|
-
"type": "address"
|
|
2266
|
-
},
|
|
2267
|
-
{
|
|
2268
|
-
"internalType": "uint256",
|
|
2269
|
-
"name": "nativeTokenAmount",
|
|
2270
|
-
"type": "uint256"
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"internalType": "address",
|
|
2274
|
-
"name": "erc20TokenAddress",
|
|
2275
|
-
"type": "address"
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"internalType": "uint256",
|
|
2279
|
-
"name": "erc20TokenAmount",
|
|
2280
|
-
"type": "uint256"
|
|
2281
|
-
}
|
|
2282
|
-
],
|
|
2283
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2284
|
-
"name": "payment",
|
|
2285
|
-
"type": "tuple"
|
|
2286
|
-
}
|
|
2287
|
-
],
|
|
2288
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2289
|
-
"name": "",
|
|
2290
|
-
"type": "tuple"
|
|
2291
|
-
}
|
|
2292
|
-
],
|
|
2293
|
-
"stateMutability": "nonpayable",
|
|
2294
|
-
"type": "function"
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"inputs": [],
|
|
2298
|
-
"name": "transferOwnershipRequest",
|
|
2299
|
-
"outputs": [
|
|
2300
|
-
{
|
|
2301
|
-
"components": [
|
|
2302
|
-
{
|
|
2303
|
-
"internalType": "uint256",
|
|
2304
|
-
"name": "txId",
|
|
2305
|
-
"type": "uint256"
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"internalType": "uint256",
|
|
2309
|
-
"name": "releaseTime",
|
|
2310
|
-
"type": "uint256"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2314
|
-
"name": "status",
|
|
2315
|
-
"type": "uint8"
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"components": [
|
|
2319
|
-
{
|
|
2320
|
-
"internalType": "address",
|
|
2321
|
-
"name": "requester",
|
|
2322
|
-
"type": "address"
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"internalType": "address",
|
|
2326
|
-
"name": "target",
|
|
2327
|
-
"type": "address"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"internalType": "uint256",
|
|
2331
|
-
"name": "value",
|
|
2332
|
-
"type": "uint256"
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"internalType": "uint256",
|
|
2336
|
-
"name": "gasLimit",
|
|
2337
|
-
"type": "uint256"
|
|
2338
|
-
},
|
|
2339
|
-
{
|
|
2340
|
-
"internalType": "bytes32",
|
|
2341
|
-
"name": "operationType",
|
|
2342
|
-
"type": "bytes32"
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"internalType": "bytes4",
|
|
2346
|
-
"name": "executionSelector",
|
|
2347
|
-
"type": "bytes4"
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"internalType": "bytes",
|
|
2351
|
-
"name": "executionParams",
|
|
2352
|
-
"type": "bytes"
|
|
2353
|
-
}
|
|
2354
|
-
],
|
|
2355
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
2356
|
-
"name": "params",
|
|
2357
|
-
"type": "tuple"
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"internalType": "bytes32",
|
|
2361
|
-
"name": "message",
|
|
2362
|
-
"type": "bytes32"
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"internalType": "bytes",
|
|
2366
|
-
"name": "result",
|
|
2367
|
-
"type": "bytes"
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"components": [
|
|
2371
|
-
{
|
|
2372
|
-
"internalType": "address",
|
|
2373
|
-
"name": "recipient",
|
|
2374
|
-
"type": "address"
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"internalType": "uint256",
|
|
2378
|
-
"name": "nativeTokenAmount",
|
|
2379
|
-
"type": "uint256"
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"internalType": "address",
|
|
2383
|
-
"name": "erc20TokenAddress",
|
|
2384
|
-
"type": "address"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"internalType": "uint256",
|
|
2388
|
-
"name": "erc20TokenAmount",
|
|
2389
|
-
"type": "uint256"
|
|
2390
|
-
}
|
|
2391
|
-
],
|
|
2392
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2393
|
-
"name": "payment",
|
|
2394
|
-
"type": "tuple"
|
|
2395
|
-
}
|
|
2396
|
-
],
|
|
2397
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2398
|
-
"name": "",
|
|
2399
|
-
"type": "tuple"
|
|
2400
|
-
}
|
|
2401
|
-
],
|
|
2402
|
-
"stateMutability": "nonpayable",
|
|
2403
|
-
"type": "function"
|
|
2404
|
-
},
|
|
2405
|
-
{
|
|
2406
|
-
"inputs": [
|
|
2407
|
-
{
|
|
2408
|
-
"components": [
|
|
2409
|
-
{
|
|
2410
|
-
"components": [
|
|
2411
|
-
{
|
|
2412
|
-
"internalType": "uint256",
|
|
2413
|
-
"name": "txId",
|
|
2414
|
-
"type": "uint256"
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"internalType": "uint256",
|
|
2418
|
-
"name": "releaseTime",
|
|
2419
|
-
"type": "uint256"
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2423
|
-
"name": "status",
|
|
2424
|
-
"type": "uint8"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"components": [
|
|
2428
|
-
{
|
|
2429
|
-
"internalType": "address",
|
|
2430
|
-
"name": "requester",
|
|
2431
|
-
"type": "address"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"internalType": "address",
|
|
2435
|
-
"name": "target",
|
|
2436
|
-
"type": "address"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"internalType": "uint256",
|
|
2440
|
-
"name": "value",
|
|
2441
|
-
"type": "uint256"
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"internalType": "uint256",
|
|
2445
|
-
"name": "gasLimit",
|
|
2446
|
-
"type": "uint256"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"internalType": "bytes32",
|
|
2450
|
-
"name": "operationType",
|
|
2451
|
-
"type": "bytes32"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"internalType": "bytes4",
|
|
2455
|
-
"name": "executionSelector",
|
|
2456
|
-
"type": "bytes4"
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"internalType": "bytes",
|
|
2460
|
-
"name": "executionParams",
|
|
2461
|
-
"type": "bytes"
|
|
2462
|
-
}
|
|
2463
|
-
],
|
|
2464
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
2465
|
-
"name": "params",
|
|
2466
|
-
"type": "tuple"
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
"internalType": "bytes32",
|
|
2470
|
-
"name": "message",
|
|
2471
|
-
"type": "bytes32"
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"internalType": "bytes",
|
|
2475
|
-
"name": "result",
|
|
2476
|
-
"type": "bytes"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"components": [
|
|
2480
|
-
{
|
|
2481
|
-
"internalType": "address",
|
|
2482
|
-
"name": "recipient",
|
|
2483
|
-
"type": "address"
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"internalType": "uint256",
|
|
2487
|
-
"name": "nativeTokenAmount",
|
|
2488
|
-
"type": "uint256"
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"internalType": "address",
|
|
2492
|
-
"name": "erc20TokenAddress",
|
|
2493
|
-
"type": "address"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"internalType": "uint256",
|
|
2497
|
-
"name": "erc20TokenAmount",
|
|
2498
|
-
"type": "uint256"
|
|
2499
|
-
}
|
|
2500
|
-
],
|
|
2501
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2502
|
-
"name": "payment",
|
|
2503
|
-
"type": "tuple"
|
|
2504
|
-
}
|
|
2505
|
-
],
|
|
2506
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2507
|
-
"name": "txRecord",
|
|
2508
|
-
"type": "tuple"
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"components": [
|
|
2512
|
-
{
|
|
2513
|
-
"internalType": "uint256",
|
|
2514
|
-
"name": "chainId",
|
|
2515
|
-
"type": "uint256"
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"internalType": "uint256",
|
|
2519
|
-
"name": "nonce",
|
|
2520
|
-
"type": "uint256"
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"internalType": "address",
|
|
2524
|
-
"name": "handlerContract",
|
|
2525
|
-
"type": "address"
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"internalType": "bytes4",
|
|
2529
|
-
"name": "handlerSelector",
|
|
2530
|
-
"type": "bytes4"
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
2534
|
-
"name": "action",
|
|
2535
|
-
"type": "uint8"
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"internalType": "uint256",
|
|
2539
|
-
"name": "deadline",
|
|
2540
|
-
"type": "uint256"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"internalType": "uint256",
|
|
2544
|
-
"name": "maxGasPrice",
|
|
2545
|
-
"type": "uint256"
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"internalType": "address",
|
|
2549
|
-
"name": "signer",
|
|
2550
|
-
"type": "address"
|
|
2551
|
-
}
|
|
2552
|
-
],
|
|
2553
|
-
"internalType": "struct EngineBlox.MetaTxParams",
|
|
2554
|
-
"name": "params",
|
|
2555
|
-
"type": "tuple"
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"internalType": "bytes32",
|
|
2559
|
-
"name": "message",
|
|
2560
|
-
"type": "bytes32"
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"internalType": "bytes",
|
|
2564
|
-
"name": "signature",
|
|
2565
|
-
"type": "bytes"
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"internalType": "bytes",
|
|
2569
|
-
"name": "data",
|
|
2570
|
-
"type": "bytes"
|
|
2571
|
-
}
|
|
2572
|
-
],
|
|
2573
|
-
"internalType": "struct EngineBlox.MetaTransaction",
|
|
2574
|
-
"name": "metaTx",
|
|
2575
|
-
"type": "tuple"
|
|
2576
|
-
}
|
|
2577
|
-
],
|
|
2578
|
-
"name": "updateBroadcasterApprovalWithMetaTx",
|
|
2579
|
-
"outputs": [
|
|
2580
|
-
{
|
|
2581
|
-
"components": [
|
|
2582
|
-
{
|
|
2583
|
-
"internalType": "uint256",
|
|
2584
|
-
"name": "txId",
|
|
2585
|
-
"type": "uint256"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"internalType": "uint256",
|
|
2589
|
-
"name": "releaseTime",
|
|
2590
|
-
"type": "uint256"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2594
|
-
"name": "status",
|
|
2595
|
-
"type": "uint8"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"components": [
|
|
2599
|
-
{
|
|
2600
|
-
"internalType": "address",
|
|
2601
|
-
"name": "requester",
|
|
2602
|
-
"type": "address"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"internalType": "address",
|
|
2606
|
-
"name": "target",
|
|
2607
|
-
"type": "address"
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"internalType": "uint256",
|
|
2611
|
-
"name": "value",
|
|
2612
|
-
"type": "uint256"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"internalType": "uint256",
|
|
2616
|
-
"name": "gasLimit",
|
|
2617
|
-
"type": "uint256"
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"internalType": "bytes32",
|
|
2621
|
-
"name": "operationType",
|
|
2622
|
-
"type": "bytes32"
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"internalType": "bytes4",
|
|
2626
|
-
"name": "executionSelector",
|
|
2627
|
-
"type": "bytes4"
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"internalType": "bytes",
|
|
2631
|
-
"name": "executionParams",
|
|
2632
|
-
"type": "bytes"
|
|
2633
|
-
}
|
|
2634
|
-
],
|
|
2635
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
2636
|
-
"name": "params",
|
|
2637
|
-
"type": "tuple"
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"internalType": "bytes32",
|
|
2641
|
-
"name": "message",
|
|
2642
|
-
"type": "bytes32"
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
"internalType": "bytes",
|
|
2646
|
-
"name": "result",
|
|
2647
|
-
"type": "bytes"
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"components": [
|
|
2651
|
-
{
|
|
2652
|
-
"internalType": "address",
|
|
2653
|
-
"name": "recipient",
|
|
2654
|
-
"type": "address"
|
|
2655
|
-
},
|
|
2656
|
-
{
|
|
2657
|
-
"internalType": "uint256",
|
|
2658
|
-
"name": "nativeTokenAmount",
|
|
2659
|
-
"type": "uint256"
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"internalType": "address",
|
|
2663
|
-
"name": "erc20TokenAddress",
|
|
2664
|
-
"type": "address"
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"internalType": "uint256",
|
|
2668
|
-
"name": "erc20TokenAmount",
|
|
2669
|
-
"type": "uint256"
|
|
2670
|
-
}
|
|
2671
|
-
],
|
|
2672
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2673
|
-
"name": "payment",
|
|
2674
|
-
"type": "tuple"
|
|
2675
|
-
}
|
|
2676
|
-
],
|
|
2677
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2678
|
-
"name": "",
|
|
2679
|
-
"type": "tuple"
|
|
2680
|
-
}
|
|
2681
|
-
],
|
|
2682
|
-
"stateMutability": "nonpayable",
|
|
2683
|
-
"type": "function"
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"inputs": [
|
|
2687
|
-
{
|
|
2688
|
-
"internalType": "uint256",
|
|
2689
|
-
"name": "txId",
|
|
2690
|
-
"type": "uint256"
|
|
2691
|
-
}
|
|
2692
|
-
],
|
|
2693
|
-
"name": "updateBroadcasterCancellation",
|
|
2694
|
-
"outputs": [
|
|
2695
|
-
{
|
|
2696
|
-
"components": [
|
|
2697
|
-
{
|
|
2698
|
-
"internalType": "uint256",
|
|
2699
|
-
"name": "txId",
|
|
2700
|
-
"type": "uint256"
|
|
2701
|
-
},
|
|
2702
|
-
{
|
|
2703
|
-
"internalType": "uint256",
|
|
2704
|
-
"name": "releaseTime",
|
|
2705
|
-
"type": "uint256"
|
|
2706
|
-
},
|
|
2707
|
-
{
|
|
2708
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2709
|
-
"name": "status",
|
|
2710
|
-
"type": "uint8"
|
|
2711
|
-
},
|
|
2712
|
-
{
|
|
2713
|
-
"components": [
|
|
2714
|
-
{
|
|
2715
|
-
"internalType": "address",
|
|
2716
|
-
"name": "requester",
|
|
2717
|
-
"type": "address"
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"internalType": "address",
|
|
2721
|
-
"name": "target",
|
|
2722
|
-
"type": "address"
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"internalType": "uint256",
|
|
2726
|
-
"name": "value",
|
|
2727
|
-
"type": "uint256"
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"internalType": "uint256",
|
|
2731
|
-
"name": "gasLimit",
|
|
2732
|
-
"type": "uint256"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"internalType": "bytes32",
|
|
2736
|
-
"name": "operationType",
|
|
2737
|
-
"type": "bytes32"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"internalType": "bytes4",
|
|
2741
|
-
"name": "executionSelector",
|
|
2742
|
-
"type": "bytes4"
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"internalType": "bytes",
|
|
2746
|
-
"name": "executionParams",
|
|
2747
|
-
"type": "bytes"
|
|
2748
|
-
}
|
|
2749
|
-
],
|
|
2750
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
2751
|
-
"name": "params",
|
|
2752
|
-
"type": "tuple"
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"internalType": "bytes32",
|
|
2756
|
-
"name": "message",
|
|
2757
|
-
"type": "bytes32"
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"internalType": "bytes",
|
|
2761
|
-
"name": "result",
|
|
2762
|
-
"type": "bytes"
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"components": [
|
|
2766
|
-
{
|
|
2767
|
-
"internalType": "address",
|
|
2768
|
-
"name": "recipient",
|
|
2769
|
-
"type": "address"
|
|
2770
|
-
},
|
|
2771
|
-
{
|
|
2772
|
-
"internalType": "uint256",
|
|
2773
|
-
"name": "nativeTokenAmount",
|
|
2774
|
-
"type": "uint256"
|
|
2775
|
-
},
|
|
2776
|
-
{
|
|
2777
|
-
"internalType": "address",
|
|
2778
|
-
"name": "erc20TokenAddress",
|
|
2779
|
-
"type": "address"
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"internalType": "uint256",
|
|
2783
|
-
"name": "erc20TokenAmount",
|
|
2784
|
-
"type": "uint256"
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2788
|
-
"name": "payment",
|
|
2789
|
-
"type": "tuple"
|
|
2790
|
-
}
|
|
2791
|
-
],
|
|
2792
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
1882
|
+
"internalType": "uint256",
|
|
2793
1883
|
"name": "",
|
|
2794
|
-
"type": "
|
|
1884
|
+
"type": "uint256"
|
|
1885
|
+
}
|
|
1886
|
+
],
|
|
1887
|
+
"stateMutability": "nonpayable",
|
|
1888
|
+
"type": "function"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"inputs": [
|
|
1892
|
+
{
|
|
1893
|
+
"internalType": "uint256",
|
|
1894
|
+
"name": "txId",
|
|
1895
|
+
"type": "uint256"
|
|
1896
|
+
}
|
|
1897
|
+
],
|
|
1898
|
+
"name": "transferOwnershipDelayedApproval",
|
|
1899
|
+
"outputs": [
|
|
1900
|
+
{
|
|
1901
|
+
"internalType": "uint256",
|
|
1902
|
+
"name": "",
|
|
1903
|
+
"type": "uint256"
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"stateMutability": "nonpayable",
|
|
1907
|
+
"type": "function"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"inputs": [],
|
|
1911
|
+
"name": "transferOwnershipRequest",
|
|
1912
|
+
"outputs": [
|
|
1913
|
+
{
|
|
1914
|
+
"internalType": "uint256",
|
|
1915
|
+
"name": "txId",
|
|
1916
|
+
"type": "uint256"
|
|
2795
1917
|
}
|
|
2796
1918
|
],
|
|
2797
1919
|
"stateMutability": "nonpayable",
|
|
@@ -2936,213 +2058,16 @@
|
|
|
2936
2058
|
},
|
|
2937
2059
|
{
|
|
2938
2060
|
"internalType": "uint256",
|
|
2939
|
-
"name": "maxGasPrice",
|
|
2940
|
-
"type": "uint256"
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"internalType": "address",
|
|
2944
|
-
"name": "signer",
|
|
2945
|
-
"type": "address"
|
|
2946
|
-
}
|
|
2947
|
-
],
|
|
2948
|
-
"internalType": "struct EngineBlox.MetaTxParams",
|
|
2949
|
-
"name": "params",
|
|
2950
|
-
"type": "tuple"
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"internalType": "bytes32",
|
|
2954
|
-
"name": "message",
|
|
2955
|
-
"type": "bytes32"
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"internalType": "bytes",
|
|
2959
|
-
"name": "signature",
|
|
2960
|
-
"type": "bytes"
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"internalType": "bytes",
|
|
2964
|
-
"name": "data",
|
|
2965
|
-
"type": "bytes"
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"internalType": "struct EngineBlox.MetaTransaction",
|
|
2969
|
-
"name": "metaTx",
|
|
2970
|
-
"type": "tuple"
|
|
2971
|
-
}
|
|
2972
|
-
],
|
|
2973
|
-
"name": "updateBroadcasterCancellationWithMetaTx",
|
|
2974
|
-
"outputs": [
|
|
2975
|
-
{
|
|
2976
|
-
"components": [
|
|
2977
|
-
{
|
|
2978
|
-
"internalType": "uint256",
|
|
2979
|
-
"name": "txId",
|
|
2980
|
-
"type": "uint256"
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
"internalType": "uint256",
|
|
2984
|
-
"name": "releaseTime",
|
|
2985
|
-
"type": "uint256"
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
2989
|
-
"name": "status",
|
|
2990
|
-
"type": "uint8"
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
"components": [
|
|
2994
|
-
{
|
|
2995
|
-
"internalType": "address",
|
|
2996
|
-
"name": "requester",
|
|
2997
|
-
"type": "address"
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"internalType": "address",
|
|
3001
|
-
"name": "target",
|
|
3002
|
-
"type": "address"
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"internalType": "uint256",
|
|
3006
|
-
"name": "value",
|
|
3007
|
-
"type": "uint256"
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"internalType": "uint256",
|
|
3011
|
-
"name": "gasLimit",
|
|
3012
|
-
"type": "uint256"
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
"internalType": "bytes32",
|
|
3016
|
-
"name": "operationType",
|
|
3017
|
-
"type": "bytes32"
|
|
3018
|
-
},
|
|
3019
|
-
{
|
|
3020
|
-
"internalType": "bytes4",
|
|
3021
|
-
"name": "executionSelector",
|
|
3022
|
-
"type": "bytes4"
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"internalType": "bytes",
|
|
3026
|
-
"name": "executionParams",
|
|
3027
|
-
"type": "bytes"
|
|
3028
|
-
}
|
|
3029
|
-
],
|
|
3030
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
3031
|
-
"name": "params",
|
|
3032
|
-
"type": "tuple"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"internalType": "bytes32",
|
|
3036
|
-
"name": "message",
|
|
3037
|
-
"type": "bytes32"
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"internalType": "bytes",
|
|
3041
|
-
"name": "result",
|
|
3042
|
-
"type": "bytes"
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"components": [
|
|
3046
|
-
{
|
|
3047
|
-
"internalType": "address",
|
|
3048
|
-
"name": "recipient",
|
|
3049
|
-
"type": "address"
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"internalType": "uint256",
|
|
3053
|
-
"name": "nativeTokenAmount",
|
|
3054
|
-
"type": "uint256"
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"internalType": "address",
|
|
3058
|
-
"name": "erc20TokenAddress",
|
|
3059
|
-
"type": "address"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"internalType": "uint256",
|
|
3063
|
-
"name": "erc20TokenAmount",
|
|
3064
|
-
"type": "uint256"
|
|
3065
|
-
}
|
|
3066
|
-
],
|
|
3067
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
3068
|
-
"name": "payment",
|
|
3069
|
-
"type": "tuple"
|
|
3070
|
-
}
|
|
3071
|
-
],
|
|
3072
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
3073
|
-
"name": "",
|
|
3074
|
-
"type": "tuple"
|
|
3075
|
-
}
|
|
3076
|
-
],
|
|
3077
|
-
"stateMutability": "nonpayable",
|
|
3078
|
-
"type": "function"
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"inputs": [
|
|
3082
|
-
{
|
|
3083
|
-
"internalType": "uint256",
|
|
3084
|
-
"name": "txId",
|
|
3085
|
-
"type": "uint256"
|
|
3086
|
-
}
|
|
3087
|
-
],
|
|
3088
|
-
"name": "updateBroadcasterDelayedApproval",
|
|
3089
|
-
"outputs": [
|
|
3090
|
-
{
|
|
3091
|
-
"components": [
|
|
3092
|
-
{
|
|
3093
|
-
"internalType": "uint256",
|
|
3094
|
-
"name": "txId",
|
|
3095
|
-
"type": "uint256"
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"internalType": "uint256",
|
|
3099
|
-
"name": "releaseTime",
|
|
3100
|
-
"type": "uint256"
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
3104
|
-
"name": "status",
|
|
3105
|
-
"type": "uint8"
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"components": [
|
|
3109
|
-
{
|
|
3110
|
-
"internalType": "address",
|
|
3111
|
-
"name": "requester",
|
|
3112
|
-
"type": "address"
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"internalType": "address",
|
|
3116
|
-
"name": "target",
|
|
3117
|
-
"type": "address"
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"internalType": "uint256",
|
|
3121
|
-
"name": "value",
|
|
3122
|
-
"type": "uint256"
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"internalType": "uint256",
|
|
3126
|
-
"name": "gasLimit",
|
|
2061
|
+
"name": "maxGasPrice",
|
|
3127
2062
|
"type": "uint256"
|
|
3128
2063
|
},
|
|
3129
2064
|
{
|
|
3130
|
-
"internalType": "
|
|
3131
|
-
"name": "
|
|
3132
|
-
"type": "
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"internalType": "bytes4",
|
|
3136
|
-
"name": "executionSelector",
|
|
3137
|
-
"type": "bytes4"
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"internalType": "bytes",
|
|
3141
|
-
"name": "executionParams",
|
|
3142
|
-
"type": "bytes"
|
|
2065
|
+
"internalType": "address",
|
|
2066
|
+
"name": "signer",
|
|
2067
|
+
"type": "address"
|
|
3143
2068
|
}
|
|
3144
2069
|
],
|
|
3145
|
-
"internalType": "struct EngineBlox.
|
|
2070
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
3146
2071
|
"name": "params",
|
|
3147
2072
|
"type": "tuple"
|
|
3148
2073
|
},
|
|
@@ -3153,157 +2078,274 @@
|
|
|
3153
2078
|
},
|
|
3154
2079
|
{
|
|
3155
2080
|
"internalType": "bytes",
|
|
3156
|
-
"name": "
|
|
2081
|
+
"name": "signature",
|
|
3157
2082
|
"type": "bytes"
|
|
3158
2083
|
},
|
|
3159
2084
|
{
|
|
3160
|
-
"
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
"name": "recipient",
|
|
3164
|
-
"type": "address"
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"internalType": "uint256",
|
|
3168
|
-
"name": "nativeTokenAmount",
|
|
3169
|
-
"type": "uint256"
|
|
3170
|
-
},
|
|
3171
|
-
{
|
|
3172
|
-
"internalType": "address",
|
|
3173
|
-
"name": "erc20TokenAddress",
|
|
3174
|
-
"type": "address"
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"internalType": "uint256",
|
|
3178
|
-
"name": "erc20TokenAmount",
|
|
3179
|
-
"type": "uint256"
|
|
3180
|
-
}
|
|
3181
|
-
],
|
|
3182
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
3183
|
-
"name": "payment",
|
|
3184
|
-
"type": "tuple"
|
|
2085
|
+
"internalType": "bytes",
|
|
2086
|
+
"name": "data",
|
|
2087
|
+
"type": "bytes"
|
|
3185
2088
|
}
|
|
3186
2089
|
],
|
|
3187
|
-
"internalType": "struct EngineBlox.
|
|
3188
|
-
"name": "",
|
|
2090
|
+
"internalType": "struct EngineBlox.MetaTransaction",
|
|
2091
|
+
"name": "metaTx",
|
|
3189
2092
|
"type": "tuple"
|
|
3190
2093
|
}
|
|
3191
2094
|
],
|
|
2095
|
+
"name": "updateBroadcasterApprovalWithMetaTx",
|
|
2096
|
+
"outputs": [
|
|
2097
|
+
{
|
|
2098
|
+
"internalType": "uint256",
|
|
2099
|
+
"name": "",
|
|
2100
|
+
"type": "uint256"
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
3192
2103
|
"stateMutability": "nonpayable",
|
|
3193
2104
|
"type": "function"
|
|
3194
2105
|
},
|
|
3195
2106
|
{
|
|
3196
2107
|
"inputs": [
|
|
3197
2108
|
{
|
|
3198
|
-
"internalType": "
|
|
3199
|
-
"name": "
|
|
3200
|
-
"type": "
|
|
2109
|
+
"internalType": "uint256",
|
|
2110
|
+
"name": "txId",
|
|
2111
|
+
"type": "uint256"
|
|
3201
2112
|
}
|
|
3202
2113
|
],
|
|
3203
|
-
"name": "
|
|
2114
|
+
"name": "updateBroadcasterCancellation",
|
|
3204
2115
|
"outputs": [
|
|
2116
|
+
{
|
|
2117
|
+
"internalType": "uint256",
|
|
2118
|
+
"name": "",
|
|
2119
|
+
"type": "uint256"
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"stateMutability": "nonpayable",
|
|
2123
|
+
"type": "function"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"inputs": [
|
|
3205
2127
|
{
|
|
3206
2128
|
"components": [
|
|
3207
|
-
{
|
|
3208
|
-
"internalType": "uint256",
|
|
3209
|
-
"name": "txId",
|
|
3210
|
-
"type": "uint256"
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"internalType": "uint256",
|
|
3214
|
-
"name": "releaseTime",
|
|
3215
|
-
"type": "uint256"
|
|
3216
|
-
},
|
|
3217
|
-
{
|
|
3218
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
3219
|
-
"name": "status",
|
|
3220
|
-
"type": "uint8"
|
|
3221
|
-
},
|
|
3222
2129
|
{
|
|
3223
2130
|
"components": [
|
|
3224
|
-
{
|
|
3225
|
-
"internalType": "address",
|
|
3226
|
-
"name": "requester",
|
|
3227
|
-
"type": "address"
|
|
3228
|
-
},
|
|
3229
|
-
{
|
|
3230
|
-
"internalType": "address",
|
|
3231
|
-
"name": "target",
|
|
3232
|
-
"type": "address"
|
|
3233
|
-
},
|
|
3234
2131
|
{
|
|
3235
2132
|
"internalType": "uint256",
|
|
3236
|
-
"name": "
|
|
2133
|
+
"name": "txId",
|
|
3237
2134
|
"type": "uint256"
|
|
3238
2135
|
},
|
|
3239
2136
|
{
|
|
3240
2137
|
"internalType": "uint256",
|
|
3241
|
-
"name": "
|
|
2138
|
+
"name": "releaseTime",
|
|
3242
2139
|
"type": "uint256"
|
|
3243
2140
|
},
|
|
3244
2141
|
{
|
|
3245
|
-
"internalType": "
|
|
3246
|
-
"name": "
|
|
3247
|
-
"type": "
|
|
2142
|
+
"internalType": "enum EngineBlox.TxStatus",
|
|
2143
|
+
"name": "status",
|
|
2144
|
+
"type": "uint8"
|
|
3248
2145
|
},
|
|
3249
2146
|
{
|
|
3250
|
-
"
|
|
3251
|
-
|
|
3252
|
-
|
|
2147
|
+
"components": [
|
|
2148
|
+
{
|
|
2149
|
+
"internalType": "address",
|
|
2150
|
+
"name": "requester",
|
|
2151
|
+
"type": "address"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"internalType": "address",
|
|
2155
|
+
"name": "target",
|
|
2156
|
+
"type": "address"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"internalType": "uint256",
|
|
2160
|
+
"name": "value",
|
|
2161
|
+
"type": "uint256"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"internalType": "uint256",
|
|
2165
|
+
"name": "gasLimit",
|
|
2166
|
+
"type": "uint256"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"internalType": "bytes32",
|
|
2170
|
+
"name": "operationType",
|
|
2171
|
+
"type": "bytes32"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"internalType": "bytes4",
|
|
2175
|
+
"name": "executionSelector",
|
|
2176
|
+
"type": "bytes4"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"internalType": "bytes",
|
|
2180
|
+
"name": "executionParams",
|
|
2181
|
+
"type": "bytes"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"internalType": "struct EngineBlox.TxParams",
|
|
2185
|
+
"name": "params",
|
|
2186
|
+
"type": "tuple"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"internalType": "bytes32",
|
|
2190
|
+
"name": "message",
|
|
2191
|
+
"type": "bytes32"
|
|
3253
2192
|
},
|
|
3254
2193
|
{
|
|
3255
2194
|
"internalType": "bytes",
|
|
3256
|
-
"name": "
|
|
2195
|
+
"name": "result",
|
|
3257
2196
|
"type": "bytes"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"components": [
|
|
2200
|
+
{
|
|
2201
|
+
"internalType": "address",
|
|
2202
|
+
"name": "recipient",
|
|
2203
|
+
"type": "address"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"internalType": "uint256",
|
|
2207
|
+
"name": "nativeTokenAmount",
|
|
2208
|
+
"type": "uint256"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"internalType": "address",
|
|
2212
|
+
"name": "erc20TokenAddress",
|
|
2213
|
+
"type": "address"
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"internalType": "uint256",
|
|
2217
|
+
"name": "erc20TokenAmount",
|
|
2218
|
+
"type": "uint256"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"internalType": "struct EngineBlox.PaymentDetails",
|
|
2222
|
+
"name": "payment",
|
|
2223
|
+
"type": "tuple"
|
|
3258
2224
|
}
|
|
3259
2225
|
],
|
|
3260
|
-
"internalType": "struct EngineBlox.
|
|
3261
|
-
"name": "
|
|
2226
|
+
"internalType": "struct EngineBlox.TxRecord",
|
|
2227
|
+
"name": "txRecord",
|
|
3262
2228
|
"type": "tuple"
|
|
3263
2229
|
},
|
|
3264
|
-
{
|
|
3265
|
-
"internalType": "bytes32",
|
|
3266
|
-
"name": "message",
|
|
3267
|
-
"type": "bytes32"
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
"internalType": "bytes",
|
|
3271
|
-
"name": "result",
|
|
3272
|
-
"type": "bytes"
|
|
3273
|
-
},
|
|
3274
2230
|
{
|
|
3275
2231
|
"components": [
|
|
3276
2232
|
{
|
|
3277
|
-
"internalType": "
|
|
3278
|
-
"name": "
|
|
3279
|
-
"type": "
|
|
2233
|
+
"internalType": "uint256",
|
|
2234
|
+
"name": "chainId",
|
|
2235
|
+
"type": "uint256"
|
|
3280
2236
|
},
|
|
3281
2237
|
{
|
|
3282
2238
|
"internalType": "uint256",
|
|
3283
|
-
"name": "
|
|
2239
|
+
"name": "nonce",
|
|
3284
2240
|
"type": "uint256"
|
|
3285
2241
|
},
|
|
3286
2242
|
{
|
|
3287
2243
|
"internalType": "address",
|
|
3288
|
-
"name": "
|
|
2244
|
+
"name": "handlerContract",
|
|
3289
2245
|
"type": "address"
|
|
3290
2246
|
},
|
|
2247
|
+
{
|
|
2248
|
+
"internalType": "bytes4",
|
|
2249
|
+
"name": "handlerSelector",
|
|
2250
|
+
"type": "bytes4"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"internalType": "enum EngineBlox.TxAction",
|
|
2254
|
+
"name": "action",
|
|
2255
|
+
"type": "uint8"
|
|
2256
|
+
},
|
|
3291
2257
|
{
|
|
3292
2258
|
"internalType": "uint256",
|
|
3293
|
-
"name": "
|
|
2259
|
+
"name": "deadline",
|
|
2260
|
+
"type": "uint256"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"internalType": "uint256",
|
|
2264
|
+
"name": "maxGasPrice",
|
|
3294
2265
|
"type": "uint256"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"internalType": "address",
|
|
2269
|
+
"name": "signer",
|
|
2270
|
+
"type": "address"
|
|
3295
2271
|
}
|
|
3296
2272
|
],
|
|
3297
|
-
"internalType": "struct EngineBlox.
|
|
3298
|
-
"name": "
|
|
2273
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
2274
|
+
"name": "params",
|
|
3299
2275
|
"type": "tuple"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"internalType": "bytes32",
|
|
2279
|
+
"name": "message",
|
|
2280
|
+
"type": "bytes32"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"internalType": "bytes",
|
|
2284
|
+
"name": "signature",
|
|
2285
|
+
"type": "bytes"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"internalType": "bytes",
|
|
2289
|
+
"name": "data",
|
|
2290
|
+
"type": "bytes"
|
|
3300
2291
|
}
|
|
3301
2292
|
],
|
|
3302
|
-
"internalType": "struct EngineBlox.
|
|
3303
|
-
"name": "",
|
|
2293
|
+
"internalType": "struct EngineBlox.MetaTransaction",
|
|
2294
|
+
"name": "metaTx",
|
|
3304
2295
|
"type": "tuple"
|
|
3305
2296
|
}
|
|
3306
2297
|
],
|
|
2298
|
+
"name": "updateBroadcasterCancellationWithMetaTx",
|
|
2299
|
+
"outputs": [
|
|
2300
|
+
{
|
|
2301
|
+
"internalType": "uint256",
|
|
2302
|
+
"name": "",
|
|
2303
|
+
"type": "uint256"
|
|
2304
|
+
}
|
|
2305
|
+
],
|
|
2306
|
+
"stateMutability": "nonpayable",
|
|
2307
|
+
"type": "function"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"inputs": [
|
|
2311
|
+
{
|
|
2312
|
+
"internalType": "uint256",
|
|
2313
|
+
"name": "txId",
|
|
2314
|
+
"type": "uint256"
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"name": "updateBroadcasterDelayedApproval",
|
|
2318
|
+
"outputs": [
|
|
2319
|
+
{
|
|
2320
|
+
"internalType": "uint256",
|
|
2321
|
+
"name": "",
|
|
2322
|
+
"type": "uint256"
|
|
2323
|
+
}
|
|
2324
|
+
],
|
|
2325
|
+
"stateMutability": "nonpayable",
|
|
2326
|
+
"type": "function"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"inputs": [
|
|
2330
|
+
{
|
|
2331
|
+
"internalType": "address",
|
|
2332
|
+
"name": "newBroadcaster",
|
|
2333
|
+
"type": "address"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"internalType": "uint256",
|
|
2337
|
+
"name": "location",
|
|
2338
|
+
"type": "uint256"
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"name": "updateBroadcasterRequest",
|
|
2342
|
+
"outputs": [
|
|
2343
|
+
{
|
|
2344
|
+
"internalType": "uint256",
|
|
2345
|
+
"name": "txId",
|
|
2346
|
+
"type": "uint256"
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
3307
2349
|
"stateMutability": "nonpayable",
|
|
3308
2350
|
"type": "function"
|
|
3309
2351
|
},
|
|
@@ -3483,105 +2525,9 @@
|
|
|
3483
2525
|
"name": "updateRecoveryRequestAndApprove",
|
|
3484
2526
|
"outputs": [
|
|
3485
2527
|
{
|
|
3486
|
-
"
|
|
3487
|
-
{
|
|
3488
|
-
"internalType": "uint256",
|
|
3489
|
-
"name": "txId",
|
|
3490
|
-
"type": "uint256"
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"internalType": "uint256",
|
|
3494
|
-
"name": "releaseTime",
|
|
3495
|
-
"type": "uint256"
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
3499
|
-
"name": "status",
|
|
3500
|
-
"type": "uint8"
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"components": [
|
|
3504
|
-
{
|
|
3505
|
-
"internalType": "address",
|
|
3506
|
-
"name": "requester",
|
|
3507
|
-
"type": "address"
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"internalType": "address",
|
|
3511
|
-
"name": "target",
|
|
3512
|
-
"type": "address"
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"internalType": "uint256",
|
|
3516
|
-
"name": "value",
|
|
3517
|
-
"type": "uint256"
|
|
3518
|
-
},
|
|
3519
|
-
{
|
|
3520
|
-
"internalType": "uint256",
|
|
3521
|
-
"name": "gasLimit",
|
|
3522
|
-
"type": "uint256"
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"internalType": "bytes32",
|
|
3526
|
-
"name": "operationType",
|
|
3527
|
-
"type": "bytes32"
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"internalType": "bytes4",
|
|
3531
|
-
"name": "executionSelector",
|
|
3532
|
-
"type": "bytes4"
|
|
3533
|
-
},
|
|
3534
|
-
{
|
|
3535
|
-
"internalType": "bytes",
|
|
3536
|
-
"name": "executionParams",
|
|
3537
|
-
"type": "bytes"
|
|
3538
|
-
}
|
|
3539
|
-
],
|
|
3540
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
3541
|
-
"name": "params",
|
|
3542
|
-
"type": "tuple"
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"internalType": "bytes32",
|
|
3546
|
-
"name": "message",
|
|
3547
|
-
"type": "bytes32"
|
|
3548
|
-
},
|
|
3549
|
-
{
|
|
3550
|
-
"internalType": "bytes",
|
|
3551
|
-
"name": "result",
|
|
3552
|
-
"type": "bytes"
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"components": [
|
|
3556
|
-
{
|
|
3557
|
-
"internalType": "address",
|
|
3558
|
-
"name": "recipient",
|
|
3559
|
-
"type": "address"
|
|
3560
|
-
},
|
|
3561
|
-
{
|
|
3562
|
-
"internalType": "uint256",
|
|
3563
|
-
"name": "nativeTokenAmount",
|
|
3564
|
-
"type": "uint256"
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"internalType": "address",
|
|
3568
|
-
"name": "erc20TokenAddress",
|
|
3569
|
-
"type": "address"
|
|
3570
|
-
},
|
|
3571
|
-
{
|
|
3572
|
-
"internalType": "uint256",
|
|
3573
|
-
"name": "erc20TokenAmount",
|
|
3574
|
-
"type": "uint256"
|
|
3575
|
-
}
|
|
3576
|
-
],
|
|
3577
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
3578
|
-
"name": "payment",
|
|
3579
|
-
"type": "tuple"
|
|
3580
|
-
}
|
|
3581
|
-
],
|
|
3582
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2528
|
+
"internalType": "uint256",
|
|
3583
2529
|
"name": "",
|
|
3584
|
-
"type": "
|
|
2530
|
+
"type": "uint256"
|
|
3585
2531
|
}
|
|
3586
2532
|
],
|
|
3587
2533
|
"stateMutability": "nonpayable",
|
|
@@ -3763,105 +2709,9 @@
|
|
|
3763
2709
|
"name": "updateTimeLockRequestAndApprove",
|
|
3764
2710
|
"outputs": [
|
|
3765
2711
|
{
|
|
3766
|
-
"
|
|
3767
|
-
{
|
|
3768
|
-
"internalType": "uint256",
|
|
3769
|
-
"name": "txId",
|
|
3770
|
-
"type": "uint256"
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"internalType": "uint256",
|
|
3774
|
-
"name": "releaseTime",
|
|
3775
|
-
"type": "uint256"
|
|
3776
|
-
},
|
|
3777
|
-
{
|
|
3778
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
3779
|
-
"name": "status",
|
|
3780
|
-
"type": "uint8"
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"components": [
|
|
3784
|
-
{
|
|
3785
|
-
"internalType": "address",
|
|
3786
|
-
"name": "requester",
|
|
3787
|
-
"type": "address"
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"internalType": "address",
|
|
3791
|
-
"name": "target",
|
|
3792
|
-
"type": "address"
|
|
3793
|
-
},
|
|
3794
|
-
{
|
|
3795
|
-
"internalType": "uint256",
|
|
3796
|
-
"name": "value",
|
|
3797
|
-
"type": "uint256"
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"internalType": "uint256",
|
|
3801
|
-
"name": "gasLimit",
|
|
3802
|
-
"type": "uint256"
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"internalType": "bytes32",
|
|
3806
|
-
"name": "operationType",
|
|
3807
|
-
"type": "bytes32"
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"internalType": "bytes4",
|
|
3811
|
-
"name": "executionSelector",
|
|
3812
|
-
"type": "bytes4"
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
"internalType": "bytes",
|
|
3816
|
-
"name": "executionParams",
|
|
3817
|
-
"type": "bytes"
|
|
3818
|
-
}
|
|
3819
|
-
],
|
|
3820
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
3821
|
-
"name": "params",
|
|
3822
|
-
"type": "tuple"
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"internalType": "bytes32",
|
|
3826
|
-
"name": "message",
|
|
3827
|
-
"type": "bytes32"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"internalType": "bytes",
|
|
3831
|
-
"name": "result",
|
|
3832
|
-
"type": "bytes"
|
|
3833
|
-
},
|
|
3834
|
-
{
|
|
3835
|
-
"components": [
|
|
3836
|
-
{
|
|
3837
|
-
"internalType": "address",
|
|
3838
|
-
"name": "recipient",
|
|
3839
|
-
"type": "address"
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"internalType": "uint256",
|
|
3843
|
-
"name": "nativeTokenAmount",
|
|
3844
|
-
"type": "uint256"
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"internalType": "address",
|
|
3848
|
-
"name": "erc20TokenAddress",
|
|
3849
|
-
"type": "address"
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"internalType": "uint256",
|
|
3853
|
-
"name": "erc20TokenAmount",
|
|
3854
|
-
"type": "uint256"
|
|
3855
|
-
}
|
|
3856
|
-
],
|
|
3857
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
3858
|
-
"name": "payment",
|
|
3859
|
-
"type": "tuple"
|
|
3860
|
-
}
|
|
3861
|
-
],
|
|
3862
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
2712
|
+
"internalType": "uint256",
|
|
3863
2713
|
"name": "",
|
|
3864
|
-
"type": "
|
|
2714
|
+
"type": "uint256"
|
|
3865
2715
|
}
|
|
3866
2716
|
],
|
|
3867
2717
|
"stateMutability": "nonpayable",
|