sablier 3.3.4 → 3.3.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/abi/bob/v1.0/BobVaultShare.json +199 -0
  3. package/dist/cjs/evm/releases/bob/v1.0/abi/BobVaultShare.js +203 -0
  4. package/dist/cjs/evm/releases/bob/v1.0/abi/BobVaultShare.js.map +1 -0
  5. package/dist/cjs/evm/releases/bob/v1.0/abi.js +2 -0
  6. package/dist/cjs/evm/releases/bob/v1.0/abi.js.map +1 -1
  7. package/dist/cjs/evm/releases/bob/v1.0/aliases.js +1 -0
  8. package/dist/cjs/evm/releases/bob/v1.0/aliases.js.map +1 -1
  9. package/dist/cjs/evm/releases/bob/v1.0/manifest.js +1 -0
  10. package/dist/cjs/evm/releases/bob/v1.0/manifest.js.map +1 -1
  11. package/dist/esm/evm/releases/bob/v1.0/abi/BobVaultShare.js +200 -0
  12. package/dist/esm/evm/releases/bob/v1.0/abi/BobVaultShare.js.map +1 -0
  13. package/dist/esm/evm/releases/bob/v1.0/abi.js +2 -0
  14. package/dist/esm/evm/releases/bob/v1.0/abi.js.map +1 -1
  15. package/dist/esm/evm/releases/bob/v1.0/aliases.js +1 -0
  16. package/dist/esm/evm/releases/bob/v1.0/aliases.js.map +1 -1
  17. package/dist/esm/evm/releases/bob/v1.0/manifest.js +1 -0
  18. package/dist/esm/evm/releases/bob/v1.0/manifest.js.map +1 -1
  19. package/dist/types/evm/contracts/index.d.ts +1 -0
  20. package/dist/types/evm/contracts/index.d.ts.map +1 -1
  21. package/dist/types/evm/releases/bob/index.d.ts +339 -0
  22. package/dist/types/evm/releases/bob/index.d.ts.map +1 -1
  23. package/dist/types/evm/releases/bob/v1.0/abi/BobVaultShare.d.ts +340 -0
  24. package/dist/types/evm/releases/bob/v1.0/abi/BobVaultShare.d.ts.map +1 -0
  25. package/dist/types/evm/releases/bob/v1.0/abi.d.ts +339 -0
  26. package/dist/types/evm/releases/bob/v1.0/abi.d.ts.map +1 -1
  27. package/dist/types/evm/releases/bob/v1.0/aliases.d.ts +1 -0
  28. package/dist/types/evm/releases/bob/v1.0/aliases.d.ts.map +1 -1
  29. package/dist/types/evm/releases/bob/v1.0/index.d.ts +339 -0
  30. package/dist/types/evm/releases/bob/v1.0/index.d.ts.map +1 -1
  31. package/dist/types/evm/releases/bob/v1.0/manifest.d.ts +1 -0
  32. package/dist/types/evm/releases/bob/v1.0/manifest.d.ts.map +1 -1
  33. package/package.json +1 -1
