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.3746832: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6739436100 [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, 0x16240ae2280})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x151125f0240, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x16240ae2280})
/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({0xd2eadff170?, 0x16c57ce88d0?}, 0xd2eadff170?, {{0x3388860?, 0x16d4be7e5a0?}, {0x3371ba0?, 0x16c3c6bf500?}})
/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(0x12444963320, 0x33a0cf0?, {{0x3388860?, 0x16d4be7e5a0?}, {0x3371ba0?, 0x16c3c6bf500?}}, {0xd2eadff170, 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(0x151125f0240?, {0x33a0cf0, 0x12444963320}, {{0x3388860?, 0x16d4be7e5a0?}, {0x3371ba0?, 0x16c3c6bf500?}}, {0xd2eadff170, 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?, 0x16c3c6bf500}, {0x33b0f80, 0x151125f0240})
/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(0x151125f0240, 0x1612fc061b0)
/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?, 0x1612fc061b0}, {0x33b0f80, 0x151125f0240})
/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?, 0x1612fc061b0?}, 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(0x151125f0240?, 0xc12fb1f1c0)
/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?, 0xc12fb1f1c0}, {0x33ab6e0, 0x151125f0240})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x151125f0240, {0x338eb00?, 0xc12fb1f1c0})
/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?, {0x16a93a52480?, 0x5, 0x151125f0240?})
/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(0x151125f0240, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0xc23f613858, {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(0x151125f0240?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x16848780000?})
/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(0x151125f0240, 0x16b454bbe00, {{{0x0, 0x0}, {0x0, 0x0}}, 0xc11c698660, 0x0, 0x0, 0x151125f0240, ...})
/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(0x151125f0240, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0xc23f613c70, {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}}, 0xc11c698660, 0x0, 0x0, 0x151125f0240, {0xc136dc7920, 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, 0x151125f0240, {0xc136dc7900, ...}, ...})
/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(0x1690edc9b90?, {0x33a9b00, 0xcae0d004b0}, 0x1690edc9c00?, {0xc136dc78c0?, 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(0x151125f0240, 0xc136dc78e0?, {0xc136dc78c0, 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(0x151125f0240)
/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(0xc23f614290, {0x7e07e16335a0?, 0x15e24af4840?}, 0xc23f614278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x15581d7f980, {0x3388860, 0x16d4be7e5a0}, 0xc23f614348?, 0xc19e522630)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x176e36f17a0)
/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?, 0xc11c1525c0?)
/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(0x176e36f17a0?)
/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?, 0x176e36f17a0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x16da79bb500)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x16da79bb500)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x16da79bb500?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0xc11bb708f0?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0xdf, 0x98, 0x97, 0xe2, 0x62, 0x94, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0xdf, 0x98, 0x97, 0xe2, 0x62, 0x94, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc0003045a0}, 0x1792c96fa20?, 0x135dbe373c0?, 0x1792c96fa20?)
/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
--> d7871e6ddd89e3ed6484897bc672ef1ad07b5fd77df74d2bef8a499bfad2b81f: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:
[6134]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:3C2a6DsyiHLVlFA5W0il:
[4035]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:VIxKvO9YpPNARy0r8XE6:
[4429]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:3C2a6DsyiHLVlFA5W0il:
[2194]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:GwN6l5mrPqQ07BLkGVXI:
[6902]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:3C2a6DsyiHLVlFA5W0il:
[9833]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:3C2a6DsyiHLVlFA5W0il:
[3942]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:Tl7T3CSPrbg28fyxQI2a:
[4488]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:Tl7T3CSPrbg28fyxQI2a:
[3596,3353]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:Tl7T3CSPrbg28fyxQI2a:
[2456]
1tslgIDPsj33137CPukG:Y2VDrJfkWUnH7PYDIRxQ:zEPqFbGL4OE9uy77RUO1:
[2771]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:rrZHeqGHdfEkPWdDuRlu:
[1109]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:HBgOsdNwoxHZflmzzUNM:
[9176]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[7440]
EGtCJYR4VXxwGFvinRnI:EVxtk8BJI0k8C0X6VLfK:VdzbdBN6Whq7jyan6kwe:
[16908]
EGtCJYR4VXxwGFvinRnI:Hj6jZCVsuVZUXnsXUNkp:VdzbdBN6Whq7jyan6kwe:
[2832]
EGtCJYR4VXxwGFvinRnI:Lj3vIuKMe4cjzfz1UXe0:HBgOsdNwoxHZflmzzUNM:
[7447]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:VdzbdBN6Whq7jyan6kwe:
[8319]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[15448]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:cLMpqzYcbajRPDCvLZIU:
[6603]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:XKLb2SNZZ8D7MYxqBVuA:
[15102]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:cLMpqzYcbajRPDCvLZIU:
[54]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:cLMpqzYcbajRPDCvLZIU:
[4236,590]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:XKLb2SNZZ8D7MYxqBVuA:
[13335]
Re4q1GP1XB3YEUicrQgN:WjMnEnhyW018cIY3OmlG:XKLb2SNZZ8D7MYxqBVuA:
[4833]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:XKLb2SNZZ8D7MYxqBVuA:
[5768]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:XKLb2SNZZ8D7MYxqBVuA:
[16901]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:cLMpqzYcbajRPDCvLZIU:
[523]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[19048]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:9KXaGEsuK2jqjvI4slAz:
[4081]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:AsBJChO0LmwVB9JBGRi4:
[448,1432]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:G8djZYvYdCPL0RmZVvuX:
[8624]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:SMPeCKqhOs7mxBWupngA:
[5322]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:G8djZYvYdCPL0RmZVvuX:
[9812]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:SMPeCKqhOs7mxBWupngA:
[5626]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:G8djZYvYdCPL0RmZVvuX:
[81]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:SMPeCKqhOs7mxBWupngA:
[7176]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:G8djZYvYdCPL0RmZVvuX:
[8596]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:AsBJChO0LmwVB9JBGRi4:
[78]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:9KXaGEsuK2jqjvI4slAz:
[5873]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:G8djZYvYdCPL0RmZVvuX:
[9216]
VOvUgEQf4OUhWTlUoVU8:9KI5FKqAxyxcUhWKb7t9:7ZAqMhE29qVZKacpGFMd:
[3672]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:7ZAqMhE29qVZKacpGFMd:
[2129]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:BjFvG8EbgrNPLfXat4P6:
[1155]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:JNEEYiTOihVs3b9WIS5y:
[2437]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:7ZAqMhE29qVZKacpGFMd:
[6037]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:7ZAqMhE29qVZKacpGFMd:
[5994]
WOs3Ii4Z891Po5xQM7cO:XEH0xFb0cRM0PUTDc4gt:PYrn3bTDRE7EO0soa1dR:
[6963]
WOs3Ii4Z891Po5xQM7cO:kdaXCfbz4ZDNi6lXCYRe:HCCkoiqh4tBF4sHOwO9q:
[5151]
YtqOzsL0aZLjSsC6KM3a:1wXgprOt0uKIRtSsFa38:8Tw12vVFKOPKqzBYOmj5:
[4620]
YtqOzsL0aZLjSsC6KM3a:5uyGvhBW0jPFLuDIvTiz:mzouvN8e9cSIvuIw0tBL:
[1603]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Tw12vVFKOPKqzBYOmj5:
[3910]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Tw12vVFKOPKqzBYOmj5:
[9899,4068]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:8Pfezx1BgNTbBFwniRBz:
[2025]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:8Tw12vVFKOPKqzBYOmj5:
[5967]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:rg7ITuxCwkbxoTs3FSSU:
[1822]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:EgsD4m5vrVGRTC939XBU:
[2363]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:8Tw12vVFKOPKqzBYOmj5:
[1929]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:EgsD4m5vrVGRTC939XBU:
[4244]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:MvQy1ROGnnWcuaKh0rkH:
[3646]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:Wosu4r5tN2VZwQfegYZO:
[760]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:yhU1UcLBVdCETeHqHRhk:
[1814]
axoog5ICoyz4V6Vnc2Er:Tzeg6f7PJyhIvyC416L8:Wosu4r5tN2VZwQfegYZO:
[9296]
cQq3xBLwtD1eQEEPlAuV:HTkbJkQzNCtrzWpLGzGo:KWhZKqlGYMuMkgnyjO7v:
[3142]
cQq3xBLwtD1eQEEPlAuV:SHN12G463ggzd7L6KLKa:IVE6jAadxgDs1grrqGAy:
[4706]
cQq3xBLwtD1eQEEPlAuV:iLfqrSoM4FPwBfBEmPel:IVE6jAadxgDs1grrqGAy:
[228]
e0HuIV5TMvB4c2lyALCp:IIqt1PmbKGM1tyLJYAt1:hTmBEqiEpJDPzyb6smpV:
[413]
e0HuIV5TMvB4c2lyALCp:JQZIvsCdgsUOVsfPu0lO:NqOMmcatBE2IyScIpIJ5:
[283]
e0HuIV5TMvB4c2lyALCp:JyTCbkoDIhPxFgLui0H7:CxzsIlJvU5MsXw2wirLM:
[2390]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:CxzsIlJvU5MsXw2wirLM:
[3361]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:fmpZR2xC5vmKYp0l9IHX:
[590]
e0HuIV5TMvB4c2lyALCp:qWtZf4TyB6dUZXHIf9Kv:CxzsIlJvU5MsXw2wirLM:
[326]
eBd4AnSVSq5Dg4zhQpgC:AlmZYINZRw7RYdny1czC:lrdwgCNBBD8gmnULBsBe:
[93]
eBd4AnSVSq5Dg4zhQpgC:eVUzOsMFVm7KXC7CrzNp:2AO0NeyoXdLQq9qZXqqq:
[6359]
fd6ewkdhm15OwYU6KTX3:Jt0rHsedFxLoUdoXI3jU:MvtAttCZNod66CuGNEZh:
[1337]
fd6ewkdhm15OwYU6KTX3:bRD848326GotLf8Z90i1:MvtAttCZNod66CuGNEZh:
[5373]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:tEw2d3nvgN2jTofiUHKt:
[333]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:tEw2d3nvgN2jTofiUHKt:
[6665]
fd6ewkdhm15OwYU6KTX3:tQlMwGthXFPUZUw7QwPr:tEw2d3nvgN2jTofiUHKt:
[550,7600]
icaXOHk7YT1NhZjq1qjx:Lol42F6phLQsX9L2xR7E:ShbuTcXAWVavHq1JBUF7:
[2130]
o8YfXzni47sO9zHgFLng:KeBbmLVBbEs1Hi8l3Upl:2QFdrfLhNNeEHBs33OTP:
[3255]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:2QFdrfLhNNeEHBs33OTP:
[4752]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:lLK1GGBVBvV2dwLDjx3G:
[7568]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:fxmgGZazA7aMVjodog3S:
[5630]
o8YfXzni47sO9zHgFLng:gu0JCCYIJkQ5SpUL0e1O:fxmgGZazA7aMVjodog3S:
[5393]
oA9bFrHVBxXLKZCXlRJC:8r1YP4qRw3Ht9kAYMU5j:PLtnAAMrkF7UwpqRmIkm:
[373]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:PLtnAAMrkF7UwpqRmIkm:
[4727]
oA9bFrHVBxXLKZCXlRJC:Z3SmlNHeOtz2OLOEKWp9:3rJQCOIjboU1MwxUxOvi:
[3145]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:dpFQISmxPRPZ1l2lXVvI:
[2547]
unZNxtXeALO29EhzqRkt:06giZkdGZ1dri1xUNwmv:J8P5Cs394goDA7tpmOrq:
[17873]
unZNxtXeALO29EhzqRkt:56BwnTzBmSAARjnUBIew:J8P5Cs394goDA7tpmOrq:
[3375]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:J8P5Cs394goDA7tpmOrq:
[7198]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:J8P5Cs394goDA7tpmOrq:
[7539]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:vM1stjQezfViqoSf67Gc:
[556]
unZNxtXeALO29EhzqRkt:w87WSX3xdh96EE0dWvPo:I0ZFRX6cOxbxvWx26Y9K:
[678]