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.2832689: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6693968368 [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, 0x16a5fdb7640})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x16318c62a80, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x16a5fdb7640})
/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({0x151f4a935f0?, 0x16a5fbc9230?}, 0x151f4a935f0?, {{0x3388860?, 0x10636f604e0?}, {0x3371ba0?, 0x17cfdfa7680?}})
/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(0x17d34868660, 0x33a0cf0?, {{0x3388860?, 0x10636f604e0?}, {0x3371ba0?, 0x17cfdfa7680?}}, {0x151f4a935f0, 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(0x16318c62a80?, {0x33a0cf0, 0x17d34868660}, {{0x3388860?, 0x10636f604e0?}, {0x3371ba0?, 0x17cfdfa7680?}}, {0x151f4a935f0, 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?, 0x17cfdfa7680}, {0x33b0f80, 0x16318c62a80})
/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(0x16318c62a80, 0x16a5dbcccc0)
/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?, 0x16a5dbcccc0}, {0x33b0f80, 0x16318c62a80})
/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?, 0x16a5dbcccc0?}, 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(0x16318c62a80?, 0x16a5dbd05c0)
/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?, 0x16a5dbd05c0}, {0x33ab6e0, 0x16318c62a80})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x16318c62a80, {0x338eb00?, 0x16a5dbd05c0})
/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?, {0x16a5dae1c80?, 0x5, 0x16318c62a80?})
/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(0x16318c62a80, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x16586e99858, {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(0x16318c62a80?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x163c66da180?})
/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(0x16318c62a80, 0x16a5e79b100, {{{0x0, 0x0}, {0x0, 0x0}}, 0x16a5e99b360, 0x0, 0x0, 0x16318c62a80, ...})
/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(0x16318c62a80, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x16586e99c70, {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}}, 0x16a5e99b360, 0x0, 0x0, 0x16318c62a80, {0x16a5e9c9860, 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, 0x16318c62a80, {0x16a5e9c9840, ...}, ...})
/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(0x16a5e6ce930?, {0x33a9b00, 0x16a5e786ba0}, 0x16a5e6ce9a0?, {0x16a5e9c9800?, 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(0x16318c62a80, 0x16a5e9c9820?, {0x16a5e9c9800, 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(0x16318c62a80)
/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(0x16586e9a290, {0x7e07e16335a0?, 0x16a5dc64840?}, 0x16586e9a278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xc9620a2180, {0x3388860, 0x10636f604e0}, 0x16586e9a348?, 0x16a5e6ccd20)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x16a5dae39e0)
/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?, 0x16a5e6c9700?)
/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(0x16a5dae39e0?)
/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?, 0x16a5dae39e0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x16a5dc34a80)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x16a5dc34a80)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x16a5dc34a80?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x16a5dd238b0?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x52, 0x91, 0xa5, 0xf4, 0x17, 0xe0, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x52, 0x91, 0xa5, 0xf4, 0x17, 0xe0, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0xc7af5804e0?, {0x33996d0, 0xc0003045a0}, 0x942c40?, 0x135dbe373c0?, 0x15afc91dfb8?)
/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
--> 08fe9053c334850a59094542d0d765c4976a0421fc0ea5a2b097e40df3cab9f5: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:
[97]
0Cfe9ZkrtnUPdKcE4RFX:98mK3dCymkcjLIXGVZZL:GwN6l5mrPqQ07BLkGVXI:
[1065]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:GwN6l5mrPqQ07BLkGVXI:
[2762]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:VIxKvO9YpPNARy0r8XE6:
[5933]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:nuyhNJLIvs9u5GwMiFnr:
[904]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:H0dEDaLPGVf1bAn00r7g:
[616]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:VIxKvO9YpPNARy0r8XE6:
[3787]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:VIxKvO9YpPNARy0r8XE6:
[601]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:VIxKvO9YpPNARy0r8XE6:
[3524]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:VIxKvO9YpPNARy0r8XE6:
[1828]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:nuyhNJLIvs9u5GwMiFnr:
[1010]
0Cfe9ZkrtnUPdKcE4RFX:ypVhzCbAvqIMU1jgK0g3:3C2a6DsyiHLVlFA5W0il:
[143]
1tslgIDPsj33137CPukG:3tVz0OfYRZI6guKyHQI6:zEPqFbGL4OE9uy77RUO1:
[4320]
1tslgIDPsj33137CPukG:6DskdBPcnEcqlJ5wcocz:zEPqFbGL4OE9uy77RUO1:
[6530]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:0Gcepcdqn9dYy0sZKoO5:
[2420]
1tslgIDPsj33137CPukG:GpfKDYMrix3nfM2OtTFv:zEPqFbGL4OE9uy77RUO1:
[7695]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:0Gcepcdqn9dYy0sZKoO5:
[5917]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:HBgOsdNwoxHZflmzzUNM:
[5548]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[17591]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:HBgOsdNwoxHZflmzzUNM:
[4585]
EGtCJYR4VXxwGFvinRnI:Hj6jZCVsuVZUXnsXUNkp:QXJDm8WxAKXsbYo1OsRK:
[928]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:HBgOsdNwoxHZflmzzUNM:
[8650]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[17735]
EGtCJYR4VXxwGFvinRnI:o8K9zWhmbovLq3D1RAi9:VdzbdBN6Whq7jyan6kwe:
[10122]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:XKLb2SNZZ8D7MYxqBVuA:
[11114]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[14598]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:XKLb2SNZZ8D7MYxqBVuA:
[5156,5683]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:XKLb2SNZZ8D7MYxqBVuA:
[6642]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:XKLb2SNZZ8D7MYxqBVuA:
[2151,1179]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:XKLb2SNZZ8D7MYxqBVuA:
[17596,3901]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:7LzEITeN26UpsgT41Ceo:
[310]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:G8djZYvYdCPL0RmZVvuX:
[6124]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:SMPeCKqhOs7mxBWupngA:
[6480,4904]
UjHwY97M5iThoJsHlgHH:94P1SeOHNerfeo2svlfk:G8djZYvYdCPL0RmZVvuX:
[7330]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:G8djZYvYdCPL0RmZVvuX:
[6480]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:Ie2foJjxfejIes9O8iWR:
[1246]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:9KXaGEsuK2jqjvI4slAz:
[4146]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:SMPeCKqhOs7mxBWupngA:
[6915]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:9KXaGEsuK2jqjvI4slAz:
[1809]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:SMPeCKqhOs7mxBWupngA:
[7016]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:9KXaGEsuK2jqjvI4slAz:
[3355]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[7463]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:bndkaQuhqGpK1Y8CuCDA:
[5876]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:7ZAqMhE29qVZKacpGFMd:
[4861]
VOvUgEQf4OUhWTlUoVU8:mtQy7CGqpVs3Z2GScEyg:7ZAqMhE29qVZKacpGFMd:
[3276]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:7ZAqMhE29qVZKacpGFMd:
[3586,4784]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:bndkaQuhqGpK1Y8CuCDA:
[2526]
WOs3Ii4Z891Po5xQM7cO:Jh8naZdQEDpUZyv1MumP:mBmnXN810d6PrQTOZbke:
[2764]
WOs3Ii4Z891Po5xQM7cO:Z2QZyUprpxCN80AjA7GK:mBmnXN810d6PrQTOZbke:
[1768]
YtqOzsL0aZLjSsC6KM3a:PtoBV8TCZJHGDtbIMF3k:8Tw12vVFKOPKqzBYOmj5:
[563]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:8Pfezx1BgNTbBFwniRBz:
[5609]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:Wosu4r5tN2VZwQfegYZO:
[8705]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:yhU1UcLBVdCETeHqHRhk:
[1542]
axoog5ICoyz4V6Vnc2Er:HQa78RffPOGSzi2yeGAy:Wosu4r5tN2VZwQfegYZO:
[5282]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:Wosu4r5tN2VZwQfegYZO:
[3717,5430]
axoog5ICoyz4V6Vnc2Er:Ktn7EZsyaIL59xSmQFQV:2aKbTbl254qwQjSf2ALV:
[2563]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:Wosu4r5tN2VZwQfegYZO:
[8228]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:2aKbTbl254qwQjSf2ALV:
[1071]
axoog5ICoyz4V6Vnc2Er:UPP6sw5VIdiKe4EZoovD:yhU1UcLBVdCETeHqHRhk:
[842]
axoog5ICoyz4V6Vnc2Er:mgkmSeXPZEXA9D5Q0g7i:2aKbTbl254qwQjSf2ALV:
[2089]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:MvQy1ROGnnWcuaKh0rkH:
[3932]
cQq3xBLwtD1eQEEPlAuV:du9npMUDsULsVjVoFY7D:IVE6jAadxgDs1grrqGAy:
[4453]
cQq3xBLwtD1eQEEPlAuV:du9npMUDsULsVjVoFY7D:KWhZKqlGYMuMkgnyjO7v:
[2419]
cQq3xBLwtD1eQEEPlAuV:pWXSrXmFDT1Pb8lVcTMd:IVE6jAadxgDs1grrqGAy:
[4405]
cQq3xBLwtD1eQEEPlAuV:yEkTfsc1WPZHH8Dm4y90:IVE6jAadxgDs1grrqGAy:
[4037]
e0HuIV5TMvB4c2lyALCp:4cdF4JruRwuOYqey4K3B:fmpZR2xC5vmKYp0l9IHX:
[1774]
eBd4AnSVSq5Dg4zhQpgC:wY8iy3VVXJDCYXmXAVuU:4dSzNbURY8GjlpuU7rmT:
[2648]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:X45eNAyOV2U9K9yfPJEK:
[238]
fd6ewkdhm15OwYU6KTX3:WX5Q4aoypRLLh1wpmFKK:X45eNAyOV2U9K9yfPJEK:
[795]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:X45eNAyOV2U9K9yfPJEK:
[4207]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:X45eNAyOV2U9K9yfPJEK:
[697]
icaXOHk7YT1NhZjq1qjx:tiRYZrRK3t3snBrRqgEB:va4UoUdeOelTXqyrS8dp:
[1486]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:2QFdrfLhNNeEHBs33OTP:
[3751]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:fxmgGZazA7aMVjodog3S:
[6838]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:fxmgGZazA7aMVjodog3S:
[5420,6890]
o8YfXzni47sO9zHgFLng:b8eWnSB0f5uMIzNiaG9v:lLK1GGBVBvV2dwLDjx3G:
[7693]
o8YfXzni47sO9zHgFLng:dodmIRCXfVKWQt9Xeoc1:fxmgGZazA7aMVjodog3S:
[2885]
o8YfXzni47sO9zHgFLng:dodmIRCXfVKWQt9Xeoc1:lLK1GGBVBvV2dwLDjx3G:
[3115]
o8YfXzni47sO9zHgFLng:eQPDcfgVL5LtrO3VqH78:lLK1GGBVBvV2dwLDjx3G:
[7708]
o8YfXzni47sO9zHgFLng:euBLeGs1ltk5JSqhdR3z:2QFdrfLhNNeEHBs33OTP:
[1583]
oA9bFrHVBxXLKZCXlRJC:8r1YP4qRw3Ht9kAYMU5j:dpFQISmxPRPZ1l2lXVvI:
[5218]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:3rJQCOIjboU1MwxUxOvi:
[2089]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:dpFQISmxPRPZ1l2lXVvI:
[2615]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:PLtnAAMrkF7UwpqRmIkm:
[2070,78]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:PLtnAAMrkF7UwpqRmIkm:
[3537,5090]
oA9bFrHVBxXLKZCXlRJC:eaLfp6LDbCJmCtBeS8aJ:X2xGzlVdXjrdsee8D9Bv:
[1231]
oA9bFrHVBxXLKZCXlRJC:sCxv9Q1ncwOgoO1hWj8c:3rJQCOIjboU1MwxUxOvi:
[4324]
oA9bFrHVBxXLKZCXlRJC:sWFeu0eWEyotppEZ1rh9:PLtnAAMrkF7UwpqRmIkm:
[1515]
oA9bFrHVBxXLKZCXlRJC:yBjd2LBWFhvn5PpBWeNd:X2xGzlVdXjrdsee8D9Bv:
[457]
unZNxtXeALO29EhzqRkt:56BwnTzBmSAARjnUBIew:J8P5Cs394goDA7tpmOrq:
[5718]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:vM1stjQezfViqoSf67Gc:
[3119]