@@ -0,0 +1,200 @@
1
+ export const bobVaultShareAbi = [
2
+ {
3
+ type: "constructor",
4
+ inputs: [
5
+ { name: "name_", type: "string", internalType: "string" },
6
+ { name: "symbol_", type: "string", internalType: "string" },
7
+ { name: "decimals_", type: "uint8", internalType: "uint8" },
8
+ { name: "sablierBob", type: "address", internalType: "address" },
9
+ { name: "vaultId", type: "uint256", internalType: "uint256" },
10
+ ],
11
+ stateMutability: "nonpayable",
12
+ },
13
+ {
14
+ type: "function",
15
+ name: "SABLIER_BOB",
16
+ inputs: [],
17
+ outputs: [{ name: "", type: "address", internalType: "address" }],
18
+ stateMutability: "view",
19
+ },
20
+ {
21
+ type: "function",
22
+ name: "VAULT_ID",
23
+ inputs: [],
24
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
25
+ stateMutability: "view",
26
+ },
27
+ {
28
+ type: "function",
29
+ name: "allowance",
30
+ inputs: [
31
+ { name: "owner", type: "address", internalType: "address" },
32
+ { name: "spender", type: "address", internalType: "address" },
33
+ ],
34
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
35
+ stateMutability: "view",
36
+ },
37
+ {
38
+ type: "function",
39
+ name: "approve",
40
+ inputs: [
41
+ { name: "spender", type: "address", internalType: "address" },
42
+ { name: "value", type: "uint256", internalType: "uint256" },
43
+ ],
44
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
45
+ stateMutability: "nonpayable",
46
+ },
47
+ {
48
+ type: "function",
49
+ name: "balanceOf",
50
+ inputs: [{ name: "account", type: "address", internalType: "address" }],
51
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
52
+ stateMutability: "view",
53
+ },
54
+ {
55
+ type: "function",
56
+ name: "burn",
57
+ inputs: [
58
+ { name: "vaultId", type: "uint256", internalType: "uint256" },
59
+ { name: "from", type: "address", internalType: "address" },
60
+ { name: "amount", type: "uint256", internalType: "uint256" },
61
+ ],
62
+ outputs: [],
63
+ stateMutability: "nonpayable",
64
+ },
65
+ {
66
+ type: "function",
67
+ name: "decimals",
68
+ inputs: [],
69
+ outputs: [{ name: "", type: "uint8", internalType: "uint8" }],
70
+ stateMutability: "view",
71
+ },
72
+ {
73
+ type: "function",
74
+ name: "mint",
75
+ inputs: [
76
+ { name: "vaultId", type: "uint256", internalType: "uint256" },
77
+ { name: "to", type: "address", internalType: "address" },
78
+ { name: "amount", type: "uint256", internalType: "uint256" },
79
+ ],
80
+ outputs: [],
81
+ stateMutability: "nonpayable",
82
+ },
83
+ {
84
+ type: "function",
85
+ name: "name",
86
+ inputs: [],
87
+ outputs: [{ name: "", type: "string", internalType: "string" }],
88
+ stateMutability: "view",
89
+ },
90
+ {
91
+ type: "function",
92
+ name: "symbol",
93
+ inputs: [],
94
+ outputs: [{ name: "", type: "string", internalType: "string" }],
95
+ stateMutability: "view",
96
+ },
97
+ {
98
+ type: "function",
99
+ name: "totalSupply",
100
+ inputs: [],
101
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
102
+ stateMutability: "view",
103
+ },
104
+ {
105
+ type: "function",
106
+ name: "transfer",
107
+ inputs: [
108
+ { name: "to", type: "address", internalType: "address" },
109
+ { name: "value", type: "uint256", internalType: "uint256" },
110
+ ],
111
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
112
+ stateMutability: "nonpayable",
113
+ },
114
+ {
115
+ type: "function",
116
+ name: "transferFrom",
117
+ inputs: [
118
+ { name: "from", type: "address", internalType: "address" },
119
+ { name: "to", type: "address", internalType: "address" },
120
+ { name: "value", type: "uint256", internalType: "uint256" },
121
+ ],
122
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
123
+ stateMutability: "nonpayable",
124
+ },
125
+ {
126
+ type: "event",
127
+ name: "Approval",
128
+ inputs: [
129
+ { name: "owner", type: "address", indexed: true, internalType: "address" },
130
+ { name: "spender", type: "address", indexed: true, internalType: "address" },
131
+ { name: "value", type: "uint256", indexed: false, internalType: "uint256" },
132
+ ],
133
+ anonymous: false,
134
+ },
135
+ {
136
+ type: "event",
137
+ name: "Transfer",
138
+ inputs: [
139
+ { name: "from", type: "address", indexed: true, internalType: "address" },
140
+ { name: "to", type: "address", indexed: true, internalType: "address" },
141
+ { name: "value", type: "uint256", indexed: false, internalType: "uint256" },
142
+ ],
143
+ anonymous: false,
144
+ },
145
+ {
146
+ type: "error",
147
+ name: "BobVaultShare_OnlySablierBob",
148
+ inputs: [
149
+ { name: "caller", type: "address", internalType: "address" },
150
+ { name: "expectedCaller", type: "address", internalType: "address" },
151
+ ],
152
+ },
153
+ {
154
+ type: "error",
155
+ name: "BobVaultShare_VaultIdMismatch",
156
+ inputs: [
157
+ { name: "providedVaultId", type: "uint256", internalType: "uint256" },
158
+ { name: "expectedVaultId", type: "uint256", internalType: "uint256" },
159
+ ],
160
+ },
161
+ {
162
+ type: "error",
163
+ name: "ERC20InsufficientAllowance",
164
+ inputs: [
165
+ { name: "spender", type: "address", internalType: "address" },
166
+ { name: "allowance", type: "uint256", internalType: "uint256" },
167
+ { name: "needed", type: "uint256", internalType: "uint256" },
168
+ ],
169
+ },
170
+ {
171
+ type: "error",
172
+ name: "ERC20InsufficientBalance",
173
+ inputs: [
174
+ { name: "sender", type: "address", internalType: "address" },
175
+ { name: "balance", type: "uint256", internalType: "uint256" },
176
+ { name: "needed", type: "uint256", internalType: "uint256" },
177
+ ],
178
+ },
179
+ {
180
+ type: "error",
181
+ name: "ERC20InvalidApprover",
182
+ inputs: [{ name: "approver", type: "address", internalType: "address" }],
183
+ },
184
+ {
185
+ type: "error",
186
+ name: "ERC20InvalidReceiver",
187
+ inputs: [{ name: "receiver", type: "address", internalType: "address" }],
188
+ },
189
+ {
190
+ type: "error",
191
+ name: "ERC20InvalidSender",
192
+ inputs: [{ name: "sender", type: "address", internalType: "address" }],
193
+ },
194
+ {
195
+ type: "error",
196
+ name: "ERC20InvalidSpender",
197
+ inputs: [{ name: "spender", type: "address", internalType: "address" }],
198
+ },
199
+ ];
200
+ //# sourceMappingURL=BobVaultShare.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BobVaultShare.js","sourceRoot":"","sources":["../../../../../../../src/evm/releases/bob/v1.0/abi/BobVaultShare.ts"],"names":[],"mappings":"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","sourcesContent":["export const bobVaultShareAbi = [\n {\n type: \"constructor\",\n inputs: [\n { name: \"name_\", type: \"string\", internalType: \"string\" },\n { name: \"symbol_\", type: \"string\", internalType: \"string\" },\n { name: \"decimals_\", type: \"uint8\", internalType: \"uint8\" },\n { name: \"sablierBob\", type: \"address\", internalType: \"address\" },\n { name: \"vaultId\", type: \"uint256\", internalType: \"uint256\" },\n ],\n stateMutability: \"nonpayable\",\n },\n {\n type: \"function\",\n name: \"SABLIER_BOB\",\n inputs: [],\n outputs: [{ name: \"\", type: \"address\", internalType: \"address\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"VAULT_ID\",\n inputs: [],\n outputs: [{ name: \"\", type: \"uint256\", internalType: \"uint256\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"allowance\",\n inputs: [\n { name: \"owner\", type: \"address\", internalType: \"address\" },\n { name: \"spender\", type: \"address\", internalType: \"address\" },\n ],\n outputs: [{ name: \"\", type: \"uint256\", internalType: \"uint256\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"approve\",\n inputs: [\n { name: \"spender\", type: \"address\", internalType: \"address\" },\n { name: \"value\", type: \"uint256\", internalType: \"uint256\" },\n ],\n outputs: [{ name: \"\", type: \"bool\", internalType: \"bool\" }],\n stateMutability: \"nonpayable\",\n },\n {\n type: \"function\",\n name: \"balanceOf\",\n inputs: [{ name: \"account\", type: \"address\", internalType: \"address\" }],\n outputs: [{ name: \"\", type: \"uint256\", internalType: \"uint256\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"burn\",\n inputs: [\n { name: \"vaultId\", type: \"uint256\", internalType: \"uint256\" },\n { name: \"from\", type: \"address\", internalType: \"address\" },\n { name: \"amount\", type: \"uint256\", internalType: \"uint256\" },\n ],\n outputs: [],\n stateMutability: \"nonpayable\",\n },\n {\n type: \"function\",\n name: \"decimals\",\n inputs: [],\n outputs: [{ name: \"\", type: \"uint8\", internalType: \"uint8\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"mint\",\n inputs: [\n { name: \"vaultId\", type: \"uint256\", internalType: \"uint256\" },\n { name: \"to\", type: \"address\", internalType: \"address\" },\n { name: \"amount\", type: \"uint256\", internalType: \"uint256\" },\n ],\n outputs: [],\n stateMutability: \"nonpayable\",\n },\n {\n type: \"function\",\n name: \"name\",\n inputs: [],\n outputs: [{ name: \"\", type: \"string\", internalType: \"string\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"symbol\",\n inputs: [],\n outputs: [{ name: \"\", type: \"string\", internalType: \"string\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"totalSupply\",\n inputs: [],\n outputs: [{ name: \"\", type: \"uint256\", internalType: \"uint256\" }],\n stateMutability: \"view\",\n },\n {\n type: \"function\",\n name: \"transfer\",\n inputs: [\n { name: \"to\", type: \"address\", internalType: \"address\" },\n { name: \"value\", type: \"uint256\", internalType: \"uint256\" },\n ],\n outputs: [{ name: \"\", type: \"bool\", internalType: \"bool\" }],\n stateMutability: \"nonpayable\",\n },\n {\n type: \"function\",\n name: \"transferFrom\",\n inputs: [\n { name: \"from\", type: \"address\", internalType: \"address\" },\n { name: \"to\", type: \"address\", internalType: \"address\" },\n { name: \"value\", type: \"uint256\", internalType: \"uint256\" },\n ],\n outputs: [{ name: \"\", type: \"bool\", internalType: \"bool\" }],\n stateMutability: \"nonpayable\",\n },\n {\n type: \"event\",\n name: \"Approval\",\n inputs: [\n { name: \"owner\", type: \"address\", indexed: true, internalType: \"address\" },\n { name: \"spender\", type: \"address\", indexed: true, internalType: \"address\" },\n { name: \"value\", type: \"uint256\", indexed: false, internalType: \"uint256\" },\n ],\n anonymous: false,\n },\n {\n type: \"event\",\n name: \"Transfer\",\n inputs: [\n { name: \"from\", type: \"address\", indexed: true, internalType: \"address\" },\n { name: \"to\", type: \"address\", indexed: true, internalType: \"address\" },\n { name: \"value\", type: \"uint256\", indexed: false, internalType: \"uint256\" },\n ],\n anonymous: false,\n },\n {\n type: \"error\",\n name: \"BobVaultShare_OnlySablierBob\",\n inputs: [\n { name: \"caller\", type: \"address\", internalType: \"address\" },\n { name: \"expectedCaller\", type: \"address\", internalType: \"address\" },\n ],\n },\n {\n type: \"error\",\n name: \"BobVaultShare_VaultIdMismatch\",\n inputs: [\n { name: \"providedVaultId\", type: \"uint256\", internalType: \"uint256\" },\n { name: \"expectedVaultId\", type: \"uint256\", internalType: \"uint256\" },\n ],\n },\n {\n type: \"error\",\n name: \"ERC20InsufficientAllowance\",\n inputs: [\n { name: \"spender\", type: \"address\", internalType: \"address\" },\n { name: \"allowance\", type: \"uint256\", internalType: \"uint256\" },\n { name: \"needed\", type: \"uint256\", internalType: \"uint256\" },\n ],\n },\n {\n type: \"error\",\n name: \"ERC20InsufficientBalance\",\n inputs: [\n { name: \"sender\", type: \"address\", internalType: \"address\" },\n { name: \"balance\", type: \"uint256\", internalType: \"uint256\" },\n { name: \"needed\", type: \"uint256\", internalType: \"uint256\" },\n ],\n },\n {\n type: \"error\",\n name: \"ERC20InvalidApprover\",\n inputs: [{ name: \"approver\", type: \"address\", internalType: \"address\" }],\n },\n {\n type: \"error\",\n name: \"ERC20InvalidReceiver\",\n inputs: [{ name: \"receiver\", type: \"address\", internalType: \"address\" }],\n },\n {\n type: \"error\",\n name: \"ERC20InvalidSender\",\n inputs: [{ name: \"sender\", type: \"address\", internalType: \"address\" }],\n },\n {\n type: \"error\",\n name: \"ERC20InvalidSpender\",\n inputs: [{ name: \"spender\", type: \"address\", internalType: \"address\" }],\n },\n] as const;\n"]}
@@ -1,8 +1,10 @@
1
+ import { bobVaultShareAbi } from "./abi/BobVaultShare.js";
1
2
  import { sablierBobAbi } from "./abi/SablierBob.js";
