@typemove/aptos 1.13.3 → 1.13.4-rc.2
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/dist/esm/builtin/0x1.d.ts +110 -0
- package/dist/esm/builtin/0x1.d.ts.map +1 -1
- package/dist/esm/builtin/0x1.js +127 -1
- package/dist/esm/builtin/0x1.js.map +1 -1
- package/dist/esm/builtin/0x3.js +1 -1
- package/dist/esm/builtin/0x3.js.map +1 -1
- package/dist/esm/builtin/0x4.js +1 -1
- package/dist/esm/builtin/0x4.js.map +1 -1
- package/dist/esm/codegen/run.js +1 -1
- package/dist/esm/codegen/run.js.map +1 -1
- package/dist/esm/coder-helpers.d.ts +2 -2
- package/dist/esm/coder-helpers.d.ts.map +1 -1
- package/package.json +10 -31
- package/src/abis/0x1.json +1694 -323
- package/src/abis/0x3.json +75 -5
- package/src/abis/0x4.json +48 -20
- package/src/builtin/0x1.ts +217 -1
- package/src/builtin/0x3.ts +1 -1
- package/src/builtin/0x4.ts +1 -1
- package/src/codegen/run.ts +1 -1
- package/src/coder-helpers.ts +2 -2
- package/builtin/0x1/package.json +0 -5
- package/builtin/0x3/package.json +0 -5
- package/builtin/0x4/package.json +0 -5
- package/builtin/package.json +0 -5
- package/codegen/package.json +0 -5
- package/dist/cjs/account-resource-client.d.ts +0 -28
- package/dist/cjs/account-resource-client.d.ts.map +0 -1
- package/dist/cjs/account-resource-client.js +0 -51
- package/dist/cjs/account-resource-client.js.map +0 -1
- package/dist/cjs/account-resource-client.test.d.ts +0 -2
- package/dist/cjs/account-resource-client.test.d.ts.map +0 -1
- package/dist/cjs/account-resource-client.test.js.map +0 -1
- package/dist/cjs/aptos-chain-adapter.d.ts +0 -16
- package/dist/cjs/aptos-chain-adapter.d.ts.map +0 -1
- package/dist/cjs/aptos-chain-adapter.js +0 -100
- package/dist/cjs/aptos-chain-adapter.js.map +0 -1
- package/dist/cjs/builtin/0x1.d.ts +0 -6685
- package/dist/cjs/builtin/0x1.d.ts.map +0 -1
- package/dist/cjs/builtin/0x1.js +0 -10447
- package/dist/cjs/builtin/0x1.js.map +0 -1
- package/dist/cjs/builtin/0x3.d.ts +0 -1087
- package/dist/cjs/builtin/0x3.d.ts.map +0 -1
- package/dist/cjs/builtin/0x3.js +0 -931
- package/dist/cjs/builtin/0x3.js.map +0 -1
- package/dist/cjs/builtin/0x4.d.ts +0 -535
- package/dist/cjs/builtin/0x4.d.ts.map +0 -1
- package/dist/cjs/builtin/0x4.js +0 -889
- package/dist/cjs/builtin/0x4.js.map +0 -1
- package/dist/cjs/builtin/index.d.ts +0 -4
- package/dist/cjs/builtin/index.d.ts.map +0 -1
- package/dist/cjs/builtin/index.js +0 -11
- package/dist/cjs/builtin/index.js.map +0 -1
- package/dist/cjs/client.test.d.ts +0 -2
- package/dist/cjs/client.test.d.ts.map +0 -1
- package/dist/cjs/client.test.js.map +0 -1
- package/dist/cjs/codegen/codegen.d.ts +0 -18
- package/dist/cjs/codegen/codegen.d.ts.map +0 -1
- package/dist/cjs/codegen/codegen.js +0 -167
- package/dist/cjs/codegen/codegen.js.map +0 -1
- package/dist/cjs/codegen/index.d.ts +0 -2
- package/dist/cjs/codegen/index.d.ts.map +0 -1
- package/dist/cjs/codegen/index.js +0 -5
- package/dist/cjs/codegen/index.js.map +0 -1
- package/dist/cjs/codegen/types.test.d.ts +0 -2
- package/dist/cjs/codegen/types.test.d.ts.map +0 -1
- package/dist/cjs/codegen/types.test.js.map +0 -1
- package/dist/cjs/coder-helpers.d.ts +0 -6
- package/dist/cjs/coder-helpers.d.ts.map +0 -1
- package/dist/cjs/coder-helpers.js +0 -11
- package/dist/cjs/coder-helpers.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -5
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -12
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models.d.ts +0 -12
- package/dist/cjs/models.d.ts.map +0 -1
- package/dist/cjs/models.js +0 -3
- package/dist/cjs/models.js.map +0 -1
- package/dist/cjs/move-coder.d.ts +0 -17
- package/dist/cjs/move-coder.d.ts.map +0 -1
- package/dist/cjs/move-coder.js +0 -102
- package/dist/cjs/move-coder.js.map +0 -1
- package/dist/cjs/package.json +0 -3
- package/dist/cjs/to-internal.d.ts +0 -7
- package/dist/cjs/to-internal.d.ts.map +0 -1
- package/dist/cjs/to-internal.js +0 -61
- package/dist/cjs/to-internal.js.map +0 -1
package/dist/cjs/builtin/0x4.js
DELETED
|
@@ -1,889 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* Autogenerated file. Do not edit manually. */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.property_map = exports.aptos_token = exports.collection = exports.royalty = exports.token = void 0;
|
|
7
|
-
exports.loadAllTypes = loadAllTypes;
|
|
8
|
-
const tslib_1 = require("tslib");
|
|
9
|
-
/* Generated types for 0x4, original address 0x4 */
|
|
10
|
-
const move_1 = require("@typemove/move");
|
|
11
|
-
const aptos_1 = require("@typemove/aptos");
|
|
12
|
-
const _0x1 = tslib_1.__importStar(require("./0x1.js"));
|
|
13
|
-
var token;
|
|
14
|
-
(function (token) {
|
|
15
|
-
let BurnRef;
|
|
16
|
-
(function (BurnRef) {
|
|
17
|
-
BurnRef.TYPE_QNAME = "0x4::token::BurnRef";
|
|
18
|
-
const TYPE = new move_1.TypeDescriptor(BurnRef.TYPE_QNAME);
|
|
19
|
-
function type() {
|
|
20
|
-
return TYPE.apply();
|
|
21
|
-
}
|
|
22
|
-
BurnRef.type = type;
|
|
23
|
-
})(BurnRef = token.BurnRef || (token.BurnRef = {}));
|
|
24
|
-
let MutatorRef;
|
|
25
|
-
(function (MutatorRef) {
|
|
26
|
-
MutatorRef.TYPE_QNAME = "0x4::token::MutatorRef";
|
|
27
|
-
const TYPE = new move_1.TypeDescriptor(MutatorRef.TYPE_QNAME);
|
|
28
|
-
function type() {
|
|
29
|
-
return TYPE.apply();
|
|
30
|
-
}
|
|
31
|
-
MutatorRef.type = type;
|
|
32
|
-
})(MutatorRef = token.MutatorRef || (token.MutatorRef = {}));
|
|
33
|
-
let Mutation;
|
|
34
|
-
(function (Mutation) {
|
|
35
|
-
Mutation.TYPE_QNAME = "0x4::token::Mutation";
|
|
36
|
-
const TYPE = new move_1.TypeDescriptor(Mutation.TYPE_QNAME);
|
|
37
|
-
function type() {
|
|
38
|
-
return TYPE.apply();
|
|
39
|
-
}
|
|
40
|
-
Mutation.type = type;
|
|
41
|
-
})(Mutation = token.Mutation || (token.Mutation = {}));
|
|
42
|
-
let MutationEvent;
|
|
43
|
-
(function (MutationEvent) {
|
|
44
|
-
MutationEvent.TYPE_QNAME = "0x4::token::MutationEvent";
|
|
45
|
-
const TYPE = new move_1.TypeDescriptor(MutationEvent.TYPE_QNAME);
|
|
46
|
-
function type() {
|
|
47
|
-
return TYPE.apply();
|
|
48
|
-
}
|
|
49
|
-
MutationEvent.type = type;
|
|
50
|
-
})(MutationEvent = token.MutationEvent || (token.MutationEvent = {}));
|
|
51
|
-
let ConcurrentTokenIdentifiers;
|
|
52
|
-
(function (ConcurrentTokenIdentifiers) {
|
|
53
|
-
ConcurrentTokenIdentifiers.TYPE_QNAME = "0x4::token::ConcurrentTokenIdentifiers";
|
|
54
|
-
const TYPE = new move_1.TypeDescriptor(ConcurrentTokenIdentifiers.TYPE_QNAME);
|
|
55
|
-
function type() {
|
|
56
|
-
return TYPE.apply();
|
|
57
|
-
}
|
|
58
|
-
ConcurrentTokenIdentifiers.type = type;
|
|
59
|
-
})(ConcurrentTokenIdentifiers = token.ConcurrentTokenIdentifiers || (token.ConcurrentTokenIdentifiers = {}));
|
|
60
|
-
let Token;
|
|
61
|
-
(function (Token) {
|
|
62
|
-
Token.TYPE_QNAME = "0x4::token::Token";
|
|
63
|
-
const TYPE = new move_1.TypeDescriptor(Token.TYPE_QNAME);
|
|
64
|
-
function type() {
|
|
65
|
-
return TYPE.apply();
|
|
66
|
-
}
|
|
67
|
-
Token.type = type;
|
|
68
|
-
})(Token = token.Token || (token.Token = {}));
|
|
69
|
-
let TokenIdentifiers;
|
|
70
|
-
(function (TokenIdentifiers) {
|
|
71
|
-
TokenIdentifiers.TYPE_QNAME = "0x4::token::TokenIdentifiers";
|
|
72
|
-
const TYPE = new move_1.TypeDescriptor(TokenIdentifiers.TYPE_QNAME);
|
|
73
|
-
function type() {
|
|
74
|
-
return TYPE.apply();
|
|
75
|
-
}
|
|
76
|
-
TokenIdentifiers.type = type;
|
|
77
|
-
})(TokenIdentifiers = token.TokenIdentifiers || (token.TokenIdentifiers = {}));
|
|
78
|
-
let view;
|
|
79
|
-
(function (view) {
|
|
80
|
-
async function index(client, request, version) {
|
|
81
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
82
|
-
const data = {
|
|
83
|
-
function: "0x4::token::index",
|
|
84
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
85
|
-
typeArguments: request.typeArguments,
|
|
86
|
-
};
|
|
87
|
-
const res = await client.view({
|
|
88
|
-
payload: data,
|
|
89
|
-
options: { ledgerVersion: version },
|
|
90
|
-
});
|
|
91
|
-
const type = await coder.getMoveFunction("0x4::token::index");
|
|
92
|
-
return (await coder.decodeArray(res, type.return));
|
|
93
|
-
}
|
|
94
|
-
view.index = index;
|
|
95
|
-
async function creator(client, request, version) {
|
|
96
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
97
|
-
const data = {
|
|
98
|
-
function: "0x4::token::creator",
|
|
99
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
100
|
-
typeArguments: request.typeArguments,
|
|
101
|
-
};
|
|
102
|
-
const res = await client.view({
|
|
103
|
-
payload: data,
|
|
104
|
-
options: { ledgerVersion: version },
|
|
105
|
-
});
|
|
106
|
-
const type = await coder.getMoveFunction("0x4::token::creator");
|
|
107
|
-
return (await coder.decodeArray(res, type.return));
|
|
108
|
-
}
|
|
109
|
-
view.creator = creator;
|
|
110
|
-
async function name(client, request, version) {
|
|
111
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
112
|
-
const data = {
|
|
113
|
-
function: "0x4::token::name",
|
|
114
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
115
|
-
typeArguments: request.typeArguments,
|
|
116
|
-
};
|
|
117
|
-
const res = await client.view({
|
|
118
|
-
payload: data,
|
|
119
|
-
options: { ledgerVersion: version },
|
|
120
|
-
});
|
|
121
|
-
const type = await coder.getMoveFunction("0x4::token::name");
|
|
122
|
-
return (await coder.decodeArray(res, type.return));
|
|
123
|
-
}
|
|
124
|
-
view.name = name;
|
|
125
|
-
async function royalty(client, request, version) {
|
|
126
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
127
|
-
const data = {
|
|
128
|
-
function: "0x4::token::royalty",
|
|
129
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
130
|
-
typeArguments: request.typeArguments,
|
|
131
|
-
};
|
|
132
|
-
const res = await client.view({
|
|
133
|
-
payload: data,
|
|
134
|
-
options: { ledgerVersion: version },
|
|
135
|
-
});
|
|
136
|
-
const type = await coder.getMoveFunction("0x4::token::royalty");
|
|
137
|
-
return (await coder.decodeArray(res, type.return));
|
|
138
|
-
}
|
|
139
|
-
view.royalty = royalty;
|
|
140
|
-
async function description(client, request, version) {
|
|
141
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
142
|
-
const data = {
|
|
143
|
-
function: "0x4::token::description",
|
|
144
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
145
|
-
typeArguments: request.typeArguments,
|
|
146
|
-
};
|
|
147
|
-
const res = await client.view({
|
|
148
|
-
payload: data,
|
|
149
|
-
options: { ledgerVersion: version },
|
|
150
|
-
});
|
|
151
|
-
const type = await coder.getMoveFunction("0x4::token::description");
|
|
152
|
-
return (await coder.decodeArray(res, type.return));
|
|
153
|
-
}
|
|
154
|
-
view.description = description;
|
|
155
|
-
async function uri(client, request, version) {
|
|
156
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
157
|
-
const data = {
|
|
158
|
-
function: "0x4::token::uri",
|
|
159
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
160
|
-
typeArguments: request.typeArguments,
|
|
161
|
-
};
|
|
162
|
-
const res = await client.view({
|
|
163
|
-
payload: data,
|
|
164
|
-
options: { ledgerVersion: version },
|
|
165
|
-
});
|
|
166
|
-
const type = await coder.getMoveFunction("0x4::token::uri");
|
|
167
|
-
return (await coder.decodeArray(res, type.return));
|
|
168
|
-
}
|
|
169
|
-
view.uri = uri;
|
|
170
|
-
async function collectionName(client, request, version) {
|
|
171
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
172
|
-
const data = {
|
|
173
|
-
function: "0x4::token::collection_name",
|
|
174
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
175
|
-
typeArguments: request.typeArguments,
|
|
176
|
-
};
|
|
177
|
-
const res = await client.view({
|
|
178
|
-
payload: data,
|
|
179
|
-
options: { ledgerVersion: version },
|
|
180
|
-
});
|
|
181
|
-
const type = await coder.getMoveFunction("0x4::token::collection_name");
|
|
182
|
-
return (await coder.decodeArray(res, type.return));
|
|
183
|
-
}
|
|
184
|
-
view.collectionName = collectionName;
|
|
185
|
-
async function collectionObject(client, request, version) {
|
|
186
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
187
|
-
const data = {
|
|
188
|
-
function: "0x4::token::collection_object",
|
|
189
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
190
|
-
typeArguments: request.typeArguments,
|
|
191
|
-
};
|
|
192
|
-
const res = await client.view({
|
|
193
|
-
payload: data,
|
|
194
|
-
options: { ledgerVersion: version },
|
|
195
|
-
});
|
|
196
|
-
const type = await coder.getMoveFunction("0x4::token::collection_object");
|
|
197
|
-
return (await coder.decodeArray(res, type.return));
|
|
198
|
-
}
|
|
199
|
-
view.collectionObject = collectionObject;
|
|
200
|
-
async function createTokenAddressWithSeed(client, request, version) {
|
|
201
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
202
|
-
const data = {
|
|
203
|
-
function: "0x4::token::create_token_address_with_seed",
|
|
204
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
205
|
-
typeArguments: [],
|
|
206
|
-
};
|
|
207
|
-
const res = await client.view({
|
|
208
|
-
payload: data,
|
|
209
|
-
options: { ledgerVersion: version },
|
|
210
|
-
});
|
|
211
|
-
const type = await coder.getMoveFunction("0x4::token::create_token_address_with_seed");
|
|
212
|
-
return (await coder.decodeArray(res, type.return));
|
|
213
|
-
}
|
|
214
|
-
view.createTokenAddressWithSeed = createTokenAddressWithSeed;
|
|
215
|
-
})(view = token.view || (token.view = {}));
|
|
216
|
-
})(token || (exports.token = token = {}));
|
|
217
|
-
var royalty;
|
|
218
|
-
(function (royalty) {
|
|
219
|
-
let MutatorRef;
|
|
220
|
-
(function (MutatorRef) {
|
|
221
|
-
MutatorRef.TYPE_QNAME = "0x4::royalty::MutatorRef";
|
|
222
|
-
const TYPE = new move_1.TypeDescriptor(MutatorRef.TYPE_QNAME);
|
|
223
|
-
function type() {
|
|
224
|
-
return TYPE.apply();
|
|
225
|
-
}
|
|
226
|
-
MutatorRef.type = type;
|
|
227
|
-
})(MutatorRef = royalty.MutatorRef || (royalty.MutatorRef = {}));
|
|
228
|
-
let Royalty;
|
|
229
|
-
(function (Royalty) {
|
|
230
|
-
Royalty.TYPE_QNAME = "0x4::royalty::Royalty";
|
|
231
|
-
const TYPE = new move_1.TypeDescriptor(Royalty.TYPE_QNAME);
|
|
232
|
-
function type() {
|
|
233
|
-
return TYPE.apply();
|
|
234
|
-
}
|
|
235
|
-
Royalty.type = type;
|
|
236
|
-
})(Royalty = royalty.Royalty || (royalty.Royalty = {}));
|
|
237
|
-
})(royalty || (exports.royalty = royalty = {}));
|
|
238
|
-
var collection;
|
|
239
|
-
(function (collection) {
|
|
240
|
-
let ConcurrentSupply;
|
|
241
|
-
(function (ConcurrentSupply) {
|
|
242
|
-
ConcurrentSupply.TYPE_QNAME = "0x4::collection::ConcurrentSupply";
|
|
243
|
-
const TYPE = new move_1.TypeDescriptor(ConcurrentSupply.TYPE_QNAME);
|
|
244
|
-
function type() {
|
|
245
|
-
return TYPE.apply();
|
|
246
|
-
}
|
|
247
|
-
ConcurrentSupply.type = type;
|
|
248
|
-
})(ConcurrentSupply = collection.ConcurrentSupply || (collection.ConcurrentSupply = {}));
|
|
249
|
-
let MutatorRef;
|
|
250
|
-
(function (MutatorRef) {
|
|
251
|
-
MutatorRef.TYPE_QNAME = "0x4::collection::MutatorRef";
|
|
252
|
-
const TYPE = new move_1.TypeDescriptor(MutatorRef.TYPE_QNAME);
|
|
253
|
-
function type() {
|
|
254
|
-
return TYPE.apply();
|
|
255
|
-
}
|
|
256
|
-
MutatorRef.type = type;
|
|
257
|
-
})(MutatorRef = collection.MutatorRef || (collection.MutatorRef = {}));
|
|
258
|
-
let Burn;
|
|
259
|
-
(function (Burn) {
|
|
260
|
-
Burn.TYPE_QNAME = "0x4::collection::Burn";
|
|
261
|
-
const TYPE = new move_1.TypeDescriptor(Burn.TYPE_QNAME);
|
|
262
|
-
function type() {
|
|
263
|
-
return TYPE.apply();
|
|
264
|
-
}
|
|
265
|
-
Burn.type = type;
|
|
266
|
-
})(Burn = collection.Burn || (collection.Burn = {}));
|
|
267
|
-
let BurnEvent;
|
|
268
|
-
(function (BurnEvent) {
|
|
269
|
-
BurnEvent.TYPE_QNAME = "0x4::collection::BurnEvent";
|
|
270
|
-
const TYPE = new move_1.TypeDescriptor(BurnEvent.TYPE_QNAME);
|
|
271
|
-
function type() {
|
|
272
|
-
return TYPE.apply();
|
|
273
|
-
}
|
|
274
|
-
BurnEvent.type = type;
|
|
275
|
-
})(BurnEvent = collection.BurnEvent || (collection.BurnEvent = {}));
|
|
276
|
-
let Collection;
|
|
277
|
-
(function (Collection) {
|
|
278
|
-
Collection.TYPE_QNAME = "0x4::collection::Collection";
|
|
279
|
-
const TYPE = new move_1.TypeDescriptor(Collection.TYPE_QNAME);
|
|
280
|
-
function type() {
|
|
281
|
-
return TYPE.apply();
|
|
282
|
-
}
|
|
283
|
-
Collection.type = type;
|
|
284
|
-
})(Collection = collection.Collection || (collection.Collection = {}));
|
|
285
|
-
let ConcurrentBurnEvent;
|
|
286
|
-
(function (ConcurrentBurnEvent) {
|
|
287
|
-
ConcurrentBurnEvent.TYPE_QNAME = "0x4::collection::ConcurrentBurnEvent";
|
|
288
|
-
const TYPE = new move_1.TypeDescriptor(ConcurrentBurnEvent.TYPE_QNAME);
|
|
289
|
-
function type() {
|
|
290
|
-
return TYPE.apply();
|
|
291
|
-
}
|
|
292
|
-
ConcurrentBurnEvent.type = type;
|
|
293
|
-
})(ConcurrentBurnEvent = collection.ConcurrentBurnEvent || (collection.ConcurrentBurnEvent = {}));
|
|
294
|
-
let ConcurrentMintEvent;
|
|
295
|
-
(function (ConcurrentMintEvent) {
|
|
296
|
-
ConcurrentMintEvent.TYPE_QNAME = "0x4::collection::ConcurrentMintEvent";
|
|
297
|
-
const TYPE = new move_1.TypeDescriptor(ConcurrentMintEvent.TYPE_QNAME);
|
|
298
|
-
function type() {
|
|
299
|
-
return TYPE.apply();
|
|
300
|
-
}
|
|
301
|
-
ConcurrentMintEvent.type = type;
|
|
302
|
-
})(ConcurrentMintEvent = collection.ConcurrentMintEvent || (collection.ConcurrentMintEvent = {}));
|
|
303
|
-
let FixedSupply;
|
|
304
|
-
(function (FixedSupply) {
|
|
305
|
-
FixedSupply.TYPE_QNAME = "0x4::collection::FixedSupply";
|
|
306
|
-
const TYPE = new move_1.TypeDescriptor(FixedSupply.TYPE_QNAME);
|
|
307
|
-
function type() {
|
|
308
|
-
return TYPE.apply();
|
|
309
|
-
}
|
|
310
|
-
FixedSupply.type = type;
|
|
311
|
-
})(FixedSupply = collection.FixedSupply || (collection.FixedSupply = {}));
|
|
312
|
-
let Mint;
|
|
313
|
-
(function (Mint) {
|
|
314
|
-
Mint.TYPE_QNAME = "0x4::collection::Mint";
|
|
315
|
-
const TYPE = new move_1.TypeDescriptor(Mint.TYPE_QNAME);
|
|
316
|
-
function type() {
|
|
317
|
-
return TYPE.apply();
|
|
318
|
-
}
|
|
319
|
-
Mint.type = type;
|
|
320
|
-
})(Mint = collection.Mint || (collection.Mint = {}));
|
|
321
|
-
let MintEvent;
|
|
322
|
-
(function (MintEvent) {
|
|
323
|
-
MintEvent.TYPE_QNAME = "0x4::collection::MintEvent";
|
|
324
|
-
const TYPE = new move_1.TypeDescriptor(MintEvent.TYPE_QNAME);
|
|
325
|
-
function type() {
|
|
326
|
-
return TYPE.apply();
|
|
327
|
-
}
|
|
328
|
-
MintEvent.type = type;
|
|
329
|
-
})(MintEvent = collection.MintEvent || (collection.MintEvent = {}));
|
|
330
|
-
let Mutation;
|
|
331
|
-
(function (Mutation) {
|
|
332
|
-
Mutation.TYPE_QNAME = "0x4::collection::Mutation";
|
|
333
|
-
const TYPE = new move_1.TypeDescriptor(Mutation.TYPE_QNAME);
|
|
334
|
-
function type() {
|
|
335
|
-
return TYPE.apply();
|
|
336
|
-
}
|
|
337
|
-
Mutation.type = type;
|
|
338
|
-
})(Mutation = collection.Mutation || (collection.Mutation = {}));
|
|
339
|
-
let MutationEvent;
|
|
340
|
-
(function (MutationEvent) {
|
|
341
|
-
MutationEvent.TYPE_QNAME = "0x4::collection::MutationEvent";
|
|
342
|
-
const TYPE = new move_1.TypeDescriptor(MutationEvent.TYPE_QNAME);
|
|
343
|
-
function type() {
|
|
344
|
-
return TYPE.apply();
|
|
345
|
-
}
|
|
346
|
-
MutationEvent.type = type;
|
|
347
|
-
})(MutationEvent = collection.MutationEvent || (collection.MutationEvent = {}));
|
|
348
|
-
let SetMaxSupply;
|
|
349
|
-
(function (SetMaxSupply) {
|
|
350
|
-
SetMaxSupply.TYPE_QNAME = "0x4::collection::SetMaxSupply";
|
|
351
|
-
const TYPE = new move_1.TypeDescriptor(SetMaxSupply.TYPE_QNAME);
|
|
352
|
-
function type() {
|
|
353
|
-
return TYPE.apply();
|
|
354
|
-
}
|
|
355
|
-
SetMaxSupply.type = type;
|
|
356
|
-
})(SetMaxSupply = collection.SetMaxSupply || (collection.SetMaxSupply = {}));
|
|
357
|
-
let UnlimitedSupply;
|
|
358
|
-
(function (UnlimitedSupply) {
|
|
359
|
-
UnlimitedSupply.TYPE_QNAME = "0x4::collection::UnlimitedSupply";
|
|
360
|
-
const TYPE = new move_1.TypeDescriptor(UnlimitedSupply.TYPE_QNAME);
|
|
361
|
-
function type() {
|
|
362
|
-
return TYPE.apply();
|
|
363
|
-
}
|
|
364
|
-
UnlimitedSupply.type = type;
|
|
365
|
-
})(UnlimitedSupply = collection.UnlimitedSupply || (collection.UnlimitedSupply = {}));
|
|
366
|
-
let view;
|
|
367
|
-
(function (view) {
|
|
368
|
-
async function count(client, request, version) {
|
|
369
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
370
|
-
const data = {
|
|
371
|
-
function: "0x4::collection::count",
|
|
372
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
373
|
-
typeArguments: request.typeArguments,
|
|
374
|
-
};
|
|
375
|
-
const res = await client.view({
|
|
376
|
-
payload: data,
|
|
377
|
-
options: { ledgerVersion: version },
|
|
378
|
-
});
|
|
379
|
-
const type = await coder.getMoveFunction("0x4::collection::count");
|
|
380
|
-
return (await coder.decodeArray(res, type.return));
|
|
381
|
-
}
|
|
382
|
-
view.count = count;
|
|
383
|
-
async function creator(client, request, version) {
|
|
384
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
385
|
-
const data = {
|
|
386
|
-
function: "0x4::collection::creator",
|
|
387
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
388
|
-
typeArguments: request.typeArguments,
|
|
389
|
-
};
|
|
390
|
-
const res = await client.view({
|
|
391
|
-
payload: data,
|
|
392
|
-
options: { ledgerVersion: version },
|
|
393
|
-
});
|
|
394
|
-
const type = await coder.getMoveFunction("0x4::collection::creator");
|
|
395
|
-
return (await coder.decodeArray(res, type.return));
|
|
396
|
-
}
|
|
397
|
-
view.creator = creator;
|
|
398
|
-
async function name(client, request, version) {
|
|
399
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
400
|
-
const data = {
|
|
401
|
-
function: "0x4::collection::name",
|
|
402
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
403
|
-
typeArguments: request.typeArguments,
|
|
404
|
-
};
|
|
405
|
-
const res = await client.view({
|
|
406
|
-
payload: data,
|
|
407
|
-
options: { ledgerVersion: version },
|
|
408
|
-
});
|
|
409
|
-
const type = await coder.getMoveFunction("0x4::collection::name");
|
|
410
|
-
return (await coder.decodeArray(res, type.return));
|
|
411
|
-
}
|
|
412
|
-
view.name = name;
|
|
413
|
-
async function description(client, request, version) {
|
|
414
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
415
|
-
const data = {
|
|
416
|
-
function: "0x4::collection::description",
|
|
417
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
418
|
-
typeArguments: request.typeArguments,
|
|
419
|
-
};
|
|
420
|
-
const res = await client.view({
|
|
421
|
-
payload: data,
|
|
422
|
-
options: { ledgerVersion: version },
|
|
423
|
-
});
|
|
424
|
-
const type = await coder.getMoveFunction("0x4::collection::description");
|
|
425
|
-
return (await coder.decodeArray(res, type.return));
|
|
426
|
-
}
|
|
427
|
-
view.description = description;
|
|
428
|
-
async function uri(client, request, version) {
|
|
429
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
430
|
-
const data = {
|
|
431
|
-
function: "0x4::collection::uri",
|
|
432
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
433
|
-
typeArguments: request.typeArguments,
|
|
434
|
-
};
|
|
435
|
-
const res = await client.view({
|
|
436
|
-
payload: data,
|
|
437
|
-
options: { ledgerVersion: version },
|
|
438
|
-
});
|
|
439
|
-
const type = await coder.getMoveFunction("0x4::collection::uri");
|
|
440
|
-
return (await coder.decodeArray(res, type.return));
|
|
441
|
-
}
|
|
442
|
-
view.uri = uri;
|
|
443
|
-
})(view = collection.view || (collection.view = {}));
|
|
444
|
-
})(collection || (exports.collection = collection = {}));
|
|
445
|
-
var aptos_token;
|
|
446
|
-
(function (aptos_token) {
|
|
447
|
-
let AptosCollection;
|
|
448
|
-
(function (AptosCollection) {
|
|
449
|
-
AptosCollection.TYPE_QNAME = "0x4::aptos_token::AptosCollection";
|
|
450
|
-
const TYPE = new move_1.TypeDescriptor(AptosCollection.TYPE_QNAME);
|
|
451
|
-
function type() {
|
|
452
|
-
return TYPE.apply();
|
|
453
|
-
}
|
|
454
|
-
AptosCollection.type = type;
|
|
455
|
-
})(AptosCollection = aptos_token.AptosCollection || (aptos_token.AptosCollection = {}));
|
|
456
|
-
let AptosToken;
|
|
457
|
-
(function (AptosToken) {
|
|
458
|
-
AptosToken.TYPE_QNAME = "0x4::aptos_token::AptosToken";
|
|
459
|
-
const TYPE = new move_1.TypeDescriptor(AptosToken.TYPE_QNAME);
|
|
460
|
-
function type() {
|
|
461
|
-
return TYPE.apply();
|
|
462
|
-
}
|
|
463
|
-
AptosToken.type = type;
|
|
464
|
-
})(AptosToken = aptos_token.AptosToken || (aptos_token.AptosToken = {}));
|
|
465
|
-
let entry;
|
|
466
|
-
(function (entry) {
|
|
467
|
-
async function burn(client, account, request, options) {
|
|
468
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
469
|
-
const transaction = await client.transaction.build.simple({
|
|
470
|
-
sender: account.accountAddress,
|
|
471
|
-
data: {
|
|
472
|
-
function: "0x4::aptos_token::burn",
|
|
473
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
474
|
-
typeArguments: request.typeArguments,
|
|
475
|
-
},
|
|
476
|
-
options,
|
|
477
|
-
});
|
|
478
|
-
return await client.signAndSubmitTransaction({
|
|
479
|
-
signer: account,
|
|
480
|
-
transaction,
|
|
481
|
-
});
|
|
482
|
-
}
|
|
483
|
-
entry.burn = burn;
|
|
484
|
-
async function mint(client, account, request, options) {
|
|
485
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
486
|
-
const transaction = await client.transaction.build.simple({
|
|
487
|
-
sender: account.accountAddress,
|
|
488
|
-
data: {
|
|
489
|
-
function: "0x4::aptos_token::mint",
|
|
490
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
491
|
-
typeArguments: [],
|
|
492
|
-
},
|
|
493
|
-
options,
|
|
494
|
-
});
|
|
495
|
-
return await client.signAndSubmitTransaction({
|
|
496
|
-
signer: account,
|
|
497
|
-
transaction,
|
|
498
|
-
});
|
|
499
|
-
}
|
|
500
|
-
entry.mint = mint;
|
|
501
|
-
async function setDescription(client, account, request, options) {
|
|
502
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
503
|
-
const transaction = await client.transaction.build.simple({
|
|
504
|
-
sender: account.accountAddress,
|
|
505
|
-
data: {
|
|
506
|
-
function: "0x4::aptos_token::set_description",
|
|
507
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
508
|
-
typeArguments: request.typeArguments,
|
|
509
|
-
},
|
|
510
|
-
options,
|
|
511
|
-
});
|
|
512
|
-
return await client.signAndSubmitTransaction({
|
|
513
|
-
signer: account,
|
|
514
|
-
transaction,
|
|
515
|
-
});
|
|
516
|
-
}
|
|
517
|
-
entry.setDescription = setDescription;
|
|
518
|
-
async function setName(client, account, request, options) {
|
|
519
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
520
|
-
const transaction = await client.transaction.build.simple({
|
|
521
|
-
sender: account.accountAddress,
|
|
522
|
-
data: {
|
|
523
|
-
function: "0x4::aptos_token::set_name",
|
|
524
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
525
|
-
typeArguments: request.typeArguments,
|
|
526
|
-
},
|
|
527
|
-
options,
|
|
528
|
-
});
|
|
529
|
-
return await client.signAndSubmitTransaction({
|
|
530
|
-
signer: account,
|
|
531
|
-
transaction,
|
|
532
|
-
});
|
|
533
|
-
}
|
|
534
|
-
entry.setName = setName;
|
|
535
|
-
async function setUri(client, account, request, options) {
|
|
536
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
537
|
-
const transaction = await client.transaction.build.simple({
|
|
538
|
-
sender: account.accountAddress,
|
|
539
|
-
data: {
|
|
540
|
-
function: "0x4::aptos_token::set_uri",
|
|
541
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
542
|
-
typeArguments: request.typeArguments,
|
|
543
|
-
},
|
|
544
|
-
options,
|
|
545
|
-
});
|
|
546
|
-
return await client.signAndSubmitTransaction({
|
|
547
|
-
signer: account,
|
|
548
|
-
transaction,
|
|
549
|
-
});
|
|
550
|
-
}
|
|
551
|
-
entry.setUri = setUri;
|
|
552
|
-
async function addProperty(client, account, request, options) {
|
|
553
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
554
|
-
const transaction = await client.transaction.build.simple({
|
|
555
|
-
sender: account.accountAddress,
|
|
556
|
-
data: {
|
|
557
|
-
function: "0x4::aptos_token::add_property",
|
|
558
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
559
|
-
typeArguments: request.typeArguments,
|
|
560
|
-
},
|
|
561
|
-
options,
|
|
562
|
-
});
|
|
563
|
-
return await client.signAndSubmitTransaction({
|
|
564
|
-
signer: account,
|
|
565
|
-
transaction,
|
|
566
|
-
});
|
|
567
|
-
}
|
|
568
|
-
entry.addProperty = addProperty;
|
|
569
|
-
async function addTypedProperty(client, account, request, options) {
|
|
570
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
571
|
-
const transaction = await client.transaction.build.simple({
|
|
572
|
-
sender: account.accountAddress,
|
|
573
|
-
data: {
|
|
574
|
-
function: "0x4::aptos_token::add_typed_property",
|
|
575
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
576
|
-
typeArguments: request.typeArguments,
|
|
577
|
-
},
|
|
578
|
-
options,
|
|
579
|
-
});
|
|
580
|
-
return await client.signAndSubmitTransaction({
|
|
581
|
-
signer: account,
|
|
582
|
-
transaction,
|
|
583
|
-
});
|
|
584
|
-
}
|
|
585
|
-
entry.addTypedProperty = addTypedProperty;
|
|
586
|
-
async function createCollection(client, account, request, options) {
|
|
587
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
588
|
-
const transaction = await client.transaction.build.simple({
|
|
589
|
-
sender: account.accountAddress,
|
|
590
|
-
data: {
|
|
591
|
-
function: "0x4::aptos_token::create_collection",
|
|
592
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
593
|
-
typeArguments: [],
|
|
594
|
-
},
|
|
595
|
-
options,
|
|
596
|
-
});
|
|
597
|
-
return await client.signAndSubmitTransaction({
|
|
598
|
-
signer: account,
|
|
599
|
-
transaction,
|
|
600
|
-
});
|
|
601
|
-
}
|
|
602
|
-
entry.createCollection = createCollection;
|
|
603
|
-
async function freezeTransfer(client, account, request, options) {
|
|
604
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
605
|
-
const transaction = await client.transaction.build.simple({
|
|
606
|
-
sender: account.accountAddress,
|
|
607
|
-
data: {
|
|
608
|
-
function: "0x4::aptos_token::freeze_transfer",
|
|
609
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
610
|
-
typeArguments: request.typeArguments,
|
|
611
|
-
},
|
|
612
|
-
options,
|
|
613
|
-
});
|
|
614
|
-
return await client.signAndSubmitTransaction({
|
|
615
|
-
signer: account,
|
|
616
|
-
transaction,
|
|
617
|
-
});
|
|
618
|
-
}
|
|
619
|
-
entry.freezeTransfer = freezeTransfer;
|
|
620
|
-
async function mintSoulBound(client, account, request, options) {
|
|
621
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
622
|
-
const transaction = await client.transaction.build.simple({
|
|
623
|
-
sender: account.accountAddress,
|
|
624
|
-
data: {
|
|
625
|
-
function: "0x4::aptos_token::mint_soul_bound",
|
|
626
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
627
|
-
typeArguments: [],
|
|
628
|
-
},
|
|
629
|
-
options,
|
|
630
|
-
});
|
|
631
|
-
return await client.signAndSubmitTransaction({
|
|
632
|
-
signer: account,
|
|
633
|
-
transaction,
|
|
634
|
-
});
|
|
635
|
-
}
|
|
636
|
-
entry.mintSoulBound = mintSoulBound;
|
|
637
|
-
async function removeProperty(client, account, request, options) {
|
|
638
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
639
|
-
const transaction = await client.transaction.build.simple({
|
|
640
|
-
sender: account.accountAddress,
|
|
641
|
-
data: {
|
|
642
|
-
function: "0x4::aptos_token::remove_property",
|
|
643
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
644
|
-
typeArguments: request.typeArguments,
|
|
645
|
-
},
|
|
646
|
-
options,
|
|
647
|
-
});
|
|
648
|
-
return await client.signAndSubmitTransaction({
|
|
649
|
-
signer: account,
|
|
650
|
-
transaction,
|
|
651
|
-
});
|
|
652
|
-
}
|
|
653
|
-
entry.removeProperty = removeProperty;
|
|
654
|
-
async function setCollectionDescription(client, account, request, options) {
|
|
655
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
656
|
-
const transaction = await client.transaction.build.simple({
|
|
657
|
-
sender: account.accountAddress,
|
|
658
|
-
data: {
|
|
659
|
-
function: "0x4::aptos_token::set_collection_description",
|
|
660
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
661
|
-
typeArguments: request.typeArguments,
|
|
662
|
-
},
|
|
663
|
-
options,
|
|
664
|
-
});
|
|
665
|
-
return await client.signAndSubmitTransaction({
|
|
666
|
-
signer: account,
|
|
667
|
-
transaction,
|
|
668
|
-
});
|
|
669
|
-
}
|
|
670
|
-
entry.setCollectionDescription = setCollectionDescription;
|
|
671
|
-
async function setCollectionRoyaltiesCall(client, account, request, options) {
|
|
672
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
673
|
-
const transaction = await client.transaction.build.simple({
|
|
674
|
-
sender: account.accountAddress,
|
|
675
|
-
data: {
|
|
676
|
-
function: "0x4::aptos_token::set_collection_royalties_call",
|
|
677
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
678
|
-
typeArguments: request.typeArguments,
|
|
679
|
-
},
|
|
680
|
-
options,
|
|
681
|
-
});
|
|
682
|
-
return await client.signAndSubmitTransaction({
|
|
683
|
-
signer: account,
|
|
684
|
-
transaction,
|
|
685
|
-
});
|
|
686
|
-
}
|
|
687
|
-
entry.setCollectionRoyaltiesCall = setCollectionRoyaltiesCall;
|
|
688
|
-
async function setCollectionUri(client, account, request, options) {
|
|
689
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
690
|
-
const transaction = await client.transaction.build.simple({
|
|
691
|
-
sender: account.accountAddress,
|
|
692
|
-
data: {
|
|
693
|
-
function: "0x4::aptos_token::set_collection_uri",
|
|
694
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
695
|
-
typeArguments: request.typeArguments,
|
|
696
|
-
},
|
|
697
|
-
options,
|
|
698
|
-
});
|
|
699
|
-
return await client.signAndSubmitTransaction({
|
|
700
|
-
signer: account,
|
|
701
|
-
transaction,
|
|
702
|
-
});
|
|
703
|
-
}
|
|
704
|
-
entry.setCollectionUri = setCollectionUri;
|
|
705
|
-
async function unfreezeTransfer(client, account, request, options) {
|
|
706
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
707
|
-
const transaction = await client.transaction.build.simple({
|
|
708
|
-
sender: account.accountAddress,
|
|
709
|
-
data: {
|
|
710
|
-
function: "0x4::aptos_token::unfreeze_transfer",
|
|
711
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
712
|
-
typeArguments: request.typeArguments,
|
|
713
|
-
},
|
|
714
|
-
options,
|
|
715
|
-
});
|
|
716
|
-
return await client.signAndSubmitTransaction({
|
|
717
|
-
signer: account,
|
|
718
|
-
transaction,
|
|
719
|
-
});
|
|
720
|
-
}
|
|
721
|
-
entry.unfreezeTransfer = unfreezeTransfer;
|
|
722
|
-
async function updateProperty(client, account, request, options) {
|
|
723
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
724
|
-
const transaction = await client.transaction.build.simple({
|
|
725
|
-
sender: account.accountAddress,
|
|
726
|
-
data: {
|
|
727
|
-
function: "0x4::aptos_token::update_property",
|
|
728
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
729
|
-
typeArguments: request.typeArguments,
|
|
730
|
-
},
|
|
731
|
-
options,
|
|
732
|
-
});
|
|
733
|
-
return await client.signAndSubmitTransaction({
|
|
734
|
-
signer: account,
|
|
735
|
-
transaction,
|
|
736
|
-
});
|
|
737
|
-
}
|
|
738
|
-
entry.updateProperty = updateProperty;
|
|
739
|
-
async function updateTypedProperty(client, account, request, options) {
|
|
740
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
741
|
-
const transaction = await client.transaction.build.simple({
|
|
742
|
-
sender: account.accountAddress,
|
|
743
|
-
data: {
|
|
744
|
-
function: "0x4::aptos_token::update_typed_property",
|
|
745
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
746
|
-
typeArguments: request.typeArguments,
|
|
747
|
-
},
|
|
748
|
-
options,
|
|
749
|
-
});
|
|
750
|
-
return await client.signAndSubmitTransaction({
|
|
751
|
-
signer: account,
|
|
752
|
-
transaction,
|
|
753
|
-
});
|
|
754
|
-
}
|
|
755
|
-
entry.updateTypedProperty = updateTypedProperty;
|
|
756
|
-
})(entry = aptos_token.entry || (aptos_token.entry = {}));
|
|
757
|
-
let view;
|
|
758
|
-
(function (view) {
|
|
759
|
-
async function arePropertiesMutable(client, request, version) {
|
|
760
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
761
|
-
const data = {
|
|
762
|
-
function: "0x4::aptos_token::are_properties_mutable",
|
|
763
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
764
|
-
typeArguments: request.typeArguments,
|
|
765
|
-
};
|
|
766
|
-
const res = await client.view({
|
|
767
|
-
payload: data,
|
|
768
|
-
options: { ledgerVersion: version },
|
|
769
|
-
});
|
|
770
|
-
const type = await coder.getMoveFunction("0x4::aptos_token::are_properties_mutable");
|
|
771
|
-
return (await coder.decodeArray(res, type.return));
|
|
772
|
-
}
|
|
773
|
-
view.arePropertiesMutable = arePropertiesMutable;
|
|
774
|
-
async function isBurnable(client, request, version) {
|
|
775
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
776
|
-
const data = {
|
|
777
|
-
function: "0x4::aptos_token::is_burnable",
|
|
778
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
779
|
-
typeArguments: request.typeArguments,
|
|
780
|
-
};
|
|
781
|
-
const res = await client.view({
|
|
782
|
-
payload: data,
|
|
783
|
-
options: { ledgerVersion: version },
|
|
784
|
-
});
|
|
785
|
-
const type = await coder.getMoveFunction("0x4::aptos_token::is_burnable");
|
|
786
|
-
return (await coder.decodeArray(res, type.return));
|
|
787
|
-
}
|
|
788
|
-
view.isBurnable = isBurnable;
|
|
789
|
-
async function isFreezableByCreator(client, request, version) {
|
|
790
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
791
|
-
const data = {
|
|
792
|
-
function: "0x4::aptos_token::is_freezable_by_creator",
|
|
793
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
794
|
-
typeArguments: request.typeArguments,
|
|
795
|
-
};
|
|
796
|
-
const res = await client.view({
|
|
797
|
-
payload: data,
|
|
798
|
-
options: { ledgerVersion: version },
|
|
799
|
-
});
|
|
800
|
-
const type = await coder.getMoveFunction("0x4::aptos_token::is_freezable_by_creator");
|
|
801
|
-
return (await coder.decodeArray(res, type.return));
|
|
802
|
-
}
|
|
803
|
-
view.isFreezableByCreator = isFreezableByCreator;
|
|
804
|
-
async function isMutableDescription(client, request, version) {
|
|
805
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
806
|
-
const data = {
|
|
807
|
-
function: "0x4::aptos_token::is_mutable_description",
|
|
808
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
809
|
-
typeArguments: request.typeArguments,
|
|
810
|
-
};
|
|
811
|
-
const res = await client.view({
|
|
812
|
-
payload: data,
|
|
813
|
-
options: { ledgerVersion: version },
|
|
814
|
-
});
|
|
815
|
-
const type = await coder.getMoveFunction("0x4::aptos_token::is_mutable_description");
|
|
816
|
-
return (await coder.decodeArray(res, type.return));
|
|
817
|
-
}
|
|
818
|
-
view.isMutableDescription = isMutableDescription;
|
|
819
|
-
async function isMutableName(client, request, version) {
|
|
820
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
821
|
-
const data = {
|
|
822
|
-
function: "0x4::aptos_token::is_mutable_name",
|
|
823
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
824
|
-
typeArguments: request.typeArguments,
|
|
825
|
-
};
|
|
826
|
-
const res = await client.view({
|
|
827
|
-
payload: data,
|
|
828
|
-
options: { ledgerVersion: version },
|
|
829
|
-
});
|
|
830
|
-
const type = await coder.getMoveFunction("0x4::aptos_token::is_mutable_name");
|
|
831
|
-
return (await coder.decodeArray(res, type.return));
|
|
832
|
-
}
|
|
833
|
-
view.isMutableName = isMutableName;
|
|
834
|
-
async function isMutableUri(client, request, version) {
|
|
835
|
-
const coder = (0, aptos_1.defaultMoveCoder)(client.config);
|
|
836
|
-
const data = {
|
|
837
|
-
function: "0x4::aptos_token::is_mutable_uri",
|
|
838
|
-
functionArguments: coder.encodeArray(request.functionArguments),
|
|
839
|
-
typeArguments: request.typeArguments,
|
|
840
|
-
};
|
|
841
|
-
const res = await client.view({
|
|
842
|
-
payload: data,
|
|
843
|
-
options: { ledgerVersion: version },
|
|
844
|
-
});
|
|
845
|
-
const type = await coder.getMoveFunction("0x4::aptos_token::is_mutable_uri");
|
|
846
|
-
return (await coder.decodeArray(res, type.return));
|
|
847
|
-
}
|
|
848
|
-
view.isMutableUri = isMutableUri;
|
|
849
|
-
})(view = aptos_token.view || (aptos_token.view = {}));
|
|
850
|
-
})(aptos_token || (exports.aptos_token = aptos_token = {}));
|
|
851
|
-
var property_map;
|
|
852
|
-
(function (property_map) {
|
|
853
|
-
let MutatorRef;
|
|
854
|
-
(function (MutatorRef) {
|
|
855
|
-
MutatorRef.TYPE_QNAME = "0x4::property_map::MutatorRef";
|
|
856
|
-
const TYPE = new move_1.TypeDescriptor(MutatorRef.TYPE_QNAME);
|
|
857
|
-
function type() {
|
|
858
|
-
return TYPE.apply();
|
|
859
|
-
}
|
|
860
|
-
MutatorRef.type = type;
|
|
861
|
-
})(MutatorRef = property_map.MutatorRef || (property_map.MutatorRef = {}));
|
|
862
|
-
let PropertyMap;
|
|
863
|
-
(function (PropertyMap) {
|
|
864
|
-
PropertyMap.TYPE_QNAME = "0x4::property_map::PropertyMap";
|
|
865
|
-
const TYPE = new move_1.TypeDescriptor(PropertyMap.TYPE_QNAME);
|
|
866
|
-
function type() {
|
|
867
|
-
return TYPE.apply();
|
|
868
|
-
}
|
|
869
|
-
PropertyMap.type = type;
|
|
870
|
-
})(PropertyMap = property_map.PropertyMap || (property_map.PropertyMap = {}));
|
|
871
|
-
let PropertyValue;
|
|
872
|
-
(function (PropertyValue) {
|
|
873
|
-
PropertyValue.TYPE_QNAME = "0x4::property_map::PropertyValue";
|
|
874
|
-
const TYPE = new move_1.TypeDescriptor(PropertyValue.TYPE_QNAME);
|
|
875
|
-
function type() {
|
|
876
|
-
return TYPE.apply();
|
|
877
|
-
}
|
|
878
|
-
PropertyValue.type = type;
|
|
879
|
-
})(PropertyValue = property_map.PropertyValue || (property_map.PropertyValue = {}));
|
|
880
|
-
})(property_map || (exports.property_map = property_map = {}));
|
|
881
|
-
const MODULES = JSON.parse('[{"bytecode":"0xa11ceb0b0700000a0c01001802184c0364fd0304e1044e05af05c10507f00a850d08f5174006b5182810dd1896070af31f600cd320e52d0db84e16000001040106010d01140017011e0123002701290151016e00010600010307010000020506000008060000090600030c070000100600001108000413060100000016080002180701000105190800061d04010601001f08000420060008260b0002280200001200010108010221030401080104220502010001072401010001002508090001092a0a040001022b04090001012c060c010001052d0d040001022e0400010801052f000401080101300f1001000103311101000101320f12010001023313140001053415160001043502170103010136190201020101371a0201000104381b1c01000103391d0b0001023a0a1f010601083b21060001043c0b1c0001073d01010001073e01010001003f230600010240250400010241000401080102422406000108430410000108420406000106441f060106010145020c010001054627060001002f00040108010015000b0108010447290b0001004813230001024913100001024a13240001024b130400010027002c010801084c002c010801004d000b010801004e132e0001024f1300010801001a000b010801001b000b0108010050300600010a520610000106530206010601065432060106010055300600010056300600010057350400010515000b01080100580036010801005908090001025a0a090001005b08090001005c371d0001025d38090001005e3a0900010a5f0610000107600101000100613c09000100623d1d000100633c09000100643a09000100653e09000100663c09000100673c09000100683a090001006941040001026a42040001006b43040001006c3a090001036d114400010b6f460601000101020201070b090e0a0e0b0b0d0b10011118120b1301151e0b2012200b24122409261c26201e2101120421240704072421042b0223022c022b0e2e2601263331341e0d240d04380e1c0e210b4f45010b0a010900010301090001060b0a010900010501060b080109000002050306060c0805080508050b0101080f080501081001060c010805010b0101090002060506080501080b01060b010109000101010608050106090001060810010c02060b0a01080b05010b01010b080103010b08010900010b080103020b01010900090001070b01010900030805060b08010900080501080e010a02010806010b0c01090001080f02060810080f12081006081008050b01010805050b0a01080b0608100b0a01080b080508050b010108050b0101080f08050c0b080103080e080d08090108000108020106080201080904060b0a01080b050b0101030509080205050b0c010806030b0a01080b0b08010303050106080e02050805030b010108020b0101050b010105010b0101080f06050608090b0101080f0b0101080f050805010803010b0a01080902060803080501080402070b0c0109000900030608030708090708050506080307080907080d080507080501060800010b0a01080b0206080506080502060c0a02150a020810060810080508050b01010805050b0a01080b0608100b0a01080b080508050b010108050b0101080f08050c0b080103080e0805080d080906060c0b0a01080b080508050b0101080f08051308050a02081006081008050b010108050608100b0a01080b080508050b010108050b0101080f08050c0b080103080e0805080d080907060c0b0a01080b0805080508050b0101080f08050306080506080506080507060c08050805080508050b0101080f08050f08100608100b010108050608100b0a01080b080508050b010108050b0101080f08050c0b080103080e080d08091008100608100b010108050608100b0a01080b080508050b010108050b0101080f08050c0b080103080e0805080d08090306050608050608050206050a02040508050805080501060a02010202070a09000a090005746f6b656e074275726e52656605696e6e6572064f7074696f6e066f7074696f6e0944656c657465526566066f626a6563740473656c660a4d757461746f72526566084d75746174696f6e0d746f6b656e5f61646472657373126d7574617465645f6669656c645f6e616d6506537472696e6706737472696e67096f6c645f76616c7565096e65775f76616c75650d4d75746174696f6e4576656e741a436f6e63757272656e74546f6b656e4964656e7469666965727305696e6465781241676772656761746f72536e617073686f740d61676772656761746f725f7632046e616d6505546f6b656e0a636f6c6c656374696f6e064f626a6563740a436f6c6c656374696f6e0b6465736372697074696f6e037572690f6d75746174696f6e5f6576656e74730b4576656e7448616e646c65056576656e7410546f6b656e4964656e746966696572731544657269766564537472696e67536e617073686f740e6f626a6563745f616464726573730d726561645f736e617073686f74056572726f72096e6f745f666f756e640663726561746507526f79616c747907726f79616c74790e436f6e7374727563746f72526566067369676e65720a616464726573735f6f660d6372656174655f6f626a656374046e6f6e65196372656174655f636f6c6c656374696f6e5f6164647265737311616464726573735f746f5f6f626a6563740763726561746f720769735f736f6d65066c656e67746806626f72726f770f67656e65726174655f7369676e657210696e6372656d656e745f737570706c790f6372656174655f736e617073686f741464657374726f795f776974685f64656661756c740765787472616374146465726976655f737472696e675f636f6e6361740475746638106e65775f6576656e745f68616e646c6504696e6974156372656174655f646572697665645f737472696e670c6f75745f6f665f72616e67650f756e61757468656e74696361746564046275726e17616464726573735f66726f6d5f64656c6574655f726566056f776e65720664656c657465096578697374735f61740e64657374726f795f68616e646c6504736f6d651064656372656d656e745f737570706c7913726561645f646572697665645f737472696e671167656e65726174655f6275726e5f7265661763616e5f67656e65726174655f64656c6574655f7265661367656e65726174655f64656c6574655f7265661c616464726573735f66726f6d5f636f6e7374727563746f725f726566036765740f636f6c6c656374696f6e5f6e616d651467656e65726174655f6d757461746f725f7265661b6f626a6563745f66726f6d5f636f6e7374727563746f725f7265660f7365745f6465736372697074696f6e0866656174757265731e6d6f64756c655f6576656e745f6d6967726174696f6e5f656e61626c656404656d69740a656d69745f6576656e74087365745f6e616d65077365745f75726915616464726573735f66726f6d5f6275726e5f72656611636f6c6c656374696f6e5f6f626a656374136372656174655f66726f6d5f6163636f756e741a6372656174655f6f626a6563745f66726f6d5f6163636f756e74126372656174655f6e616d65645f746f6b656e116372656174655f746f6b656e5f73656564136372656174655f6e616d65645f6f626a656374266372656174655f6e616d65645f746f6b656e5f61735f636f6c6c656374696f6e5f6f776e65721b69735f636f6c6c656374696f6e5f6f776e65725f656e61626c65640b756e617661696c61626c651c6372656174655f6e616d65645f746f6b656e5f66726f6d5f736565641b6372656174655f746f6b656e5f6e616d655f776974685f73656564306372656174655f6e616d65645f746f6b656e5f66726f6d5f736565645f61735f636f6c6c656374696f6e5f6f776e6572196372656174655f6e616d65645f746f6b656e5f6f626a656374156372656174655f6e756d62657265645f746f6b656e296372656174655f6e756d62657265645f746f6b656e5f61735f636f6c6c656374696f6e5f6f776e65721c6372656174655f6e756d62657265645f746f6b656e5f6f626a6563740c6372656174655f746f6b656e146372656174655f746f6b656e5f61646472657373156372656174655f6f626a6563745f616464726573731e6372656174655f746f6b656e5f616464726573735f776974685f73656564206372656174655f746f6b656e5f61735f636f6c6c656374696f6e5f6f776e657205627974657306766563746f7206617070656e64000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000010a0201000a020c0b6465736372697074696f6e0a0205046e616d650a0204037572690a0203023a3a14636f6d70696c6174696f6e5f6d65746164617461090003322e3003322e31126170746f733a3a6d657461646174615f7631e2060901000000000000001545544f4b454e5f444f45535f4e4f545f45584953541854686520746f6b656e20646f6573206e6f7420657869737402000000000000000c454e4f545f43524541544f52265468652070726f7669646564207369676e6572206973206e6f74207468652063726561746f72030000000000000012454649454c445f4e4f545f4d555441424c4526546865206669656c64206265696e67206368616e676564206973206e6f74206d757461626c6504000000000000001445544f4b454e5f4e414d455f544f4f5f4c4f4e472954686520746f6b656e206e616d65206973206f76657220746865206d6178696d756d206c656e67746805000000000000000d455552495f544f4f5f4c4f4e472254686520555249206973206f76657220746865206d6178696d756d206c656e677468060000000000000015454445534352495054494f4e5f544f4f5f4c4f4e472a546865206465736372697074696f6e206973206f76657220746865206d6178696d756d206c656e67746807000000000000000e45534545445f544f4f5f4c4f4e47235468652073656564206973206f76657220746865206d6178696d756d206c656e67746808000000000000000a454e4f545f4f574e4552235468652063616c6c696e67207369676e6572206973206e6f7420746865206f776e657209000000000000001f45434f4c4c454354494f4e5f4f574e45525f4e4f545f535550504f525445442d54686520636f6c6c656374696f6e206f776e65722066656174757265206973206e6f7420737570706f727465640405546f6b656e010301183078313a3a6f626a6563743a3a4f626a65637447726f7570084d75746174696f6e01040010546f6b656e4964656e74696669657273010301183078313a3a6f626a6563743a3a4f626a65637447726f75701a436f6e63757272656e74546f6b656e4964656e74696669657273010301183078313a3a6f626a6563743a3a4f626a65637447726f75700903757269010100046e616d6501010005696e6465780101000763726561746f7201010007726f79616c74790101000b6465736372697074696f6e0101000f636f6c6c656374696f6e5f6e616d6501010011636f6c6c656374696f6e5f6f626a6563740101001e6372656174655f746f6b656e5f616464726573735f776974685f73656564010100000202020b01010802070b01010503020107050402040a050b08050e08050f08050602030b08050e08050f0805070202120b080103150b08010805090206170b0a01080b12031a08051508051b08051c0b0c0108060d0202120b08010315080e000100020506071c0e0038000c010a012906040d0b012b06100038010c020b02020e0038000c010a01290504190b012b051001140c02050b060100000000000000110327040100002298010a00110511060c060e060c070b010c0838020c090a0011050c0a0e0a0e08110838030c0b0a0b38040b001105210493010b070c0c0b0b0c0d0b020c0e0b030c0f0b090c100b040c110b050c120e1038050488010e0f110c061400000000000000160e103806110c160680000000000000002504830105350e0e110c06000800000000000025047e0e12110c0600020000000000002504790a0c110e0c130e0d0e131105110f060000000000000000380738080c140e10380504750b0f0e140d103809380a0c15070011140c010b140b1512060c160e130b162d060b0d0600000000000000000b0e0b010b120e13380b12050c170e130b172d050e11380c04720b0c0d11380d11160b06020b0c0105700b0f11170c1505530b0c010605000000000000001118270b0c010606000000000000001118270b0c010604000000000000001118270e0f110c06800000000000000025048e0105350b0c010604000000000000001118270b07010602000000000000001119271a010002050628420e001002380e04370d000f02380f0c010e01111b0c020a02381038110c030b01111d0a02111e031505170a02111f0a022c0513050c040101010c050c060a02290604340a022c061306010c070e0738010c080b0438120e060b020b0838130b031122020b050c08052b0d000f0338140c090a09381038110b090c020c0305112301000105040f0e0038000c010a012905040c0b012b051004143804020601000000000000001103272401000205062a1c0e0038000c010a012906040d0b012b06100511250c020b02020e0038000c010a01290504190b012b051006140c02050b060100000000000000110327260100002b160a001127040f0b00112838150c0138160c020b020c030b010b031200020b00112938170c0138180c0205092a010001052d230e0038000c010a01290504200b012b05010a0038190c030e03380c04130b030c040b04020a00381a0c050b00381b0c060e050e0611083803381c0c0405110601000000000000001103272d0100002f070b00381d0c010e01381e1201022f01000105040e0e0038000c010a012905040b0b012b05100714020601000000000000001103273001000105040e0e0038000c010a012905040b0b012b05100814020601000000000000001103273101000105333e0e01110c0600080000000000002504390a000c020a02100914290504320b021009142a050c03113204250b00100914070111140a031007140a011202381f0b030f070c040b010b0415020b00010a030f0a070111140a031007140a0112033820051e0b00010b02010601000000000000001103270b000106060000000000000011182735010002050634540e01110c06800000000000000025044f0a000c020a02100914290504480b021009142a050c030a001009142906043d0a001009142a060c040a04100511250c050a0111170b040f0515113204320b03010b00100914070211140b050b011202381f020b00010b030f0a070211140b050b011203382005310a031006140a030f060c060a010b06150c0505240b00010b02010601000000000000001103270b00010604000000000000001118273601000105333e0e01110c0600020000000000002504390a000c020a02100914290504320b021009142a050c03113204250b00100914070311140a031008140a011202381f0b030f080c040b010b0415020b00010a030f0a070311140a031008140a0112033820051e0b00010b02010601000000000000001103270b00010605000000000000001118273701000004110a001002380e040b0b0010023821111b0c010b01020b0010033822140c0105092c01000105040f0e0038000c010a012905040c0b012b051004143823020601000000000000001103273901000105040e0e0038000c010a012905040b0b012b05100414020601000000000000001103273a0100002297010a00113b0c060e060c070b010c0838020c090a0011050c0a0e0a0e08110838030c0b0a0b38040b001105210492010b070c0c0b0b0c0d0b020c0e0b030c0f0b090c100b040c110b050c120e1038050487010e0f110c061400000000000000160e103806110c160680000000000000002504820105340e0e110c06000800000000000025047d0e12110c0600020000000000002504780a0c110e0c130e0d0e131105110f060000000000000000380738080c140e10380504740b0f0e140d103809380a0c15070011140c010b140b1512060c160e130b162d060b0d0600000000000000000b0e0b010b120e13380b12050c170e130b172d050e11380c04710b0c0d11380d11160b06020b0c01056f0b0f11170c1505520b0c010605000000000000001118270b0c010606000000000000001118270b0c010604000000000000001118270e0f110c06800000000000000025048d0105340b0c010604000000000000001118270b07010602000000000000001119273c010000399e010e010e03113d0c060a000b06113e0c070e070c080b010c090b030c0a38020c0b0a0011050c0c0e0c0e09110838030c0d0a0d38040b001105210499010b080c0e0b0d0c0f0b020c100b0a0c110b0b0c120b040c130b050c140e123805048e010e11110c061400000000000000160e123806110c1606800000000000000025048901053b0e10110c060008000000000000250484010e14110c06000200000000000025047f0a0e110e0c150e0f0e151105110f060000000000000000380738080c160e123805047b0b110e160d123809380a0c17070011140c180b160b1712060c190e150b192d060b0f0600000000000000000b100b180b140e15380b12050c1a0e150b1a2d050e13380c04780b0e0d13380d11160b07020b0e0105760b1111170c1705590b0e010605000000000000001118270b0e010606000000000000001118270b0e010604000000000000001118270e11110c06800000000000000025049401053b0b0e010604000000000000001118270b08010602000000000000001119273f0100003ba0010a0138230c060e060e03113d0c070a000b07113e0c080e080c090b030c0a38020c0b11400499010a0138240b001105210494010b090c0c0b010c0d0b020c0e0b0a0c0f0b0b0c100b040c110b050c120e1038050489010e0f110c061400000000000000160e103806110c160680000000000000002504840105360e0e110c06000800000000000025047f0e12110c06000200000000000025047a0a0c110e0c130e0d0e131105110f060000000000000000380738080c140e10380504760b0f0e140d103809380a0c15070011140c160b140b1512060c170e130b172d060b0d0600000000000000000b0e0b160b120e13380b12050c180e130b182d050e11380c04730b0c0d11380d11160b08020b0c0105710b0f11170c1505540b0c010605000000000000001118270b0c010606000000000000001118270b0c010604000000000000001118270e0f110c06800000000000000025048f0105360b0c010604000000000000001118270b09010608000000000000001119270b00010b0901060900000000000000114127420100003b98010a0138230c070e070e030e0411430c080a000b08113e0c090e090c0a0b030c0b38020c0c0a0138040b001105210493010b0a0c0d0b010c0e0b020c0f0b0b0c100b0c0c110b050c120b060c130e1138050488010e10110c061400000000000000160e113806110c160680000000000000002504830105350e0f110c06000800000000000025047e0e13110c0600020000000000002504790a0d110e0c140e0e0e141105110f060000000000000000380738080c150e11380504750b100e150d113809380a0c16070011140c170b150b1612060c180e140b182d060b0e0600000000000000000b0f0b170b130e14380b12050c190e140b192d050e12380c04720b0d0d12380d11160b09020b0d0105700b1011170c1605530b0d010605000000000000001118270b0d010606000000000000001118270b0d010604000000000000001118270e10110c06800000000000000025048e0105350b0d010604000000000000001118270b0a01060200000000000000111927440100003ba1010a0138230c070e070e030e0411430c080a000b08113e0c090e090c0a0b030c0b38020c0c1140049a010a0138240b001105210495010b0a0c0d0b010c0e0b020c0f0b0b0c100b0c0c110b050c120b060c130e113805048a010e10110c061400000000000000160e113806110c160680000000000000002504850105370e0f110c060008000000000000250480010e13110c06000200000000000025047b0a0d110e0c140e0e0e141105110f060000000000000000380738080c150e11380504770b100e150d113809380a0c16070011140c170b150b1612060c180e140b182d060b0e0600000000000000000b0f0b170b130e14380b12050c190e140b192d050e12380c04740b0d0d12380d11160b09020b0d0105720b1011170c1605550b0d010605000000000000001118270b0d010606000000000000001118270b0d010604000000000000001118270e10110c0680000000000000002504900105370b0d010604000000000000001118270b0a010608000000000000001119270b00010b0a01060900000000000000114127450100003b97010a0138230c060e060e03113d0c070a000b07113e0c080e080c090b030c0a38020c0b0a0138040b001105210492010b090c0c0b010c0d0b020c0e0b0a0c0f0b0b0c100b040c110b050c120e1038050487010e0f110c061400000000000000160e103806110c160680000000000000002504820105340e0e110c06000800000000000025047d0e12110c0600020000000000002504780a0c110e0c130e0d0e131105110f060000000000000000380738080c140e10380504740b0f0e140d103809380a0c15070011140c160b140b1512060c170e130b172d060b0d0600000000000000000b0e0b160b120e13380b12050c180e130b182d050e11380c04710b0c0d11380d11160b08020b0c01056f0b0f11170c1505520b0c010605000000000000001118270b0c010606000000000000001118270b0c010604000000000000001118270e0f110c06800000000000000025048d0105340b0c010604000000000000001118270b0901060200000000000000111927460100002299010a00110511060c070e070c080b010c090b0438250c0a0a0011050c0b0e0b0e09110838030c0c0a0c38040b001105210494010b080c0d0b0c0c0e0b020c0f0b030c100b0a0c110b050c120b060c130e1138050489010e10110c061400000000000000160e113806110c160680000000000000002504840105360e0f110c06000800000000000025047f0e13110c06000200000000000025047a0a0d110e0c140e0e0e141105110f060000000000000000380738080c150e11380504760b100e150d113809380a0c16070011140c010b150b1612060c170e140b172d060b0e0600000000000000000b0f0b010b130e14380b12050c180e140b182d050e12380c04730b0d0d12380d11160b07020b0d0105710b1011170c1605540b0d010605000000000000001118270b0d010606000000000000001118270b0d010604000000000000001118270e10110c06800000000000000025048f0105360b0d010604000000000000001118270b0801060200000000000000111927470100003f98010a00110511060c070e070c080b0438250c0911400491010a0138240b00110521048c010b080c0a0b010c0b0b020c0c0b030c0d0b090c0e0b050c0f0b060c100e0e38050481010e0d110c061400000000000000160e0e3806110c1606800000000000000025047c052e0e0c110c0600080000000000002504770e10110c0600020000000000002504720a0a110e0c110e0b0e111105110f060000000000000000380738080c120e0e3805046e0b0d0e120d0e3809380a0c13070011140c040b120b1312060c140e110b142d060b0b0600000000000000000b0c0b040b100e11380b12050c150e110b152d050e0f380c046b0b0a0d0f380d11160b07020b0a0105690b0d11170c13054c0b0a010605000000000000001118270b0a010606000000000000001118270b0a010604000000000000001118270e0d110c06800000000000000025048701052e0b0a010604000000000000001118270b08010608000000000000001119270b00010b0801060900000000000000114127480100003f8f010a00110511060c070e070c080b0438250c090a0138040b00110521048a010b080c0a0b010c0b0b020c0c0b030c0d0b090c0e0b050c0f0b060c100e0e3805047f0e0d110c061400000000000000160e0e3806110c1606800000000000000025047a052c0e0c110c0600080000000000002504750e10110c0600020000000000002504700a0a110e0c110e0b0e111105110f060000000000000000380738080c120e0e3805046c0b0d0e120d0e3809380a0c13070011140c040b120b1312060c140e110b142d060b0b0600000000000000000b0c0b040b100e11380b12050c150e110b152d050e0f380c04690b0a0d0f380d11160b07020b0a0105670b0d11170c13054a0b0a010605000000000000001118270b0a010606000000000000001118270b0a010604000000000000001118270e0d110c06800000000000000025048501052c0b0a010604000000000000001118270b080106020000000000000011192749010000408e010a00110511060c060e060c0738020c080a0138040b001105210489010b070c090b010c0a0b020c0b0b030c0c0b080c0d0b040c0e0b050c0f0e0d3805047e0e0c110c061400000000000000160e0d3806110c16068000000000000000250479052b0e0b110c0600080000000000002504740e0f110c06000200000000000025046f0a09110e0c100e0a0e101105110f060000000000000000380738080c110e0d3805046b0b0c0e110d0d3809380a0c12070011140c130b110b1212060c140e100b142d060b0a0600000000000000000b0b0b130b0f0e10380b12050c150e100b152d050e0e380c04680b090d0e380d11160b06020b090105660b0c11170c1205490b09010605000000000000001118270b09010606000000000000001118270b09010604000000000000001118270e0c110c06800000000000000025048401052b0b09010604000000000000001118270b07010602000000000000001119274a01000006060b000b010b02113d114b024c0100001d090e010e020e0311430c040e000b04114b024d0100004097010a00110511060c060e060c0738020c0811400490010a0138240b00110521048b010b070c090b010c0a0b020c0b0b030c0c0b080c0d0b040c0e0b050c0f0e0d38050480010e0c110c061400000000000000160e0d3806110c1606800000000000000025047b052d0e0b110c0600080000000000002504760e0f110c0600020000000000002504710a09110e0c100e0a0e101105110f060000000000000000380738080c110e0d3805046d0b0c0e110d0d3809380a0c12070011140c130b110b1212060c140e100b142d060b0a0600000000000000000b0b0b130b0f0e10380b12050c150e100b152d050e0e380c046a0b090d0e380d11160b06020b090105680b0c11170c12054b0b09010605000000000000001118270b09010606000000000000001118270b09010604000000000000001118270e0c110c06800000000000000025048601052d0b09010604000000000000001118270b07010608000000000000001119270b00010b0701060900000000000000114127430100001d190a02110c0680000000000000002504100b000b01113d0c030d030b02114e1438260b03020b00010b01010b02010607000000000000001118273d0100001d1a0a01110c0680000000000000002504130b00114e140c020d02070438260d020b01114e1438260b02020b00010b01010604000000000000001118270600050100000001050006010503050205040100050500","abi":{"address":"0x4","name":"token","friends":[],"exposed_functions":[{"name":"index","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["u64"]},{"name":"create","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"burn","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["0x4::token::BurnRef"],"return":[]},{"name":"creator","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["address"]},{"name":"name","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"generate_burn_ref","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ConstructorRef"],"return":["0x4::token::BurnRef"]},{"name":"royalty","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::option::Option<0x4::royalty::Royalty>"]},{"name":"generate_mutator_ref","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ConstructorRef"],"return":["0x4::token::MutatorRef"]},{"name":"description","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"uri","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"set_description","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::token::MutatorRef","0x1::string::String"],"return":[]},{"name":"set_name","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::token::MutatorRef","0x1::string::String"],"return":[]},{"name":"set_uri","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::token::MutatorRef","0x1::string::String"],"return":[]},{"name":"address_from_burn_ref","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::token::BurnRef"],"return":["address"]},{"name":"collection_name","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"collection_object","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::object::Object<0x4::collection::Collection>"]},{"name":"create_from_account","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_named_token","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_named_token_as_collection_owner","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_named_token_from_seed","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_named_token_from_seed_as_collection_owner","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_named_token_object","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_numbered_token","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_numbered_token_as_collection_owner","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_numbered_token_object","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_token","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_token_address","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&address","&0x1::string::String","&0x1::string::String"],"return":["address"]},{"name":"create_token_address_with_seed","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[],"params":["address","0x1::string::String","0x1::string::String","0x1::string::String"],"return":["address"]},{"name":"create_token_as_collection_owner","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::object::Object<0x4::collection::Collection>","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_token_name_with_seed","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::string::String","&0x1::string::String","&0x1::string::String"],"return":["vector<u8>"]},{"name":"create_token_seed","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::string::String","&0x1::string::String"],"return":["vector<u8>"]}],"structs":[{"name":"BurnRef","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"inner","type":"0x1::option::Option<0x1::object::DeleteRef>"},{"name":"self","type":"0x1::option::Option<address>"}]},{"name":"MutatorRef","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"self","type":"address"}]},{"name":"Mutation","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"token_address","type":"address"},{"name":"mutated_field_name","type":"0x1::string::String"},{"name":"old_value","type":"0x1::string::String"},{"name":"new_value","type":"0x1::string::String"}]},{"name":"MutationEvent","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"mutated_field_name","type":"0x1::string::String"},{"name":"old_value","type":"0x1::string::String"},{"name":"new_value","type":"0x1::string::String"}]},{"name":"ConcurrentTokenIdentifiers","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"index","type":"0x1::aggregator_v2::AggregatorSnapshot<u64>"},{"name":"name","type":"0x1::aggregator_v2::AggregatorSnapshot<0x1::string::String>"}]},{"name":"Token","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"collection","type":"0x1::object::Object<0x4::collection::Collection>"},{"name":"index","type":"u64"},{"name":"description","type":"0x1::string::String"},{"name":"name","type":"0x1::string::String"},{"name":"uri","type":"0x1::string::String"},{"name":"mutation_events","type":"0x1::event::EventHandle<0x4::token::MutationEvent>"}]},{"name":"TokenIdentifiers","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"index","type":"0x1::aggregator_v2::AggregatorSnapshot<u64>"},{"name":"name","type":"0x1::aggregator_v2::DerivedStringSnapshot"}]}]}},{"bytecode":"0xa11ceb0b0700000a0c01000802081c03247004940106059a015407ee01b90208a7044010e704a4020a8b070f0c9a07f8010d9209080f9a09020000010401120117000106000103060000050b00010d0200011007010001021107010000000900010001010a02030001010b02040001000c06010001010e07040001000608090001000708090001000f0a0b01080101130d0301080102140c0f0100010215010f0100010016110e0001031809090001001903120001001a03010001031b09090001000808030001001c13140001080c090e0a0e02060800080200010608010105010c02050c02060803080201060803010608020103010b04010900010b0501080201090001060b04010900010802010b0501090002050b0501080203030305010101080101080007726f79616c74790a4d757461746f7252656605696e6e657209457874656e64526566066f626a65637407526f79616c7479096e756d657261746f720b64656e6f6d696e61746f720d70617965655f616464726573730675706461746517616464726573735f66726f6d5f657874656e645f7265661d67656e65726174655f7369676e65725f666f725f657874656e64696e6704696e69740e436f6e7374727563746f725265660f67656e65726174655f7369676e657203676574064f626a656374064f7074696f6e066f7074696f6e0e6f626a6563745f6164647265737304736f6d65046e6f6e6506637265617465056572726f720c6f75745f6f665f72616e6765096578697374735f61740664656c657465096e6f745f666f756e641467656e65726174655f6d757461746f725f72656605746f6b656e0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000114636f6d70696c6174696f6e5f6d65746164617461090003322e3003322e31126170746f733a3a6d657461646174615f7631f0010301000000000000001745524f59414c54595f444f45535f4e4f545f455849535416526f79616c747920646f6573206e6f7420657869737402000000000000001845524f59414c54595f455843454544535f4d4158494d554d2754686520726f79616c74792063616e6e6f742062652067726561746572207468616e203130302503000000000000001c45524f59414c54595f44454e4f4d494e41544f525f49535f5a45524f2354686520726f79616c74792064656e6f6d696e61746f722063616e6e6f7420626520300107526f79616c7479010301183078313a3a6f626a6563743a3a4f626a65637447726f757000000201020801020203060307030805000100010105130a00100011010c020a0229010308050b0b022c01010b00100011020c030e030b012d01020301000004070b0011040c020e020b012d01020501000001040b00100114020601000001040b0010021402070100010110100e0038000c010a012901040d0b012b011438010c020b020238020c02050b0b01000001130a010600000000000000002204100a000a0125040d0b000b010b02120102060200000000000000110c27060300000000000000110c270d01000001030b002901020e03000101010a0a00290104070b002c010102060100000000000000110f271001000001040b00100314021101000001030b001200020000010001010102001d00","abi":{"address":"0x4","name":"royalty","friends":["0x4::token"],"exposed_functions":[{"name":"update","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::royalty::MutatorRef","0x4::royalty::Royalty"],"return":[]},{"name":"init","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ConstructorRef","0x4::royalty::Royalty"],"return":[]},{"name":"numerator","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::royalty::Royalty"],"return":["u64"]},{"name":"denominator","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::royalty::Royalty"],"return":["u64"]},{"name":"get","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::option::Option<0x4::royalty::Royalty>"]},{"name":"create","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["u64","u64","address"],"return":["0x4::royalty::Royalty"]},{"name":"exists_at","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["address"],"return":["bool"]},{"name":"delete","visibility":"friend","is_entry":false,"is_view":false,"generic_type_params":[],"params":["address"],"return":[]},{"name":"payee_address","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::royalty::Royalty"],"return":["address"]},{"name":"generate_mutator_ref","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["0x1::object::ExtendRef"],"return":["0x4::royalty::MutatorRef"]}],"structs":[{"name":"MutatorRef","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"inner","type":"0x1::object::ExtendRef"}]},{"name":"Royalty","is_native":false,"is_event":false,"abilities":["copy","drop","key"],"generic_type_params":[],"fields":[{"name":"numerator","type":"u64"},{"name":"denominator","type":"u64"},{"name":"payee_address","type":"address"}]}]}},{"bytecode":"0xa11ceb0b0700000a0d01001402146a037e9003048e044c05da04c70307a108ec0b088d144006cd141e10eb149b0a0a861fad010cb320bc120def32220f91330200000104011101160125012e01330049014c0158000108000103060100000006060000080600000c0600000d0800021007000315040106010017060000180600001a0600011b06010000001c080000200600002106000022060004240701000100280600002b0800052d0701000004360600043f020007480b0004540600002c0001010801042f0304010801013006020100010531020701000105320807010001063405050001000e00040108010012000a01080100350b08000104370b04000104380b0c00010139020d010301013a080d010301013b0e08010001033c1008010601063d05050001003e131400010440130001080100411704000100421819000104431a040001000f000a0108010013000a0108010244180500010245181b000106460505000100471c1d0001044a1e1d0001044b130c0001084d20040001044e2010010601054f222301000105500702010001055125020100010752260800010453132700010455280800010556070801000100571c1d0001095908230001045a28080001065b05050001005c2b1d0001005d2b1d0001005e2b1d0001005f2f08000101600e0801000105612230010001036202080106010963082300010364320801060100653435000101660e23010001016706360100010168023601030100693a080001026a190a0001046b0400010801006c3d080001016d0602010301006e3a080001006f3a08000101020205030504050b050c050d050e0f0e1111150115031f1e211f1f201f1f242124251f042d1f2d202d252d2e052f053031320f34053505303703383605321104383915303b32213b05303e010b10010900010b13010301090001060b100109000105010301060b01010900010b130109000002050b13010301080601060814010c010b0101090002070b010109000900010804010b0701090001080d0b050c0b0701080d0b07010804030800030b0701080d0b07010804030301060815010802010805010b1001080502060506080601060806010a020206050a0201060a0206060c08060308060b13010816080601081502060c0a0201080001060c01080801060b13010900010101081601070b13010900020608150816010817010608170d0a02060c080008150815080608060b1301081608060b130108000c08050817020815081705060c080608060b1301081608060c0a02080008150815080608060b1301081608060b130108000c0805081701080c0a0a020815080608060b1301081608060b1301080c0c0805081704060b10010805050b130103050106090001080302070b070109000900040507080c070307081202060b1001080505010b13010b0b0103010b0b01090001080e010b0b010306050708000b13010b0b010307080c070307081202060802080601080f030608020708050708060206080203010811070b1001080505070800030307080c07030a636f6c6c656374696f6e10436f6e63757272656e74537570706c790e63757272656e745f737570706c790a41676772656761746f720d61676772656761746f725f76320c746f74616c5f6d696e7465640a4d757461746f725265660473656c66044275726e05696e64657805746f6b656e0e70726576696f75735f6f776e6572094275726e4576656e740a436f6c6c656374696f6e0763726561746f720b6465736372697074696f6e06537472696e6706737472696e67046e616d65037572690f6d75746174696f6e5f6576656e74730b4576656e7448616e646c65056576656e740d4d75746174696f6e4576656e7413436f6e63757272656e744275726e4576656e740f636f6c6c656374696f6e5f6164647213436f6e63757272656e744d696e744576656e741241676772656761746f72536e617073686f740b4669786564537570706c790a6d61785f737570706c790b6275726e5f6576656e74730b6d696e745f6576656e7473094d696e744576656e74044d696e74084d75746174696f6e126d7574617465645f6669656c645f6e616d65064f626a656374066f626a656374096f6c645f76616c7565096e65775f76616c75650c5365744d6178537570706c790e6f6c645f6d61785f737570706c790e6e65775f6d61785f737570706c790f556e6c696d69746564537570706c7905636f756e74064f7074696f6e066f7074696f6e0e6f626a6563745f61646472657373047265616404736f6d65046e6f6e65056572726f72096e6f745f666f756e6415757067726164655f746f5f636f6e63757272656e7409457874656e6452656617616464726573735f66726f6d5f657874656e645f7265661d67656e65726174655f7369676e65725f666f725f657874656e64696e67116372656174655f61676772656761746f721b6372656174655f756e626f756e6465645f61676772656761746f72036164640e64657374726f795f68616e646c6510696e76616c69645f617267756d656e741467656e65726174655f6d757461746f725f7265660e436f6e7374727563746f725265661b6f626a6563745f66726f6d5f636f6e7374727563746f725f726566196372656174655f636f6c6c656374696f6e5f61646472657373166372656174655f636f6c6c656374696f6e5f73656564156372656174655f6f626a6563745f61646472657373066c656e6774680562797465730c6f75745f6f665f72616e6765176372656174655f66697865645f636f6c6c656374696f6e07526f79616c747907726f79616c7479136372656174655f6e616d65645f6f626a6563740f67656e65726174655f7369676e6572067369676e65720a616464726573735f6f66106e65775f6576656e745f68616e646c650769735f736f6d650c64657374726f795f736f6d65076578747261637404696e69741567656e65726174655f7472616e736665725f7265660b5472616e736665725265661864697361626c655f756e67617465645f7472616e736665720c64657374726f795f6e6f6e65206372656174655f66697865645f636f6c6c656374696f6e5f61735f6f776e65720866656174757265731b69735f636f6c6c656374696f6e5f6f776e65725f656e61626c656417656e61626c655f756e67617465645f7472616e736665720b756e617661696c61626c651b6372656174655f756e6c696d697465645f636f6c6c656374696f6e246372656174655f756e6c696d697465645f636f6c6c656374696f6e5f61735f6f776e65721b6372656174655f756e747261636b65645f636f6c6c656374696f6e1064656372656d656e745f737570706c790373756206626f72726f7704656d69741e6d6f64756c655f6576656e745f6d6967726174696f6e5f656e61626c65640a656d69745f6576656e7410696e6372656d656e745f737570706c79077472795f61646408736e617073686f740f6372656174655f736e617073686f740f7365745f6465736372697074696f6e047574663811616464726573735f746f5f6f626a6563740e7365745f6d61785f737570706c79096d61785f76616c7565087365745f6e616d65077365745f757269000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000010a020c0b6465736372697074696f6e0a0205046e616d650a02040375726914636f6d70696c6174696f6e5f6d65746164617461090003322e3003322e31126170746f733a3a6d657461646174615f7631e7090b01000000000000001a45434f4c4c454354494f4e5f444f45535f4e4f545f45584953541d54686520636f6c6c656374696f6e20646f6573206e6f7420657869737402000000000000001b45434f4c4c454354494f4e5f535550504c595f45584345454445445e54686520636f6c6c656374696f6e2068617320726561636865642069747320737570706c7920616e64206e6f206d6f726520746f6b656e732063616e206265206d696e7465642c20756e6c65737320736f6d6520617265206275726e656403000000000000001945434f4c4c454354494f4e5f4e414d455f544f4f5f4c4f4e472e54686520636f6c6c656374696f6e206e616d65206973206f76657220746865206d6178696d756d206c656e67746804000000000000000d455552495f544f4f5f4c4f4e472254686520555249206973206f76657220746865206d6178696d756d206c656e677468050000000000000015454445534352495054494f4e5f544f4f5f4c4f4e472a546865206465736372697074696f6e206973206f76657220746865206d6178696d756d206c656e67746806000000000000001a454d41585f535550504c595f43414e4e4f545f42455f5a45524f1f546865206d617820737570706c79206d75737420626520706f73697469766507000000000000001745434f4e43555252454e545f4e4f545f454e41424c45444f436f6e63757272656e74206665617475726520666c6167206973206e6f742079657420656e61626c65642c20736f207468652066756e6374696f6e2063616e6e6f7420626520706572666f726d656408000000000000001345414c52454144595f434f4e43555252454e544e547269656420757067726164696e6720636f6c6c656374696f6e20746f20636f6e63757272656e742c2062757420636f6c6c656374696f6e20697320616c726561647920636f6e63757272656e7409000000000000001345494e56414c49445f4d41585f535550504c5939546865206e6577206d617820737570706c792063616e6e6f74206265206c657373207468616e207468652063757272656e7420737570706c790a000000000000001c454e4f5f4d41585f535550504c595f494e5f434f4c4c454354494f4e2954686520636f6c6c656374696f6e20646f6573206e6f7420686176652061206d617820737570706c790b000000000000001f45434f4c4c454354494f4e5f4f574e45525f4e4f545f535550504f525445442d54686520636f6c6c656374696f6e206f776e65722066656174757265206973206e6f7420737570706f727465640a044275726e010400044d696e74010400084d75746174696f6e0104000a436f6c6c656374696f6e010301183078313a3a6f626a6563743a3a4f626a65637447726f75700b4669786564537570706c79010301183078313a3a6f626a6563743a3a4f626a65637447726f75700c5365744d6178537570706c790104000f556e6c696d69746564537570706c79010301183078313a3a6f626a6563743a3a4f626a65637447726f757010436f6e63757272656e74537570706c79010301183078313a3a6f626a6563743a3a4f626a65637447726f757013436f6e63757272656e744275726e4576656e7401040013436f6e63757272656e744d696e744576656e740104000503757269010100046e616d6501010005636f756e740101000763726561746f720101000b6465736372697074696f6e010100000202020b010103050b0101030202010705030204000509030a050b0504020209030a050502050e050f0806120806130806140b07010808090203190509030a050a02031905090b0b01030a050c020502031d0305031e0b070108041f0b0701080d0e02030005090b0b01030a050d020209030a050f0204230806000b10010805260806270806080201230806110203000b1001080529032a03120204020305031e0b070108041f0b0701080d0001000300070d092b0e0038000c010a01290404280a01290004110b012b001000380138020c020b02020a012907041b0b012b0710011438020c02050f0a01290d04250b012b0d10021438020c02050f38030c02050f0601000000000000001105270601000104040e0e0038000c010a012904040b0b012b04100314020601000000000000001105270701000104040e0e0038000c010a012904040b0b012b041004140206010000000000000011052708010002070d123c0a0011090c010b00110a0c020a01290704240b012c0713070c030c040c053804380512000c060c070d060f000b0738060d060f050b0538060e020b062d000b0438070b033808020a01290d04390b012c0d130d3805380512000c060c080c090c0a0c070b0a0c050b090c040b080c030514060800000000000000110f271001000016070b0038090c010e01380a1201021201000008050b000b0111131114021501000104040e0e0038000c010a012904040b0b012b04100614020601000000000000001105271601000104040e0e0038000c010a012904040b0b012b041007140206010000000000000011052713010000080e0a0011170680000000000000002504090b00111814020b00010603000000000000001119271a01000029680a020600000000000000002204630e0311130c060a000b06111b0b023804380512000b000c070c080c0a0b010c0b0b030c0c0b040c0d0b050c0e0b08380b0c0f0e0c111706800000000000000025045e0e0e11170600020000000000002504590e0b11170600080000000000002504540e0a111c0c100b07111d0b0b0b0c0b0e0e10380c12040c110e100b112d040e0f380d04510e100b0f380e2d000e0d380f0346054a0e0a0d0d381011220e0a11230c120e1211240b0a020b0f381105420b07010605000000000000001119270b07010604000000000000001119270b07010603000000000000001119270b0001060600000000000000110f27260100002a16112704110b000b010b020b030b040b05111a0c060e0611230c070e0711280b06020b0001060b000000000000001129272a0100002c5c0e0211130c050a000b05111b3805380512000c060c080b010c090b020c0a0b030c0b0b040c0c0b06380b0c0d0e0a11170680000000000000002504570e0c11170600020000000000002504520e09111706000800000000000025044d0e08111c0c0e0b00111d0b090b0a0b0c0e0e380c12040c0f0e0e0b0f2d040e0d380d044a0e0e0b0d380e2d000e0b380f033f05430e080d0b381011220e0811230c100e1011240b08020b0d3811053b0b00010605000000000000001119270b00010604000000000000001119270b00010603000000000000001119272b0100002a15112704100b000b010b020b030b04112a0c050e0511230c060e0611280b05020b0001060b000000000000001129272c0000002e570e0211130c050a000b05111b0c060b010c070b020c080b030c090b040c0a38120c0b0e0811170680000000000000002504520e0a111706000200000000000025044d0e0711170600080000000000002504480e06111c0c0c0b00111d0b070b080b0a0e0c380c12040c0d0e0c0b0d2d040e0b381304450e0c0b0b38142d070e09380f033a053e0e060d09381011220e0611230c0e0e0e11240b06020b0b381505360b00010605000000000000001119270b00010604000000000000001119270b00010603000000000000001119272d03000300070d335f0b00380a0c040a04290004140a042a000f0006010000000000000038160b040e023817140b010b0312023818020a04290704390a042a070c050a050f010c060a0614060100000000000000170b0615113104300b05010b040e023817140b010b031202381805130b050f080e023817140b011203381905130a04290d033d05130a042a0d0c070a070f020c060a0614060100000000000000170b0615113104560b07010b040e023817140b010b031202381805130b070f090e023817140b011203381905133303000300070d3999010b00380a0c020a02290004250a022a000c030a030f00060100000000000000381a04200a030f0506010000000000000038060b020a031005381b0b011208381c0b031005381b381d0c040b04020b03010602000000000000001119270a02290704640a022a070c050a050f010c060a0614060100000000000000160b06150a050f0a0c060a0614060100000000000000160b06150a051001140a05100b1425045f113104560b020a05100a14381e0b011208381c0b05100a14381e381d0c04051e0a050f0c0a05100a140b011209381f054f0b05010602000000000000001119270a02290d0496010a022a0d0c070a070f020c060a0614060100000000000000160b06150a070f0d0c060a0614060100000000000000160b06151131048d010b020a07100d14381e0b011208381c0b07100d14381e381d0c04051e0a070f0e0a07100d140b011209381f05860138200c04051e37010001043c3b0e0111170600080000000000002504360a000c020a02100f142904042f0b02100f142a040c0311310426070011380b00100f1438210a031006140a01120a38220b030f060c040b010b0415020b00010a030f1007001138120b3823051f0b00010b02010601000000000000001105270b00010605000000000000001119273a01000200073f4d0b00100f1438210c020e02380a0c030a032900042e0b032a000c040a04100038010c050a010a052604290a04100038240c060a0138040a040f00150b040f000b0538060b020b060b01120c3825020b04010609000000000000001119270a032907044a0b032a070c070a010a071001142604450a07100b140c060b070f0b0c080a010b081505230b0701060900000000000000111927060a00000000000000110f273c010001043c300e01111706800000000000000025042b0a000c020a02100f14290404240b02100f142a040c03070111380b00100f1438210a031004140a01120a38220b030f040c040b010b0415020b00010b02010601000000000000001105270b00010603000000000000001119273d010001043c3b0e0111170600020000000000002504360a000c020a02100f142904042f0b02100f142a040c0311310426070211380b00100f1438210a031007140a01120a38220b030f070c040b010b0415020b00010a030f1007021138120b3823051f0b00010b02010601000000000000001105270b0001060400000000000000111927000007000d000400040200010401040307030d020702070107040d010d0301000404000a00","abi":{"address":"0x4","name":"collection","friends":["0x4::token"],"exposed_functions":[{"name":"count","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::option::Option<u64>"]},{"name":"creator","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["address"]},{"name":"name","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"upgrade_to_concurrent","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ExtendRef"],"return":[]},{"name":"generate_mutator_ref","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ConstructorRef"],"return":["0x4::collection::MutatorRef"]},{"name":"create_collection_address","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&address","&0x1::string::String"],"return":["address"]},{"name":"description","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"uri","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["0x1::string::String"]},{"name":"create_collection_seed","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::string::String"],"return":["vector<u8>"]},{"name":"create_fixed_collection","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","u64","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_fixed_collection_as_owner","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","u64","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_unlimited_collection","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"create_unlimited_collection_as_owner","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::option::Option<0x4::royalty::Royalty>","0x1::string::String"],"return":["0x1::object::ConstructorRef"]},{"name":"decrement_supply","visibility":"friend","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::Object<0x4::collection::Collection>","address","0x1::option::Option<u64>","address"],"return":[]},{"name":"increment_supply","visibility":"friend","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::Object<0x4::collection::Collection>","address"],"return":["0x1::option::Option<0x1::aggregator_v2::AggregatorSnapshot<u64>>"]},{"name":"set_description","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::collection::MutatorRef","0x1::string::String"],"return":[]},{"name":"set_max_supply","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::collection::MutatorRef","u64"],"return":[]},{"name":"set_name","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::collection::MutatorRef","0x1::string::String"],"return":[]},{"name":"set_uri","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::collection::MutatorRef","0x1::string::String"],"return":[]}],"structs":[{"name":"ConcurrentSupply","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"current_supply","type":"0x1::aggregator_v2::Aggregator<u64>"},{"name":"total_minted","type":"0x1::aggregator_v2::Aggregator<u64>"}]},{"name":"MutatorRef","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"self","type":"address"}]},{"name":"Burn","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"collection","type":"address"},{"name":"index","type":"u64"},{"name":"token","type":"address"},{"name":"previous_owner","type":"address"}]},{"name":"BurnEvent","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"index","type":"u64"},{"name":"token","type":"address"}]},{"name":"Collection","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"creator","type":"address"},{"name":"description","type":"0x1::string::String"},{"name":"name","type":"0x1::string::String"},{"name":"uri","type":"0x1::string::String"},{"name":"mutation_events","type":"0x1::event::EventHandle<0x4::collection::MutationEvent>"}]},{"name":"ConcurrentBurnEvent","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"collection_addr","type":"address"},{"name":"index","type":"u64"},{"name":"token","type":"address"}]},{"name":"ConcurrentMintEvent","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"collection_addr","type":"address"},{"name":"index","type":"0x1::aggregator_v2::AggregatorSnapshot<u64>"},{"name":"token","type":"address"}]},{"name":"FixedSupply","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"current_supply","type":"u64"},{"name":"max_supply","type":"u64"},{"name":"total_minted","type":"u64"},{"name":"burn_events","type":"0x1::event::EventHandle<0x4::collection::BurnEvent>"},{"name":"mint_events","type":"0x1::event::EventHandle<0x4::collection::MintEvent>"}]},{"name":"Mint","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"collection","type":"address"},{"name":"index","type":"0x1::aggregator_v2::AggregatorSnapshot<u64>"},{"name":"token","type":"address"}]},{"name":"MintEvent","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"index","type":"u64"},{"name":"token","type":"address"}]},{"name":"Mutation","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"mutated_field_name","type":"0x1::string::String"},{"name":"collection","type":"0x1::object::Object<0x4::collection::Collection>"},{"name":"old_value","type":"0x1::string::String"},{"name":"new_value","type":"0x1::string::String"}]},{"name":"MutationEvent","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"mutated_field_name","type":"0x1::string::String"}]},{"name":"SetMaxSupply","is_native":false,"is_event":true,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"collection","type":"0x1::object::Object<0x4::collection::Collection>"},{"name":"old_max_supply","type":"u64"},{"name":"new_max_supply","type":"u64"}]},{"name":"UnlimitedSupply","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"current_supply","type":"u64"},{"name":"total_minted","type":"u64"},{"name":"burn_events","type":"0x1::event::EventHandle<0x4::collection::BurnEvent>"},{"name":"mint_events","type":"0x1::event::EventHandle<0x4::collection::MintEvent>"}]}]}},{"bytecode":"0xa11ceb0b0700000a0b010014021448035ca6040482055205d4058a0407de09f80d08d6174010961894050aaa1d370ce11d92140df3311c0000010400060008001401170019011e012201270001080001030701000002050600030506000011080004130600051606000405060006050600051b0701000109260700052a0200032b0b0006350a0002460800054b0600055c0200001a0001010801051c0304010801041d0504010801071f0604000101200809010001061a0a01000101210b02010001041a0701000108230c0c000108240c0c000100250e01000100280e0f000100290e100001012c0112010001042d13100001052e14150001022f1604000105300405010801043114180001013202120100010433140700010631140a000106341a1b000106361c01000100371e01010801003805090108010139081f010001043720010001003a1e01010801003b0509010801043a20010001003c1e01010801003d0509010801043c20010001003e2201010801003f050901080106402301000100412501020802010642270101020100430509010801004405090108010445052801080100472b01000100482b2c0001032d2d11000102492e1000010231142f0001054a14300001033130310001054c1405010801004d0001010801054e33010001004f050901080100500509010801005105090108010052050901080100530509010801005405090108010055050901080100560509010801005705090108010058350100010059350f0001055a14190001055b33360001055d37010001055e14040001015f3a0101000100601e0101080106613c01000100621e01010801021d050401080102373d01000100633f010108010364400100010065410101080100661e01010801023c3d0100010067000101080105683301000100692201010801066442010001006a250102080201066b430101020101020202040706070d1111170117131813070d190d070d1819021a181d02200223022626290201291311132f133131170d310d2f282904191a190431382939293b2931382817431947021a2f1a314902532602060c0b090109000001090001060b090109000105010b0901090001060c01080501060b01010900010101080801070b01010900010306060b090109000506080406080408080b0101080508060c080a080a080a080a0a080a0a080a0a0a02010b0901080401080b01080c010b0101090006060c080a080a080a0b0101080c080a0106080b010c02060506080a010800010807010806030a080a0a080a0a0a0201080d0206080b080d0d080b0c06080a050b090108000506080001010b010108070b010108050804080d03060c0b09010900080a0106090002060807080a03060b09010900060c0505060c0b09010900080a080a0a0204060808080a080a0a0203060b090109000506080404060c0b09010900080a090101090103060808080a0900010b0901080e01080e020b0901080e0510060c080a03080a080a0101010101010101010303010b090108000303030506060c080a03080a0b0101080c080a01080201080f0108030805080c080b0c010b010108020b0101080308000106080604060b09010900050608040109060c080a080a080a080a0a080a0a080a0a0a02050108100208100501080402080b080602070b01010900090004080b06080a0508060206080806080a02060802080a03060b090109000506080003060c0b09010900080c02060803080c05060c0b090109000303050406080806080a080a0a020306080806080a09000b6170746f735f746f6b656e0f4170746f73436f6c6c656374696f6e0b6d757461746f725f726566064f7074696f6e066f7074696f6e0a4d757461746f725265660a636f6c6c656374696f6e13726f79616c74795f6d757461746f725f72656607726f79616c7479136d757461626c655f6465736372697074696f6e0b6d757461626c655f757269196d757461626c655f746f6b656e5f6465736372697074696f6e126d757461626c655f746f6b656e5f6e616d65186d757461626c655f746f6b656e5f70726f70657274696573116d757461626c655f746f6b656e5f7572691a746f6b656e735f6275726e61626c655f62795f63726561746f721b746f6b656e735f667265657a61626c655f62795f63726561746f720a4170746f73546f6b656e086275726e5f726566074275726e52656605746f6b656e0c7472616e736665725f7265660b5472616e73666572526566066f626a6563741470726f70657274795f6d757461746f725f7265660c70726f70657274795f6d6170046275726e064f626a6563740e6f626a6563745f616464726573730763726561746f72067369676e65720a616464726573735f6f660769735f736f6d650765787472616374056572726f72117065726d697373696f6e5f64656e696564096e6f745f666f756e64046d696e7406537472696e6706737472696e67116d696e745f746f6b656e5f6f626a6563740d6d696e745f696e7465726e616c0e436f6e7374727563746f7252656607526f79616c7479046e6f6e65066372656174650f67656e65726174655f7369676e6572196372656174655f636f6c6c656374696f6e5f6164647265737311616464726573735f746f5f6f626a6563741467656e65726174655f6d757461746f725f72656604736f6d651167656e65726174655f6275726e5f7265660d707265706172655f696e7075740b50726f70657274794d617004696e69740f7365745f6465736372697074696f6e1669735f6d757461626c655f6465736372697074696f6e06626f72726f77087365745f6e616d650f69735f6d757461626c655f6e616d65077365745f7572690e69735f6d757461626c655f7572690c6164645f70726f7065727479166172655f70726f706572746965735f6d757461626c6503616464126164645f74797065645f70726f7065727479096164645f74797065641e6172655f636f6c6c656374696f6e5f746f6b656e735f6275726e61626c651f6172655f636f6c6c656374696f6e5f746f6b656e735f667265657a61626c6511636f6c6c656374696f6e5f6f626a6563740a436f6c6c656374696f6e116372656174655f636f6c6c656374696f6e186372656174655f636f6c6c656374696f6e5f6f626a656374176372656174655f66697865645f636f6c6c656374696f6e1367656e65726174655f657874656e645f72656609457874656e645265661b6f626a6563745f66726f6d5f636f6e7374727563746f725f7265660f667265657a655f7472616e736665721864697361626c655f756e67617465645f7472616e736665720b69735f6275726e61626c651769735f667265657a61626c655f62795f63726561746f722169735f6d757461626c655f636f6c6c656374696f6e5f6465736372697074696f6e1d69735f6d757461626c655f636f6c6c656374696f6e5f726f79616c74792769735f6d757461626c655f636f6c6c656374696f6e5f746f6b656e5f6465736372697074696f6e2069735f6d757461626c655f636f6c6c656374696f6e5f746f6b656e5f6e616d652669735f6d757461626c655f636f6c6c656374696f6e5f746f6b656e5f70726f706572746965731f69735f6d757461626c655f636f6c6c656374696f6e5f746f6b656e5f7572691969735f6d757461626c655f636f6c6c656374696f6e5f7572690f6d696e745f736f756c5f626f756e641c6d696e745f736f756c5f626f756e645f746f6b656e5f6f626a6563741567656e65726174655f7472616e736665725f7265661c67656e65726174655f6c696e6561725f7472616e736665725f726566114c696e6561725472616e73666572526566117472616e736665725f776974685f7265661c616464726573735f66726f6d5f636f6e7374727563746f725f7265660466696c6c0f72656d6f76655f70726f70657274790672656d6f76651a7365745f636f6c6c656374696f6e5f6465736372697074696f6e187365745f636f6c6c656374696f6e5f726f79616c74696573067570646174651d7365745f636f6c6c656374696f6e5f726f79616c746965735f63616c6c127365745f636f6c6c656374696f6e5f75726911756e667265657a655f7472616e7366657217656e61626c655f756e67617465645f7472616e736665720f7570646174655f70726f7065727479157570646174655f74797065645f70726f70657274790c7570646174655f74797065640000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000114636f6d70696c6174696f6e5f6d65746164617461090003322e3003322e31126170746f733a3a6d657461646174615f7631e0040601000000000000001a45434f4c4c454354494f4e5f444f45535f4e4f545f45584953541d54686520636f6c6c656374696f6e20646f6573206e6f7420657869737402000000000000001545544f4b454e5f444f45535f4e4f545f45584953541854686520746f6b656e20646f6573206e6f7420657869737403000000000000000c454e4f545f43524541544f52265468652070726f7669646564207369676e6572206973206e6f74207468652063726561746f72040000000000000012454649454c445f4e4f545f4d555441424c4526546865206669656c64206265696e67206368616e676564206973206e6f74206d757461626c6505000000000000001345544f4b454e5f4e4f545f4255524e41424c452654686520746f6b656e206265696e67206275726e6564206973206e6f74206275726e61626c650600000000000000174550524f504552544945535f4e4f545f4d555441424c452d5468652070726f7065727479206d6170206265696e67206d757461746564206973206e6f74206d757461626c65020a4170746f73546f6b656e010301183078313a3a6f626a6563743a3a4f626a65637447726f75700f4170746f73436f6c6c656374696f6e010301183078313a3a6f626a6563743a3a4f626a65637447726f7570060b69735f6275726e61626c650101000e69735f6d757461626c655f7572690101000f69735f6d757461626c655f6e616d65010100166172655f70726f706572746965735f6d757461626c650101001669735f6d757461626c655f6465736372697074696f6e0101001769735f667265657a61626c655f62795f63726561746f7201010000020a020b01010802070b0101080309010a010b010c010d010e010f011001040204120b01010805150b01010806020b0101080718080800010401010d350e010c020a0238000c030a032901042e0b021438010b00110321042b0b032b010c040a041000380204260b04010e0138002c0113010c0601010c070b0611050d0738031107020b04010605000000000000001108270603000000000000001108270b02010b00010602000000000000001109270a0104020001010b0b000b010b020b030b040b050b060b07110b01020c000001001d5d0a000a010b020b0338040b04110e0c080e08110f0c090e010c0a0b0011030c0b0e0b0b0a111038050c0c0e0c38060c0d0a0d2900045a0b0d2b000c0e0a0e1001140455080c0f0b0f0450080c100b10044d0e08111238070c110b0e100214044a0e08111438080c120b1238090b110e08111512010c130e090b132d010b050b060b0711160c140e080b1411170b0802380a0c120536380b0c11052e0a0e1003140c1005280a0e1004140c0f0524060100000000000000110927180104020001212a0a01380c04250e010c030b000c040a0338000c050a052901041e0b031438010b04110321041b0b052b011005380d0b02111b020603000000000000001108270b03010b04010602000000000000001109270b00010604000000000000001108271c0104020001212a0a01380e04250e010c030b000c040a0338000c050a052901041e0b031438010b04110321041b0b052b011005380d0b02111e020603000000000000001108270b03010b04010602000000000000001109270b00010604000000000000001108271f0104020001212a0a01380f04250e010c030b000c040a0338000c050a052901041e0b031438010b04110321041b0b052b011005380d0b021121020603000000000000001108270b03010b04010602000000000000001109270b0001060400000000000000110827220104020001242b0e010c050a0538000c060a06290104240b051438010b0011032104210b062b010c070b013810041c0b0710060b020b030b041124020b07010606000000000000001108270603000000000000001108270b05010b0001060200000000000000110927250104020001242a0e010c040a0438000c050a05290104230b041438010b0011032104200b052b010c060b013810041b0b0610060b020b033811020b06010606000000000000001108270603000000000000001108270b04010b00010602000000000000001109272701000100040e0e0038000c010a012900040b0b012b00100214020601000000000000001109272801000100040e0e0038000c010a012900040b0b012b001007140206010000000000000011092723010001002a110b0038120c010e0138130c020a022900040e0b022b00100814020601000000000000001109272a01040001130b000b010b020b030b040b050b060b070b080b090b0a0b0b0b0c0b0d0b0e0b0f112b01022b01000032400a0011030c100b0e0b0f0b10112c0c110b000b010b020b030b1138140b04112d0c120e12110f0c130a05043d080c140b14043a0e12112e38150c150b0604370e12112f113038160c160b150b160b050b070b080b090b0a0b0b0b0c0b0d12000c170e130b172d000e1238170238180c16052538190c15051e0a070c14051832010402000134330e010c020a0238000c030a032901042c0b021438010b0011032104290b032b010c040b013812381a04260a041009381b0c050b0504210b041009381c1133020b0401060400000000000000110827090c05051a0603000000000000001108270b02010b00010602000000000000001109273401000101040e0e0038000c010a012901040b0b012b011000380202060200000000000000110927350100010001040b003812381a023601000100040e0e0038000c010a012900040b0b012b00100a14020601000000000000001109273701000100040e0e0038000c010a012900040b0b012b00100b381d020601000000000000001109273801000100040e0e0038000c010a012900040b0b012b00100114020601000000000000001109273901000100040e0e0038000c010a012900040b0b012b00100414020601000000000000001109273a01000100040e0e0038000c010a012900040b0b012b00100814020601000000000000001109273b01000100040e0e0038000c010a012900040b0b012b00100314020601000000000000001109273c01000100040e0e0038000c010a012900040b0b012b00100c1402060100000000000000110927190100010001040b003812381e021d0100010001040b003812381f02200100010001040b0038123820023d01040100010c0b000b010b020b030b040b050b060b070b08113e01023e0100010039160b000b010b020b030b040b050b060b07110c0c090e09113f0c0a0e0a11400b0811410e0a11330e093821020b01000200013b220a000a010b020b030b040b050b060b07110c0c080e010c090b0011030c0a0e0a0b091110380538220316051f0e0811422a010e08113f0c0b0f090b0b38230e0838210244010402000124290e010c030a0338000c040a04290104220b031438010b00110321041f0b042b010c050b013810041a0b0510060e021145020b05010606000000000000001108270603000000000000001108270b03010b000106020000000000000011092746010401003e2b0e010c030a0338000c040a04290004240b031438240b0011032104210b042b000c050a05100a14041c0b05100d38250b021148020b05010604000000000000001108270603000000000000001108270b03010b000106010000000000000011092749010001003e2b0e010c030a0338000c040a04290004240b031438240b0011032104210b042b000c050a05100b381d041c0b05100b38260b02114a020b05010604000000000000001108270603000000000000001108270b03010b00010601000000000000001109274b00040100110a0b020b030b04112c0c050b000b010b053827024c010401003e2b0e010c030a0338000c040a04290004240b031438240b0011032104210b042b000c050a05100c14041c0b05100d38250b02114d020b05010604000000000000001108270603000000000000001108270b03010b00010601000000000000001109274e010402000134330e010c020a0238000c030a032901042c0b021438010b0011032104290b032b010c040b013812381a04260a041009381b0c050b0504210b041009381c114f020b0401060400000000000000110827090c05051a0603000000000000001108270b02010b0001060200000000000000110927500104020001242b0e010c050a0538000c060a06290104240b051438010b0011032104210b062b010c070b013810041c0b0710060e020b030b041151020b07010606000000000000001108270603000000000000001108270b05010b0001060200000000000000110927520104020001242a0e010c040a0438000c050a05290104230b041438010b0011032104200b052b010c060b013810041b0b0610060e020b033828020b06010606000000000000001108270603000000000000001108270b04010b00010602000000000000001109270100000400080007000501020103000900060101000200010003000000","abi":{"address":"0x4","name":"aptos_token","friends":[],"exposed_functions":[{"name":"burn","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>"],"return":[]},{"name":"mint","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::string::String","vector<0x1::string::String>","vector<0x1::string::String>","vector<vector<u8>>"],"return":[]},{"name":"set_description","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String"],"return":[]},{"name":"set_name","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String"],"return":[]},{"name":"set_uri","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String"],"return":[]},{"name":"add_property","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String","0x1::string::String","vector<u8>"],"return":[]},{"name":"add_typed_property","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]},{"constraints":["drop"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String","T1"],"return":[]},{"name":"are_collection_tokens_burnable","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"are_collection_tokens_freezable","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"are_properties_mutable","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"create_collection","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","u64","0x1::string::String","0x1::string::String","bool","bool","bool","bool","bool","bool","bool","bool","bool","u64","u64"],"return":[]},{"name":"create_collection_object","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","u64","0x1::string::String","0x1::string::String","bool","bool","bool","bool","bool","bool","bool","bool","bool","u64","u64"],"return":["0x1::object::Object<0x4::aptos_token::AptosCollection>"]},{"name":"freeze_transfer","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>"],"return":[]},{"name":"is_burnable","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_freezable_by_creator","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_description","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_royalty","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_token_description","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_token_name","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_token_properties","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_token_uri","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_collection_uri","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_description","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_name","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"is_mutable_uri","visibility":"public","is_entry":false,"is_view":true,"generic_type_params":[{"constraints":["key"]}],"params":["0x1::object::Object<T0>"],"return":["bool"]},{"name":"mint_soul_bound","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::string::String","vector<0x1::string::String>","vector<0x1::string::String>","vector<vector<u8>>","address"],"return":[]},{"name":"mint_soul_bound_token_object","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::string::String","vector<0x1::string::String>","vector<0x1::string::String>","vector<vector<u8>>","address"],"return":["0x1::object::Object<0x4::aptos_token::AptosToken>"]},{"name":"mint_token_object","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&signer","0x1::string::String","0x1::string::String","0x1::string::String","0x1::string::String","vector<0x1::string::String>","vector<0x1::string::String>","vector<vector<u8>>"],"return":["0x1::object::Object<0x4::aptos_token::AptosToken>"]},{"name":"remove_property","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String"],"return":[]},{"name":"set_collection_description","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String"],"return":[]},{"name":"set_collection_royalties","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x4::royalty::Royalty"],"return":[]},{"name":"set_collection_royalties_call","visibility":"private","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","u64","u64","address"],"return":[]},{"name":"set_collection_uri","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String"],"return":[]},{"name":"unfreeze_transfer","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>"],"return":[]},{"name":"update_property","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String","0x1::string::String","vector<u8>"],"return":[]},{"name":"update_typed_property","visibility":"public","is_entry":true,"is_view":false,"generic_type_params":[{"constraints":["key"]},{"constraints":["drop"]}],"params":["&signer","0x1::object::Object<T0>","0x1::string::String","T1"],"return":[]}],"structs":[{"name":"AptosCollection","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"mutator_ref","type":"0x1::option::Option<0x4::collection::MutatorRef>"},{"name":"royalty_mutator_ref","type":"0x1::option::Option<0x4::royalty::MutatorRef>"},{"name":"mutable_description","type":"bool"},{"name":"mutable_uri","type":"bool"},{"name":"mutable_token_description","type":"bool"},{"name":"mutable_token_name","type":"bool"},{"name":"mutable_token_properties","type":"bool"},{"name":"mutable_token_uri","type":"bool"},{"name":"tokens_burnable_by_creator","type":"bool"},{"name":"tokens_freezable_by_creator","type":"bool"}]},{"name":"AptosToken","is_native":false,"is_event":false,"abilities":["key"],"generic_type_params":[],"fields":[{"name":"burn_ref","type":"0x1::option::Option<0x4::token::BurnRef>"},{"name":"transfer_ref","type":"0x1::option::Option<0x1::object::TransferRef>"},{"name":"mutator_ref","type":"0x1::option::Option<0x4::token::MutatorRef>"},{"name":"property_mutator_ref","type":"0x4::property_map::MutatorRef"}]}]}},{"bytecode":"0xa11ceb0b0700000a0c01001202122a033cd9020495034005d503ce0207a306ab0508ce0b40068e0c6d10fb0c8f050a8a12180ca212e7160d892908000001060108010e0111011e012c012e01400001060000030a0001050702000000000207070000090600051d020005210701000105310800053c0600000c00010001020d02030001030f0204000101100607020404010412080800010313020900010314020a00010315020b00010316020800010317020c00010318020d00010319020e0001031a02030001041b08080001001c10010001051f11120001002013080108010522130e01080101201508020404010023160100010123061702040401002418010001012419010204040100251b01000100261c1d01080101271e1f0204040100281c0401080101281e04020404010029111b0001052a110e0001002b2101010201062d0103010001072f220201000100302401000100321c0401080100331c0901080100341c0a01080100351c0b01080100361c0801080100371c0c01080100381c0d01080100391c02010801003a1c03010801003b27010001053d28120001003e292a0001013f012b0204040108412c0401000102202d08000100421c0e010801032f0202000100432f010102010305111412051405160519051b051f142014222523252425252526252725282529252a2510252e052f0318141f0e1f041f021f031f0c1f0a1f0d1f0b1f081f090406080006080308030a0200010a020108030101020803080402070b0202090009010609000107090101030102010d010e0104010f01050902020a02060800060803020a02080407080402060805080101060805010c01060b0601090001090001060b02020900090102060800060803020900090104060800080308030a0203070b020209000901090009010702020a020608000803020a0201080002060b060109000608030208030a0202060b0202090009010609000106090103060804020803030608000803090001060900060803020608000803020a02010b060108070108070908030803080308030803080308030803080302060808080101060808030a08030a08030a0a02010801010b02020900090101060a09000106080309030b02020803080408030a02080302020a020a0203060800060803090008080302060800060803020a0208040708040c70726f70657274795f6d61700a4d757461746f725265660473656c660b50726f70657274794d617005696e6e65720953696d706c654d61700a73696d706c655f6d617006537472696e6706737472696e670d50726f706572747956616c756504747970650576616c75650675706461746504757466380866726f6d5f62637307746f5f626f6f6c0a626f72726f775f6d7574056572726f72096e6f745f666f756e6405746f5f753806746f5f75313606746f5f75333206746f5f75363407746f5f7531323807746f5f753235360a746f5f6164647265737309746f5f737472696e6710696e76616c69645f617267756d656e7404696e69740e436f6e7374727563746f72526566066f626a6563740f67656e65726174655f7369676e6572066c656e677468064f626a6563740e6f626a6563745f616464726573730672656d6f766503616464046275726e047265616406626f72726f770c636f6e7461696e735f6b65791467656e65726174655f6d757461746f725f7265661c616464726573735f66726f6d5f636f6e7374727563746f725f726566096164645f747970656409747970655f696e666f09747970655f6e616d650362637308746f5f6279746573176173736572745f656e645f746f5f656e645f696e7075740a4f626a656374436f726509726561645f626f6f6c07726561645f753808726561645f75313608726561645f75333208726561645f75363409726561645f7531323809726561645f753235360a726561645f62797465730b726561645f737472696e6706657874656e6409457874656e645265661d67656e65726174655f7369676e65725f666f725f657874656e64696e670d707265706172655f696e7075740663726561746506766563746f720869735f656d7074790c726561645f616464726573730c7570646174655f7479706564000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000010a020504626f6f6c0a02030275380a0204037531360a0204037533320a0204037536340a020504753132380a020504753235360a020807616464726573730a020b0a766563746f723c75383e0a0214133078313a3a737472696e673a3a537472696e670a020201010a0202016114636f6d70696c6174696f6e5f6d65746164617461090003322e3003322e31126170746f733a3a6d657461646174615f7631db040801000000000000001c4550524f50455254595f4d41505f444f45535f4e4f545f45584953541f5468652070726f7065727479206d617020646f6573206e6f74206578697374020000000000000023454b45595f414c52454144595f4558495354535f494e5f50524f50455254595f4d41501f5468652070726f7065727479206b657920616c72656164792065786973747303000000000000001445544f4f5f4d414e595f50524f504552544945532c546865206e756d626572206f662070726f70657274696573206578636565647320746865206d6178696d756d040000000000000019454b45595f56414c55455f434f554e545f4d49534d415443482a50726f7065727479206b657920616e642076616c756520636f756e747320646f206e6f74206d61746368050000000000000018454b45595f545950455f434f554e545f4d49534d415443482950726f7065727479206b657920616e64207479706520636f756e747320646f206e6f74206d6174636806000000000000000e45545950455f4d49534d415443482b50726f70657274792076616c756520646f6573206e6f74206d61746368206578706563746564207479706507000000000000000d45545950455f494e56414c49441c496e76616c69642076616c756520747970652073706563696669656408000000000000001a4550524f50455254595f4d41505f4b45595f544f4f5f4c4f4e4723546865206b6579206f66207468652070726f706572747920697320746f6f206c6f6e67010b50726f70657274794d6170010301183078313a3a6f626a6563743a3a4f626a65637447726f7570000002010205010201040b0202080308040402020a020b0a0200010001010fd1010a02070011012104820131000c040a040c050a030c060a0531002104360b061102010b000c070b010c080b040c090b030c0a0a071000142901042f0b071000142a010f010b0838000b090b0a12020c0b0c0c0b0b0b0c15020b07010b08010601000000000000001104270a05310121043e0b0611050105120a0531022104460b0611060105120a05310321044e0b0611070105120a0531042104560b0611080105120a05310521045e0b0611090105120a0531062104660b06110a0105120a05310721046e0b06110b0105120a05310821047305120b05310921047b0b06110c0105120b00010b0101060600000000000000110d270a020701110121048a0131010c0405070a02070211012104920131020c0405070a020703110121049a0131030c0405070a02070411012104a20131040c0405070a02070511012104aa0131050c0405070a02070611012104b20131060c0405070a02070711012104ba0131070c0405070a02070811012104c20131080c0405070b02070911012104ca0131090c0405070b00010b0101060700000000000000110d270e01000012070b00110f0c020e020b012d01021001000101010f0a0038012901040a0b0038012b0110013802020b0001060100000000000000110427130100010101160a001000142901040f0b001000142a010f010b0138030101020b00010b010106010000000000000011042715010001011ac6010a020700110121047931000c040a040c050a030c060a05310021042f0b061102010b000c070b010c080b040c090b030c0a0a071000142901042a0b071000142a010f010b080b090b0a12023804020b07010601000000000000001104270a0531012104370b0611050105120a05310221043f0b0611060105120a0531032104470b0611070105120a05310421044f0b0611080105120a0531052104570b0611090105120a05310621045f0b06110a0105120a0531072104670b06110b0105120a05310821046c05120b0531092104740b06110c0105120b0001060600000000000000110d270a02070111012104810131010c0405070a02070211012104890131020c0405070a02070311012104910131030c0405070a02070411012104990131040c0405070a02070511012104a10131050c0405070a02070611012104a90131060c0405070a02070711012104b10131070c0405070a02070811012104b90131080c0405070b02070911012104c10131090c0405070b0001060700000000000000110d27170100010101060e001000142c0101021801000101206f0a003801290104680b0038012b0110010b0138050c020a021002140c030a03310021041b070011010c040b040b02100314020a033101210423070111010c0405160a03310221042b070211010c0405160a033103210433070311010c0405160a03310421043b070411010c0405160a033105210443070511010c0405160a03310621044b070611010c0405160a033107210453070711010c0405160a03310821045b070811010c0405160b033109210463070911010c0405160b0201060700000000000000110d270b00010b01010601000000000000001104271a0100010101120a0038012901040b0b0038012b0110010b013806020b00010b01010601000000000000001104271c01000001040b00111d1200021e01000101237438070c030a030700110121042731000c040b000c050b010c060b040c070e0238080c080a05100014290104220b051000142a010f010b060b070b0812023804020b05010601000000000000001104270a030701110121042f31010c0405090a030702110121043731020c0405090a030703110121043f31030c0405090a030704110121044731040c0405090a030705110121044f31050c0405090a030706110121045731060c0405090a030707110121045f31070c0405090a030708110121046731080c0405090b030709110121046f31090c0405090b0001060700000000000000110d272100000101266a0e00070011010c010e01380904680e00070111010c020e02380a31122104660e00070211010c030e03380b4834122104640e00070311010c040e04380c49785634122104620e00070411010c050e05380d0678563412785634122104600e00070511010c060e06380e327856341278563412785634127856341221045e0e00070611010c070e07380f4a785634127856341278563412785634127856341278563412785634127856341221045c0e00070811010c080e083810070a21045a0e00070911010c090e093811070b11012104580e00381206090000000000000021045602060900000000000000270608000000000000002706070000000000000027060600000000000000270605000000000000002706040000000000000027060300000000000000270602000000000000002706010000000000000027060000000000000000272b01000012070b00112c0c020e020b012d01022d0100002ee1010e0041030c030a0306e8030000000000002504de010a030e0241022104db010b030e0141032104d80138130c040e00381403d5010d0045030c050e0511300680000000000000002504d2010d0245020c060d0145030c070a07070011012104870131000c080a080c090a060c0a0a09310021043f0b0a1102010d040b050b060c0b0b080b0b1202380405130a0931012104470b0a11050105360a09310221044f0b0a11060105360a0931032104570b0a11070105360a09310421045f0b0a11080105360a0931052104670b0a11090105360a09310621046f0b0a110a0105360a0931072104770b0a110b0105360a09310821047c05360b093109210484010b0a110c010536060600000000000000110d270a070701110121048f0131010c08052b0a07070211012104970131020c08052b0a070703110121049f0131030c08052b0a07070411012104a70131040c08052b0a07070511012104af0131050c08052b0a07070611012104b70131060c08052b0a07070711012104bf0131070c08052b0a07070811012104c70131080c08052b0b07070911012104cf0131090c08052b060700000000000000110d27060800000000000000110d270b04120102060500000000000000110d27060400000000000000110d27060300000000000000110d273101000101020d0b000b0138150c02381621040a0b02110b02060600000000000000110d272201000101020d0b000b0138150c02381721040a0b02110202060600000000000000110d272901000101020d0b000b0138150c02381821040a0b02113202060600000000000000110d272a01000101020d0b000b0138150c02381921040a0b02110c02060600000000000000110d272701000101020d0b000b0138150c02381a21040a0b02110902060600000000000000110d272401000101020d0b000b0138150c02381b21040a0b02110602060600000000000000110d272801000101020d0b000b0138150c02381c21040a0b02110a02060600000000000000110d272501000101020d0b000b0138150c02381d21040a0b02110702060600000000000000110d272601000101020d0b000b0138150c02381e21040a0b02110802060600000000000000110d272301000101020d0b000b0138150c02381f21040a0b02110502060600000000000000110d273301000101307d38070c030a030700110121042e31000c040b000c050b010c060b040c070e0238080c080a05100014290104270b051000142a010f010b0638000b070b0812020c090c0a0b090b0a15020b05010b06010601000000000000001104270a030701110121043631010c0405090a030702110121043e31020c0405090a030703110121044631030c0405090a030704110121044e31040c0405090a030705110121045631050c0405090a030706110121045e31060c0405090a030707110121046631070c0405090a030708110121046e31080c0405090b030709110121047631090c0405090b00010b0101060700000000000000110d27000001000200020100","abi":{"address":"0x4","name":"property_map","friends":[],"exposed_functions":[{"name":"update","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::property_map::MutatorRef","&0x1::string::String","0x1::string::String","vector<u8>"],"return":[]},{"name":"init","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ConstructorRef","0x4::property_map::PropertyMap"],"return":[]},{"name":"length","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>"],"return":["u64"]},{"name":"remove","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::property_map::MutatorRef","&0x1::string::String"],"return":[]},{"name":"add","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x4::property_map::MutatorRef","0x1::string::String","0x1::string::String","vector<u8>"],"return":[]},{"name":"burn","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["0x4::property_map::MutatorRef"],"return":[]},{"name":"read","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["0x1::string::String","vector<u8>"]},{"name":"contains_key","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["bool"]},{"name":"generate_mutator_ref","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ConstructorRef"],"return":["0x4::property_map::MutatorRef"]},{"name":"add_typed","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["drop"]}],"params":["&0x4::property_map::MutatorRef","0x1::string::String","T0"],"return":[]},{"name":"extend","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["&0x1::object::ExtendRef","0x4::property_map::PropertyMap"],"return":[]},{"name":"prepare_input","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[],"params":["vector<0x1::string::String>","vector<0x1::string::String>","vector<vector<u8>>"],"return":["0x4::property_map::PropertyMap"]},{"name":"read_address","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["address"]},{"name":"read_bool","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["bool"]},{"name":"read_bytes","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["vector<u8>"]},{"name":"read_string","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["0x1::string::String"]},{"name":"read_u128","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["u128"]},{"name":"read_u16","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["u16"]},{"name":"read_u256","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["u256"]},{"name":"read_u32","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["u32"]},{"name":"read_u64","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["u64"]},{"name":"read_u8","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["key"]}],"params":["&0x1::object::Object<T0>","&0x1::string::String"],"return":["u8"]},{"name":"update_typed","visibility":"public","is_entry":false,"is_view":false,"generic_type_params":[{"constraints":["drop"]}],"params":["&0x4::property_map::MutatorRef","&0x1::string::String","T0"],"return":[]}],"structs":[{"name":"MutatorRef","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"self","type":"address"}]},{"name":"PropertyMap","is_native":false,"is_event":false,"abilities":["drop","key"],"generic_type_params":[],"fields":[{"name":"inner","type":"0x1::simple_map::SimpleMap<0x1::string::String, 0x4::property_map::PropertyValue>"}]},{"name":"PropertyValue","is_native":false,"is_event":false,"abilities":["drop","store"],"generic_type_params":[],"fields":[{"name":"type","type":"u8"},{"name":"value","type":"vector<u8>"}]}]}}]');
|
|
882
|
-
function loadAllTypes(coder) {
|
|
883
|
-
_0x1.loadAllTypes(coder);
|
|
884
|
-
for (const m of Object.values(MODULES)) {
|
|
885
|
-
coder.load(m, "0x4");
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
loadAllTypes((0, aptos_1.defaultMoveCoder)());
|
|
889
|
-
//# sourceMappingURL=0x4.js.map
|