TOO_COMPLEX
This transaction is too complex it does too much logic or read/write to much data.
[Error Code: 1110] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: internal error: failed to store slab 0x1eb431aa9ccfe4c0.2755280: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6573025788 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:24 +0x65
github.com/onflow/cadence/runtime/errors.NewUnexpectedErrorFromCause(...)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/errors/errors.go:152
github.com/onflow/cadence/runtime/interpreter.asCadenceError({0x27fc500, 0x160e62265c0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x1168d6f3740, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x160e62265c0})
/usr/local/go/src/runtime/panic.go:884 +0x213
github.com/onflow/cadence/runtime/stdlib.newStorageUsedGetFunction.func1(0xbaf405?)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/stdlib/account.go:426 +0xc6
github.com/onflow/cadence/runtime/interpreter.NewPublicAccountValue.func1({0xe525e60160?, 0x14476ff1410?}, 0xe525e60160?, {{0x3388860?, 0x162c39f6420?}, {0x3371ba0?, 0xd49c086c60?}})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/value_account.go:338 +0x2d5
github.com/onflow/cadence/runtime/interpreter.(*SimpleCompositeValue).GetMember(0x1199f6d2600, 0x33a0cf0?, {{0x3388860?, 0x162c39f6420?}, {0x3371ba0?, 0xd49c086c60?}}, {0xe525e60160, 0xb})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/simplecompositevalue.go:143 +0xc7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).getMember(0x1168d6f3740?, {0x33a0cf0, 0x1199f6d2600}, {{0x3388860?, 0x162c39f6420?}, {0x3371ba0?, 0xd49c086c60?}}, {0xe525e60160, 0xb})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:4902 +0xbd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).memberExpressionGetterSetter.func1(0x0)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_expression.go:253 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitMemberExpression(0x1?, 0x1?)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_expression.go:903 +0x37
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3397380?, 0xd49c086c60}, {0x33b0f80, 0x1168d6f3740})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:248 +0x334
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_expression.go:341
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitBinaryExpression(0x1168d6f3740, 0xcb7f76f980)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_expression.go:346 +0x59
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3396e40?, 0xcb7f76f980}, {0x33b0f80, 0x1168d6f3740})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:260 +0x458
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_expression.go:341
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitIfStatementWithTestExpression(0xbab105?, {0x3396e40?, 0xcb7f76f980?}, 0x1ad7bcb?, 0x0)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_statement.go:126 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitIfStatement(0x1168d6f3740?, 0x160dcb3fec0)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_statement.go:113 +0xd8
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x338eb00?, 0x160dcb3fec0}, {0x33ab6e0, 0x1168d6f3740})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x1168d6f3740, {0x338eb00?, 0x160dcb3fec0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_statement.go:58 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc813fa?, {0x160dcb7a400?, 0x5, 0x1168d6f3740?})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_statement.go:64 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0x1168d6f3740, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x15fbc235858, {0x0, 0x0, ...}, ...)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0x1168d6f3740?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x12b6b499e00?})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0x1168d6f3740, 0x160e2071d80, {{{0x0, 0x0}, {0x0, 0x0}}, 0x160e233d050, 0x0, 0x0, 0x1168d6f3740, ...})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_invocation.go:148 +0x1d8
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(...)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/value_function.go:126
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1.1()
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_transaction.go:122 +0x79
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0x1168d6f3740, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x15fbc235c70, {0x0, 0x0, ...}, ...)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1({{{0x0, 0x0}, {0x0, 0x0}}, 0x160e233d050, 0x0, 0x0, 0x1168d6f3740, {0x160e236fba0, 0x2, ...}, ...})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter_transaction.go:134 +0x3a6
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0x4?, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, 0x0, 0x0, 0x1168d6f3740, {0x160e236fb80, ...}, ...})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/value_function.go:256 +0x3a
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeExternally(0x160e14ac690?, {0x33a9b00, 0x160e15c35a8}, 0x160e14ac700?, {0x160e236fb40?, 0x4?, 0x33b6010?})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:479 +0x2fd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeTransaction(0x1168d6f3740, 0x160e236fb60?, {0x160e236fb40, 0x4, 0x4})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:521 +0x278
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).transactionExecutionFunction.func1(0x1168d6f3740)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/transaction_executor.go:268 +0x2a8
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret.func1()
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1150 +0x9e
github.com/onflow/cadence/runtime.reportMetric(0x15fbc236290, {0x7e9ceeb8c4b0?, 0x160e0e07e40?}, 0x15fbc236278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x1468a13ccc0, {0x3388860, 0x162c39f6420}, 0x15fbc236348?, 0x160dca85728)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x160dc9f3b00)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/transaction_executor.go:223 +0x19c
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).Execute.func1()
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/transaction_executor.go:80 +0x25
sync.(*Once).doSlow(0x1312d00?, 0x160dca994e0?)
/usr/local/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
/usr/local/go/src/sync/once.go:65
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).Execute(0x160dc9f3b00?)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/transaction_executor.go:79 +0x4a
github.com/onflow/flow-go/fvm/runtime.WrappedCadenceExecutor.Execute({{0x337ad90?, 0x160dc9f3b00?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x160decf7880)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x160decf7880)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x160decf7880?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x160e11b0950?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x58, 0x36, 0x7e, 0x37, 0xff, 0x5, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x58, 0x36, 0x7e, 0x37, 0xff, 0x5, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc00047d200}, 0x160d6eabe50?, 0xd9f6d99210?, 0x15eed4b3fb8?)
/app/engine/execution/computation/computer/computer.go:432 +0x253
created by github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeBlock
/app/engine/execution/computation/computer/computer.go:388 +0xa65
--> 24a4db08ac858480320271f57a76910af13c07cda0d09721131e95e887698a91:31:8
|
31 | if (updtRecipient.storageUsed > updtRecipient.storageCapacity) {
32 | let flowPerByte = 0.001 / 100000.0 // 0.001 Flow per 100kb storage
33 |
34 | let storageUsed = UFix64(updtRecipient.storageUsed)
35 | let storageCapacity = UFix64(updtRecipient.storageCapacity)
36 | let flowAmount = ((storageUsed - storageCapacity) * flowPerByte) + 0.00001 // base of 1kb of storage
37 |
38 | let sentVault <- self.vault.withdraw(amount: flowAmount)
39 | let updtRecipientFlowReceiver = updtRecipient.getCapability(/public/flowTokenReceiver).borrow<&{FungibleToken.Receiver}>()
40 | ?? panic("failed to borrow reference to updtRecipient vault")
41 | updtRecipientFlowReceiver.deposit(from: <-sentVault)
42 | }
| ^
Arguments:
0Cfe9ZkrtnUPdKcE4RFX:98mK3dCymkcjLIXGVZZL:3C2a6DsyiHLVlFA5W0il:
[8098]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:3C2a6DsyiHLVlFA5W0il:
[8010]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:nuyhNJLIvs9u5GwMiFnr:
[382]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:VIxKvO9YpPNARy0r8XE6:
[2491]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:H0dEDaLPGVf1bAn00r7g:
[2378]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:3C2a6DsyiHLVlFA5W0il:
[3780]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:VIxKvO9YpPNARy0r8XE6:
[5263]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:3C2a6DsyiHLVlFA5W0il:
[3973]
0Cfe9ZkrtnUPdKcE4RFX:ypVhzCbAvqIMU1jgK0g3:3C2a6DsyiHLVlFA5W0il:
[2166,5866]
1tslgIDPsj33137CPukG:3tVz0OfYRZI6guKyHQI6:zEPqFbGL4OE9uy77RUO1:
[2685,207,3255]
1tslgIDPsj33137CPukG:6DskdBPcnEcqlJ5wcocz:0Gcepcdqn9dYy0sZKoO5:
[512]
1tslgIDPsj33137CPukG:6DskdBPcnEcqlJ5wcocz:zEPqFbGL4OE9uy77RUO1:
[8341]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:0Gcepcdqn9dYy0sZKoO5:
[3686]
1tslgIDPsj33137CPukG:GpfKDYMrix3nfM2OtTFv:0Gcepcdqn9dYy0sZKoO5:
[3769]
1tslgIDPsj33137CPukG:GpfKDYMrix3nfM2OtTFv:zEPqFbGL4OE9uy77RUO1:
[6863]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:0Gcepcdqn9dYy0sZKoO5:
[6889]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:Tl7T3CSPrbg28fyxQI2a:
[2675]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:zEPqFbGL4OE9uy77RUO1:
[7510]
1tslgIDPsj33137CPukG:Y2VDrJfkWUnH7PYDIRxQ:zEPqFbGL4OE9uy77RUO1:
[5165]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:zEPqFbGL4OE9uy77RUO1:
[3922]
1tslgIDPsj33137CPukG:kbizLBNz80lxzRjsWy3U:Tl7T3CSPrbg28fyxQI2a:
[2551]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:HBgOsdNwoxHZflmzzUNM:
[6126]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:VdzbdBN6Whq7jyan6kwe:
[3038]
EGtCJYR4VXxwGFvinRnI:EVxtk8BJI0k8C0X6VLfK:VdzbdBN6Whq7jyan6kwe:
[2662]
EGtCJYR4VXxwGFvinRnI:Lj3vIuKMe4cjzfz1UXe0:HBgOsdNwoxHZflmzzUNM:
[8384]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:VdzbdBN6Whq7jyan6kwe:
[14701]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:HBgOsdNwoxHZflmzzUNM:
[8292]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[9492]
EGtCJYR4VXxwGFvinRnI:o8K9zWhmbovLq3D1RAi9:VdzbdBN6Whq7jyan6kwe:
[13662]
EGtCJYR4VXxwGFvinRnI:rUIE9lqKFvFYaJzKy7Pp:VdzbdBN6Whq7jyan6kwe:
[7863,11101]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[7468,5756]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:XKLb2SNZZ8D7MYxqBVuA:
[3025,15145]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:cLMpqzYcbajRPDCvLZIU:
[923]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:cLMpqzYcbajRPDCvLZIU:
[1742]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:cLMpqzYcbajRPDCvLZIU:
[3445]
Re4q1GP1XB3YEUicrQgN:WjMnEnhyW018cIY3OmlG:cLMpqzYcbajRPDCvLZIU:
[7702]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:cLMpqzYcbajRPDCvLZIU:
[2964]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:7LzEITeN26UpsgT41Ceo:
[506]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[8342,5216]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:Ie2foJjxfejIes9O8iWR:
[3963]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:G8djZYvYdCPL0RmZVvuX:
[940]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:9KXaGEsuK2jqjvI4slAz:
[1872]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:SMPeCKqhOs7mxBWupngA:
[2062]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:9KXaGEsuK2jqjvI4slAz:
[2631]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:Ie2foJjxfejIes9O8iWR:
[1124]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:BjFvG8EbgrNPLfXat4P6:
[3515]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[1889]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:7ZAqMhE29qVZKacpGFMd:
[7201]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:7ZAqMhE29qVZKacpGFMd:
[3328]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:BjFvG8EbgrNPLfXat4P6:
[3321]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:JNEEYiTOihVs3b9WIS5y:
[31]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:bndkaQuhqGpK1Y8CuCDA:
[4609]
WOs3Ii4Z891Po5xQM7cO:Jh8naZdQEDpUZyv1MumP:HCCkoiqh4tBF4sHOwO9q:
[9523]
WOs3Ii4Z891Po5xQM7cO:Z2QZyUprpxCN80AjA7GK:HCCkoiqh4tBF4sHOwO9q:
[2096]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:HCCkoiqh4tBF4sHOwO9q:
[9471]
WOs3Ii4Z891Po5xQM7cO:kdaXCfbz4ZDNi6lXCYRe:PQmKtEG787VU0Tr1ac3W:
[3239]
WOs3Ii4Z891Po5xQM7cO:sAqJHYzjCbuVL6iJmVdx:bqBu3E92tSpPNr36wtjS:
[563]
YtqOzsL0aZLjSsC6KM3a:5Q0QaMlUJtX31iJzJ2uu:8Tw12vVFKOPKqzBYOmj5:
[9050]
YtqOzsL0aZLjSsC6KM3a:5Q0QaMlUJtX31iJzJ2uu:EgsD4m5vrVGRTC939XBU:
[6138]
YtqOzsL0aZLjSsC6KM3a:9bEMR0Ri3rSCeQDAlLEV:8Tw12vVFKOPKqzBYOmj5:
[655]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:EgsD4m5vrVGRTC939XBU:
[6840]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:rg7ITuxCwkbxoTs3FSSU:
[571]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:MvQy1ROGnnWcuaKh0rkH:
[4100]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:Wosu4r5tN2VZwQfegYZO:
[3636]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:2aKbTbl254qwQjSf2ALV:
[251]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:Wosu4r5tN2VZwQfegYZO:
[965]
cQq3xBLwtD1eQEEPlAuV:Kw5Xy9di2ijhOTgANz1h:KWhZKqlGYMuMkgnyjO7v:
[2427]
e0HuIV5TMvB4c2lyALCp:gVARakHqtdBmpuSp54V3:NqOMmcatBE2IyScIpIJ5:
[90]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:X45eNAyOV2U9K9yfPJEK:
[3031]
fd6ewkdhm15OwYU6KTX3:WX5Q4aoypRLLh1wpmFKK:tEw2d3nvgN2jTofiUHKt:
[1208]
fd6ewkdhm15OwYU6KTX3:jZCK7qqVdPYmZrPwge8Q:MvtAttCZNod66CuGNEZh:
[4552]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:tEw2d3nvgN2jTofiUHKt:
[7013]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:tEw2d3nvgN2jTofiUHKt:
[2308]
icaXOHk7YT1NhZjq1qjx:CwamXVkeheABmljaB3K5:ijsA3x1y81VyRpoAgA2z:
[3161]
icaXOHk7YT1NhZjq1qjx:wyjpWu0WDB3zpXttlh4j:ShbuTcXAWVavHq1JBUF7:
[1306]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:lLK1GGBVBvV2dwLDjx3G:
[2785]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:fxmgGZazA7aMVjodog3S:
[3765]
o8YfXzni47sO9zHgFLng:KeBbmLVBbEs1Hi8l3Upl:fxmgGZazA7aMVjodog3S:
[2675]
o8YfXzni47sO9zHgFLng:NRft8amelTwCPwPTxczb:lLK1GGBVBvV2dwLDjx3G:
[4329,8066]
o8YfXzni47sO9zHgFLng:b8eWnSB0f5uMIzNiaG9v:2QFdrfLhNNeEHBs33OTP:
[537]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:PLtnAAMrkF7UwpqRmIkm:
[5861,3629]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:PLtnAAMrkF7UwpqRmIkm:
[8994]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:PLtnAAMrkF7UwpqRmIkm:
[2870]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:PLtnAAMrkF7UwpqRmIkm:
[8636]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:PLtnAAMrkF7UwpqRmIkm:
[9039]
unZNxtXeALO29EhzqRkt:5qRKztlTEdjz7oaQJliV:vM1stjQezfViqoSf67Gc:
[353]
unZNxtXeALO29EhzqRkt:MFmOqzHpoyq0PCd5FBsZ:J8P5Cs394goDA7tpmOrq:
[12420]
unZNxtXeALO29EhzqRkt:RRTQQ2PK45GNt6EL8yNN:J8P5Cs394goDA7tpmOrq:
[16079]
unZNxtXeALO29EhzqRkt:kIYcDcdRLX4CS3iuj2SD:J8P5Cs394goDA7tpmOrq:
[17801]
unZNxtXeALO29EhzqRkt:w87WSX3xdh96EE0dWvPo:J8P5Cs394goDA7tpmOrq:
[9310,18526]