2
3
  import { sablierEscrowAbi } from "./abi/SablierEscrow.js";
3
4
  import { sablierLidoAdapterAbi } from "./abi/SablierLidoAdapter.js";
4
5
  import manifest from "./manifest.js";
5
6
  export const abi = {
7
+ [manifest.BOB_VAULT_SHARE]: bobVaultShareAbi,
6
8
  [manifest.SABLIER_BOB]: sablierBobAbi,
7
9
  [manifest.SABLIER_ESCROW]: sablierEscrowAbi,
8
10
  [manifest.SABLIER_LIDO_ADAPTER]: sablierLidoAdapterAbi,
@@ -1 +1 @@
1
- {"version":3,"file":"abi.js","sourceRoot":"","sources":["../../../../../../src/evm/releases/bob/v1.0/abi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,QAAQ,MAAM,eAAe,CAAC;AAErC,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE,aAAa;IACrC,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,gBAAgB;IAC3C,CAAC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,qBAAqB;CAC9C,CAAC","sourcesContent":["import { sablierBobAbi } from \"./abi/SablierBob.js\";\nimport { sablierEscrowAbi } from \"./abi/SablierEscrow.js\";\nimport { sablierLidoAdapterAbi } from \"./abi/SablierLidoAdapter.js\";\nimport manifest from \"./manifest.js\";\n\nexport const abi = {\n [manifest.SABLIER_BOB]: sablierBobAbi,\n [manifest.SABLIER_ESCROW]: sablierEscrowAbi,\n [manifest.SABLIER_LIDO_ADAPTER]: sablierLidoAdapterAbi,\n} as const;\n"]}
1
+ {"version":3,"file":"abi.js","sourceRoot":"","sources":["../../../../../../src/evm/releases/bob/v1.0/abi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,QAAQ,MAAM,eAAe,CAAC;AAErC,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,CAAC,QAAQ,CAAC,eAAe,CAAC,EAAE,gBAAgB;IAC5C,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE,aAAa;IACrC,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,gBAAgB;IAC3C,CAAC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,qBAAqB;CAC9C,CAAC","sourcesContent":["import { bobVaultShareAbi } from \"./abi/BobVaultShare.js\";\nimport { sablierBobAbi } from \"./abi/SablierBob.js\";\nimport { sablierEscrowAbi } from \"./abi/SablierEscrow.js\";\nimport { sablierLidoAdapterAbi } from \"./abi/SablierLidoAdapter.js\";\nimport manifest from \"./manifest.js\";\n\nexport const abi = {\n [manifest.BOB_VAULT_SHARE]: bobVaultShareAbi,\n [manifest.SABLIER_BOB]: sablierBobAbi,\n [manifest.SABLIER_ESCROW]: sablierEscrowAbi,\n [manifest.SABLIER_LIDO_ADAPTER]: sablierLidoAdapterAbi,\n} as const;\n"]}
@@ -1,5 +1,6 @@
1
1
  import manifest from "./manifest.js";
2
2
  const aliases = {
3
+ [manifest.BOB_VAULT_SHARE]: "BOB_VAULT_SHARE",
3
4
  [manifest.SABLIER_BOB]: "BOB",
4
5
  [manifest.SABLIER_ESCROW]: "ESCROW",
5
6
  [manifest.SABLIER_LIDO_ADAPTER]: "LIDO_ADAPTER",
@@ -1 +1 @@
1
- {"version":3,"file":"aliases.js","sourceRoot":"","sources":["../../../../../../src/evm/releases/bob/v1.0/aliases.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,eAAe,CAAC;AAErC,MAAM,OAAO,GAAG;IACd,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE,KAAK;IAC7B,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,QAAQ;IACnC,CAAC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,cAAc;CAChD,CAAC;AAEF,eAAe,OAAO,CAAC","sourcesContent":["import manifest from \"./manifest.js\";\n\nconst aliases = {\n [manifest.SABLIER_BOB]: \"BOB\",\n [manifest.SABLIER_ESCROW]: \"ESCROW\",\n [manifest.SABLIER_LIDO_ADAPTER]: \"LIDO_ADAPTER\",\n};\n\nexport default aliases;\n"]}
1
+ {"version":3,"file":"aliases.js","sourceRoot":"","sources":["../../../../../../src/evm/releases/bob/v1.0/aliases.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,eAAe,CAAC;AAErC,MAAM,OAAO,GAAG;IACd,CAAC,QAAQ,CAAC,eAAe,CAAC,EAAE,iBAAiB;IAC7C,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE,KAAK;IAC7B,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,QAAQ;IACnC,CAAC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,cAAc;CAChD,CAAC;AAEF,eAAe,OAAO,CAAC","sourcesContent":["import manifest from \"./manifest.js\";\n\nconst aliases = {\n [manifest.BOB_VAULT_SHARE]: \"BOB_VAULT_SHARE\",\n [manifest.SABLIER_BOB]: \"BOB\",\n [manifest.SABLIER_ESCROW]: \"ESCROW\",\n [manifest.SABLIER_LIDO_ADAPTER]: \"LIDO_ADAPTER\",\n};\n\nexport default aliases;\n"]}
@@ -1,4 +1,5 @@
1
1
  const manifest = {
2
+ BOB_VAULT_SHARE: "BobVaultShare",
2
3
  SABLIER_BOB: "SablierBob",
3
4
  SABLIER_ESCROW: "SablierEscrow",
4
5
  SABLIER_LIDO_ADAPTER: "SablierLidoAdapter",
@@ -1 +1 @@
1
- {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../../../../../src/evm/releases/bob/v1.0/manifest.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAG;IACf,WAAW,EAAE,YAAY;IACzB,cAAc,EAAE,eAAe;IAC/B,oBAAoB,EAAE,oBAAoB;CAClC,CAAC;AAEX,eAAe,QAAQ,CAAC","sourcesContent":["const manifest = {\n SABLIER_BOB: \"SablierBob\",\n SABLIER_ESCROW: \"SablierEscrow\",\n SABLIER_LIDO_ADAPTER: \"SablierLidoAdapter\",\n} as const;\n\nexport default manifest;\n"]}
1
+ {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../../../../../src/evm/releases/bob/v1.0/manifest.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAG;IACf,eAAe,EAAE,eAAe;IAChC,WAAW,EAAE,YAAY;IACzB,cAAc,EAAE,eAAe;IAC/B,oBAAoB,EAAE,oBAAoB;CAClC,CAAC;AAEX,eAAe,QAAQ,CAAC","sourcesContent":["const manifest = {\n BOB_VAULT_SHARE: \"BobVaultShare\",\n SABLIER_BOB: \"SablierBob\",\n SABLIER_ESCROW: \"SablierEscrow\",\n SABLIER_LIDO_ADAPTER: \"SablierLidoAdapter\",\n} as const;\n\nexport default manifest;\n"]}
@@ -22,6 +22,7 @@ export declare const contracts: {
22
22
  SABLIER_FACTORY_MERKLE_VCA: string;
23
23
  SABLIER_MERKLE_VCA: string;
24
24
  SABLIER_BOB: string;
25
+ BOB_VAULT_SHARE: string;
25
26
  SABLIER_ESCROW: string;
26
27
  SABLIER_LIDO_ADAPTER: string;
27
28
  FLOW_NFT_DESCRIPTOR: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/evm/contracts/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGrB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/evm/contracts/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGrB,CAAC"}
@@ -1,6 +1,345 @@
1
1
  import type { Sablier } from "../../../types.js";
2
2
  export declare const bob: {
3
3
  "v1.0": Sablier.Release.Standard<{
4
+ readonly BobVaultShare: readonly [{
5
+ readonly type: "constructor";
6
+ readonly inputs: readonly [{
7
+ readonly name: "name_";
8
+ readonly type: "string";
9
+ readonly internalType: "string";
10
+ }, {
11
+ readonly name: "symbol_";
12
+ readonly type: "string";
13
+ readonly internalType: "string";
14
+ }, {
15
+ readonly name: "decimals_";
16
+ readonly type: "uint8";
17
+ readonly internalType: "uint8";
18
+ }, {
19
+ readonly name: "sablierBob";
20
+ readonly type: "address";
21
+ readonly internalType: "address";
22
+ }, {
23
+ readonly name: "vaultId";
24
+ readonly type: "uint256";
25
+ readonly internalType: "uint256";
26
+ }];
27
+ readonly stateMutability: "nonpayable";
28
+ }, {
29
+ readonly type: "function";
30
+ readonly name: "SABLIER_BOB";
31
+ readonly inputs: readonly [];
32
+ readonly outputs: readonly [{
33
+ readonly name: "";
34
+ readonly type: "address";
35
+ readonly internalType: "address";
36
+ }];
37
+ readonly stateMutability: "view";
38
+ }, {
39
+ readonly type: "function";
40
+ readonly name: "VAULT_ID";
41
+ readonly inputs: readonly [];
42
+ readonly outputs: readonly [{
43
+ readonly name: "";
44
+ readonly type: "uint256";
45
+ readonly internalType: "uint256";
46
+ }];
47
+ readonly stateMutability: "view";
48
+ }, {
49
+ readonly type: "function";
50
+ readonly name: "allowance";
51
+ readonly inputs: readonly [{
52
+ readonly name: "owner";
53
+ readonly type: "address";
54
+ readonly internalType: "address";
55
+ }, {
56
+ readonly name: "spender";
57
+ readonly type: "address";
58
+ readonly internalType: "address";
59
+ }];
60
+ readonly outputs: readonly [{
61
+ readonly name: "";
62
+ readonly type: "uint256";
63
+ readonly internalType: "uint256";
64
+ }];
65
+ readonly stateMutability: "view";
66
+ }, {
67
+ readonly type: "function";
68
+ readonly name: "approve";
69
+ readonly inputs: readonly [{
70
+ readonly name: "spender";
71
+ readonly type: "address";
72
+ readonly internalType: "address";
73
+ }, {
74
+ readonly name: "value";
75
+ readonly type: "uint256";
76
+ readonly internalType: "uint256";
77
+ }];
78
+ readonly outputs: readonly [{
79
+ readonly name: "";
80
+ readonly type: "bool";
81
+ readonly internalType: "bool";
82
+ }];
83
+ readonly stateMutability: "nonpayable";
84
+ }, {
85
+ readonly type: "function";
86
+ readonly name: "balanceOf";
87
+ readonly inputs: readonly [{
88
+ readonly name: "account";
89
+ readonly type: "address";
90
+ readonly internalType: "address";
91
+ }];
92
+ readonly outputs: readonly [{
93
+ readonly name: "";
94
+ readonly type: "uint256";
95
+ readonly internalType: "uint256";
96
+ }];
97
+ readonly stateMutability: "view";
98
+ }, {
99
+ readonly type: "function";
100
+ readonly name: "burn";
101
+ readonly inputs: readonly [{
102
+ readonly name: "vaultId";
103
+ readonly type: "uint256";
104
+ readonly internalType: "uint256";
105
+ }, {
106
+ readonly name: "from";
107
+ readonly type: "address";
108
+ readonly internalType: "address";
109
+ }, {
110
+ readonly name: "amount";
111
+ readonly type: "uint256";
112
+ readonly internalType: "uint256";
113
+ }];
114
+ readonly outputs: readonly [];
115
+ readonly stateMutability: "nonpayable";
116
+ }, {
117
+ readonly type: "function";
118
+ readonly name: "decimals";
119
+ readonly inputs: readonly [];
120
+ readonly outputs: readonly [{
121
+ readonly name: "";
122
+ readonly type: "uint8";
123
+ readonly internalType: "uint8";
124
+ }];
125
+ readonly stateMutability: "view";
126
+ }, {
127
+ readonly type: "function";
128
+ readonly name: "mint";
129
+ readonly inputs: readonly [{
130
+ readonly name: "vaultId";
131
+ readonly type: "uint256";
132
+ readonly internalType: "uint256";
133
+ }, {
134
+ readonly name: "to";
135
+ readonly type: "address";
136
+ readonly internalType: "address";
137
+ }, {
138
+ readonly name: "amount";
139
+ readonly type: "uint256";
140
+ readonly internalType: "uint256";
141
+ }];
142
+ readonly outputs: readonly [];
143
+ readonly stateMutability: "nonpayable";
144
+ }, {
145
+ readonly type: "function";
146
+ readonly name: "name";
147
+ readonly inputs: readonly [];
148
+ readonly outputs: readonly [{
149
+ readonly name: "";
150
+ readonly type: "string";
151
+ readonly internalType: "string";
152
+ }];
153
+ readonly stateMutability: "view";
154
+ }, {
155
+ readonly type: "function";
156
+ readonly name: "symbol";
157
+ readonly inputs: readonly [];
158
+ readonly outputs: readonly [{
159
+ readonly name: "";
160
+ readonly type: "string";
161
+ readonly internalType: "string";
162
+ }];
163
+ readonly stateMutability: "view";
164
+ }, {
165
+ readonly type: "function";
166
+ readonly name: "totalSupply";
167
+ readonly inputs: readonly [];
168
+ readonly outputs: readonly [{
169
+ readonly name: "";
170
+ readonly type: "uint256";
171
+ readonly internalType: "uint256";
172
+ }];
173
+ readonly stateMutability: "view";
174
+ }, {
175
+ readonly type: "function";
176
+ readonly name: "transfer";
177
+ readonly inputs: readonly [{
178
+ readonly name: "to";
179
+ readonly type: "address";
180
+ readonly internalType: "address";
181
+ }, {
182
+ readonly name: "value";
183
+ readonly type: "uint256";
184
+ readonly internalType: "uint256";
185
+ }];
186
+ readonly outputs: readonly [{
187
+ readonly name: "";
188
+ readonly type: "bool";
189
+ readonly internalType: "bool";
190
+ }];
191
+ readonly stateMutability: "nonpayable";
192
+ }, {
193
+ readonly type: "function";
194
+ readonly name: "transferFrom";
195
+ readonly inputs: readonly [{
196
+ readonly name: "from";
197
+ readonly type: "address";
198
+ readonly internalType: "address";
199
+ }, {
200
+ readonly name: "to";
201
+ readonly type: "address";
202
+ readonly internalType: "address";
203
+ }, {
204
+ readonly name: "value";
205
+ readonly type: "uint256";
206
+ readonly internalType: "uint256";
207
+ }];
208
+ readonly outputs: readonly [{
209
+ readonly name: "";
210
+ readonly type: "bool";
211
+ readonly internalType: "bool";
212
+ }];
213
+ readonly stateMutability: "nonpayable";
214
+ }, {
215
+ readonly type: "event";
216
+ readonly name: "Approval";
217
+ readonly inputs: readonly [{
218
+ readonly name: "owner";
219
+ readonly type: "address";
220
+ readonly indexed: true;
221
+ readonly internalType: "address";
222
+ }, {
223
+ readonly name: "spender";
224
+ readonly type: "address";
225
+ readonly indexed: true;
226
+ readonly internalType: "address";
227
+ }, {
228
+ readonly name: "value";
229
+ readonly type: "uint256";
230
+ readonly indexed: false;
231
+ readonly internalType: "uint256";
232
+ }];
233
+ readonly anonymous: false;
234
+ }, {
235
+ readonly type: "event";
236
+ readonly name: "Transfer";
237
+ readonly inputs: readonly [{
238
+ readonly name: "from";
239
+ readonly type: "address";
240
+ readonly indexed: true;
241
+ readonly internalType: "address";
242
+ }, {
243
+ readonly name: "to";
244
+ readonly type: "address";
245
+ readonly indexed: true;
246
+ readonly internalType: "address";
247
+ }, {
248
+ readonly name: "value";
249
+ readonly type: "uint256";
250
+ readonly indexed: false;
251
+ readonly internalType: "uint256";
252
+ }];
253
+ readonly anonymous: false;
254
+ }, {
255
+ readonly type: "error";
256
+ readonly name: "BobVaultShare_OnlySablierBob";
257
+ readonly inputs: readonly [{
258
+ readonly name: "caller";
259
+ readonly type: "address";
260
+ readonly internalType: "address";
261
+ }, {
262
+ readonly name: "expectedCaller";
263
+ readonly type: "address";
264
+ readonly internalType: "address";
265
+ }];
266
+ }, {
267
+ readonly type: "error";
268
+ readonly name: "BobVaultShare_VaultIdMismatch";
269
+ readonly inputs: readonly [{
270
+ readonly name: "providedVaultId";
271
+ readonly type: "uint256";
272
+ readonly internalType: "uint256";
273
+ }, {
274
+ readonly name: "expectedVaultId";
275
+ readonly type: "uint256";
276
+ readonly internalType: "uint256";
277
+ }];
278
+ }, {
279
+ readonly type: "error";
280
+ readonly name: "ERC20InsufficientAllowance";
281
+ readonly inputs: readonly [{
282
+ readonly name: "spender";
283
+ readonly type: "address";
284
+ readonly internalType: "address";
285
+ }, {
286
+ readonly name: "allowance";
287
+ readonly type: "uint256";
288
+ readonly internalType: "uint256";
289
+ }, {
290
+ readonly name: "needed";
291
+ readonly type: "uint256";
292
+ readonly internalType: "uint256";
293
+ }];
294
+ }, {
295
+ readonly type: "error";
296
+ readonly name: "ERC20InsufficientBalance";
297
+ readonly inputs: readonly [{
298
+ readonly name: "sender";
299
+ readonly type: "address";
300
+ readonly internalType: "address";
301
+ }, {
302
+ readonly name: "balance";
303
+ readonly type: "uint256";
304
+ readonly internalType: "uint256";
305
+ }, {
306
+ readonly name: "needed";
307
+ readonly type: "uint256";
308
+ readonly internalType: "uint256";
309
+ }];
310
+ }, {
311
+ readonly type: "error";
312
+ readonly name: "ERC20InvalidApprover";
313
+ readonly inputs: readonly [{
314
+ readonly name: "approver";
315
+ readonly type: "address";
316
+ readonly internalType: "address";
317
+ }];
318
+ }, {
319
+ readonly type: "error";
320
+ readonly name: "ERC20InvalidReceiver";
321
+ readonly inputs: readonly [{
322
+ readonly name: "receiver";
323
+ readonly type: "address";
324
+ readonly internalType: "address";
325
+ }];
326
+ }, {
327
+ readonly type: "error";
328
+ readonly name: "ERC20InvalidSender";
329
+ readonly inputs: readonly [{
330
+ readonly name: "sender";
331
+ readonly type: "address";
332
+ readonly internalType: "address";
333
+ }];
334
+ }, {
335
+ readonly type: "error";
336
+ readonly name: "ERC20InvalidSpender";
337
+ readonly inputs: readonly [{
338
+ readonly name: "spender";
339
+ readonly type: "address";
340
+ readonly internalType: "address";
341
+ }];
342
+ }];
4
343
  readonly SablierBob: readonly [{
5
344
  readonly type: "constructor";
6
345
  readonly inputs: readonly [{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/evm/releases/bob/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAG9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEgD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/evm/releases/bob/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAG9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEgD,CAAC"}