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.3590683: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6582009340 [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, 0x167ddc986a0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x176b9675ce0, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x167ddc986a0})
/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({0x15b7faec2f0?, 0x15f8655c060?}, 0x15b7faec2f0?, {{0x3388860?, 0x1644c159da0?}, {0x3371ba0?, 0x176b9674120?}})
/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(0x177a9110f60, 0x33a0cf0?, {{0x3388860?, 0x1644c159da0?}, {0x3371ba0?, 0x176b9674120?}}, {0x15b7faec2f0, 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(0x176b9675ce0?, {0x33a0cf0, 0x177a9110f60}, {{0x3388860?, 0x1644c159da0?}, {0x3371ba0?, 0x176b9674120?}}, {0x15b7faec2f0, 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?, 0x176b9674120}, {0x33b0f80, 0x176b9675ce0})
/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(0x176b9675ce0, 0x140c4da65a0)
/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?, 0x140c4da65a0}, {0x33b0f80, 0x176b9675ce0})
/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?, 0x140c4da65a0?}, 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(0x176b9675ce0?, 0x167d76a1280)
/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?, 0x167d76a1280}, {0x33ab6e0, 0x176b9675ce0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x176b9675ce0, {0x338eb00?, 0x167d76a1280})
/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?, {0x167d6c5b480?, 0x5, 0x176b9675ce0?})
/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(0x176b9675ce0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x166c8b47858, {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(0x176b9675ce0?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x17744e42120?})
/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(0x176b9675ce0, 0x167d76fae80, {{{0x0, 0x0}, {0x0, 0x0}}, 0x167d87dfff0, 0x0, 0x0, 0x176b9675ce0, ...})
/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(0x176b9675ce0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x166c8b47c70, {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}}, 0x167d87dfff0, 0x0, 0x0, 0x176b9675ce0, {0x167d8a31420, 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, 0x176b9675ce0, {0x167d8a31400, ...}, ...})
/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(0x167d76b4af0?, {0x33a9b00, 0x167d76cbb48}, 0x167d76b4b60?, {0x167d8a313c0?, 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(0x176b9675ce0, 0x167d8a313e0?, {0x167d8a313c0, 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(0x176b9675ce0)
/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(0x166c8b48290, {0x7e9ceeb8c4b0?, 0x13e2d774000?}, 0x166c8b48278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xca6a1f8180, {0x3388860, 0x1644c159da0}, 0x166c8b48348?, 0x167d6c4dcc8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x167d6c5c480)
/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?, 0x167d76c8260?)
/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(0x167d6c5c480?)
/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?, 0x167d6c5c480?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x167d80d8000)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x167d80d8000)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x167d80d8000?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x167d7ec7910?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0xe5, 0xab, 0x2b, 0xfa, 0x1a, 0x77, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0xe5, 0xab, 0x2b, 0xfa, 0x1a, 0x77, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc00047d200}, 0x167bba26210?, 0x1994d8a?, 0x167bba26210?)
/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
--> 92b16827f7682badc5ca8f7f940b3a9aa78525a27ba4fb3d0a5e84198c83dea2: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:CWwENQt0VSz9KWbPMxgw:3C2a6DsyiHLVlFA5W0il:
[6483]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:3C2a6DsyiHLVlFA5W0il:
[1188]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:H0dEDaLPGVf1bAn00r7g:
[3523]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:3C2a6DsyiHLVlFA5W0il:
[8108]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:VIxKvO9YpPNARy0r8XE6:
[3899]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:3C2a6DsyiHLVlFA5W0il:
[8418]
0Cfe9ZkrtnUPdKcE4RFX:ypVhzCbAvqIMU1jgK0g3:GwN6l5mrPqQ07BLkGVXI:
[4561]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:0Gcepcdqn9dYy0sZKoO5:
[2060]
1tslgIDPsj33137CPukG:3tVz0OfYRZI6guKyHQI6:Tl7T3CSPrbg28fyxQI2a:
[4463]
1tslgIDPsj33137CPukG:6DskdBPcnEcqlJ5wcocz:0Gcepcdqn9dYy0sZKoO5:
[4576]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:0Gcepcdqn9dYy0sZKoO5:
[6819]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:Tl7T3CSPrbg28fyxQI2a:
[4204,4545]
1tslgIDPsj33137CPukG:Y2VDrJfkWUnH7PYDIRxQ:rrZHeqGHdfEkPWdDuRlu:
[280]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:Tl7T3CSPrbg28fyxQI2a:
[760]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[4271]
EGtCJYR4VXxwGFvinRnI:8LfJKOsbEMm2XO8n0tUb:VdzbdBN6Whq7jyan6kwe:
[18926]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:HBgOsdNwoxHZflmzzUNM:
[9313]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:VdzbdBN6Whq7jyan6kwe:
[4023]
EGtCJYR4VXxwGFvinRnI:Hj6jZCVsuVZUXnsXUNkp:HBgOsdNwoxHZflmzzUNM:
[4622]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:HBgOsdNwoxHZflmzzUNM:
[4036]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:QXJDm8WxAKXsbYo1OsRK:
[948]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[2698]
EGtCJYR4VXxwGFvinRnI:rUIE9lqKFvFYaJzKy7Pp:VdzbdBN6Whq7jyan6kwe:
[17625,12923]
Re4q1GP1XB3YEUicrQgN:Bgy9KBek5seZy2ZY56PU:XKLb2SNZZ8D7MYxqBVuA:
[12758,18886,6151]
Re4q1GP1XB3YEUicrQgN:Bgy9KBek5seZy2ZY56PU:cLMpqzYcbajRPDCvLZIU:
[7335]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:cLMpqzYcbajRPDCvLZIU:
[359]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:XKLb2SNZZ8D7MYxqBVuA:
[5979]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:7LzEITeN26UpsgT41Ceo:
[1323]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:7LzEITeN26UpsgT41Ceo:
[839]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[135]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:cLMpqzYcbajRPDCvLZIU:
[2655]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:9KXaGEsuK2jqjvI4slAz:
[3823]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:SMPeCKqhOs7mxBWupngA:
[4501]
UjHwY97M5iThoJsHlgHH:6DIhV5ENvntuBWKvNIl4:SMPeCKqhOs7mxBWupngA:
[843]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:SMPeCKqhOs7mxBWupngA:
[5385]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:9KXaGEsuK2jqjvI4slAz:
[1133]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:SMPeCKqhOs7mxBWupngA:
[388]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:Ie2foJjxfejIes9O8iWR:
[656]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:SMPeCKqhOs7mxBWupngA:
[2814]
VOvUgEQf4OUhWTlUoVU8:9KI5FKqAxyxcUhWKb7t9:JNEEYiTOihVs3b9WIS5y:
[8888]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:7ZAqMhE29qVZKacpGFMd:
[3358]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:7ZAqMhE29qVZKacpGFMd:
[376,7739]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:BjFvG8EbgrNPLfXat4P6:
[318]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:JNEEYiTOihVs3b9WIS5y:
[8528]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:7ZAqMhE29qVZKacpGFMd:
[884]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:BjFvG8EbgrNPLfXat4P6:
[1224]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:bndkaQuhqGpK1Y8CuCDA:
[4151]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:bndkaQuhqGpK1Y8CuCDA:
[254]
VOvUgEQf4OUhWTlUoVU8:h77V3jTCmxevn0RaCrEE:JNEEYiTOihVs3b9WIS5y:
[3939]
VOvUgEQf4OUhWTlUoVU8:mtQy7CGqpVs3Z2GScEyg:7ZAqMhE29qVZKacpGFMd:
[6995]
WOs3Ii4Z891Po5xQM7cO:0QXcVc2u5OuLalBysr1w:HCCkoiqh4tBF4sHOwO9q:
[1361]
WOs3Ii4Z891Po5xQM7cO:Jh8naZdQEDpUZyv1MumP:PQmKtEG787VU0Tr1ac3W:
[3937]
WOs3Ii4Z891Po5xQM7cO:KK7jfp5mDAgmTLwRlksW:mBmnXN810d6PrQTOZbke:
[26]
WOs3Ii4Z891Po5xQM7cO:XEH0xFb0cRM0PUTDc4gt:HCCkoiqh4tBF4sHOwO9q:
[6657]
WOs3Ii4Z891Po5xQM7cO:sAqJHYzjCbuVL6iJmVdx:PYrn3bTDRE7EO0soa1dR:
[3747,2873]
WOs3Ii4Z891Po5xQM7cO:vuJ59GsUORivapQN2LNT:mBmnXN810d6PrQTOZbke:
[4453]
YtqOzsL0aZLjSsC6KM3a:9bEMR0Ri3rSCeQDAlLEV:rg7ITuxCwkbxoTs3FSSU:
[1916]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Tw12vVFKOPKqzBYOmj5:
[3724]
YtqOzsL0aZLjSsC6KM3a:PtoBV8TCZJHGDtbIMF3k:8Tw12vVFKOPKqzBYOmj5:
[1992]
YtqOzsL0aZLjSsC6KM3a:UUGE5ZBlGXtvexLq7J2s:EgsD4m5vrVGRTC939XBU:
[2839]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Tw12vVFKOPKqzBYOmj5:
[9306]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:8Pfezx1BgNTbBFwniRBz:
[3957]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:EgsD4m5vrVGRTC939XBU:
[4656]
axoog5ICoyz4V6Vnc2Er:HQa78RffPOGSzi2yeGAy:Wosu4r5tN2VZwQfegYZO:
[256]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:2aKbTbl254qwQjSf2ALV:
[5990]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:Wosu4r5tN2VZwQfegYZO:
[5301]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:Wosu4r5tN2VZwQfegYZO:
[5732]
axoog5ICoyz4V6Vnc2Er:rSCicH0XaQx5vqpxLN22:Wosu4r5tN2VZwQfegYZO:
[6733]
cQq3xBLwtD1eQEEPlAuV:QhuRfCqYdRtEr78JWB6j:IVE6jAadxgDs1grrqGAy:
[472]
e0HuIV5TMvB4c2lyALCp:4cdF4JruRwuOYqey4K3B:fmpZR2xC5vmKYp0l9IHX:
[1492]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:hTmBEqiEpJDPzyb6smpV:
[773]
e0HuIV5TMvB4c2lyALCp:gVARakHqtdBmpuSp54V3:CxzsIlJvU5MsXw2wirLM:
[3112]
fd6ewkdhm15OwYU6KTX3:1rCQSeaQj8S4dwkdK3Ew:4OkZpyBKDghV2hg1v8UF:
[352]
fd6ewkdhm15OwYU6KTX3:9wu3dwY1xCgyXh4ZFVSn:tEw2d3nvgN2jTofiUHKt:
[9802,4067]
fd6ewkdhm15OwYU6KTX3:WX5Q4aoypRLLh1wpmFKK:MvtAttCZNod66CuGNEZh:
[7000]
fd6ewkdhm15OwYU6KTX3:jZCK7qqVdPYmZrPwge8Q:tEw2d3nvgN2jTofiUHKt:
[8035]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:tEw2d3nvgN2jTofiUHKt:
[8038]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:X45eNAyOV2U9K9yfPJEK:
[2952]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:tEw2d3nvgN2jTofiUHKt:
[2085]
fd6ewkdhm15OwYU6KTX3:tQlMwGthXFPUZUw7QwPr:MvtAttCZNod66CuGNEZh:
[5770]
icaXOHk7YT1NhZjq1qjx:Lol42F6phLQsX9L2xR7E:va4UoUdeOelTXqyrS8dp:
[3498]
o8YfXzni47sO9zHgFLng:KeBbmLVBbEs1Hi8l3Upl:lLK1GGBVBvV2dwLDjx3G:
[9580]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:2QFdrfLhNNeEHBs33OTP:
[3830]
o8YfXzni47sO9zHgFLng:gu0JCCYIJkQ5SpUL0e1O:2QFdrfLhNNeEHBs33OTP:
[1914]
o8YfXzni47sO9zHgFLng:gu0JCCYIJkQ5SpUL0e1O:fxmgGZazA7aMVjodog3S:
[1550]
oA9bFrHVBxXLKZCXlRJC:eaLfp6LDbCJmCtBeS8aJ:PLtnAAMrkF7UwpqRmIkm:
[3406]
oA9bFrHVBxXLKZCXlRJC:mBbIqweVzG2X7jQJg9S5:PLtnAAMrkF7UwpqRmIkm:
[3712,8353]
unZNxtXeALO29EhzqRkt:06giZkdGZ1dri1xUNwmv:J8P5Cs394goDA7tpmOrq:
[11704]
unZNxtXeALO29EhzqRkt:RRTQQ2PK45GNt6EL8yNN:I0ZFRX6cOxbxvWx26Y9K:
[1609]
unZNxtXeALO29EhzqRkt:RRTQQ2PK45GNt6EL8yNN:J8P5Cs394goDA7tpmOrq:
[4194]
unZNxtXeALO29EhzqRkt:RRTQQ2PK45GNt6EL8yNN:vM1stjQezfViqoSf67Gc:
[4767]
unZNxtXeALO29EhzqRkt:pvpk4kkykNjLU6Z50ISB:J8P5Cs394goDA7tpmOrq:
[17091]