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.2257236: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6616410808 [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, 0x160245ce340})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xffd5db5a40, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x160245ce340})
/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({0x15359c4da90?, 0x166e7f52480?}, 0x15359c4da90?, {{0x3388860?, 0x155a8aca4c0?}, {0x3371ba0?, 0x1261c560060?}})
/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(0x167d8bbb920, 0x33a0cf0?, {{0x3388860?, 0x155a8aca4c0?}, {0x3371ba0?, 0x1261c560060?}}, {0x15359c4da90, 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(0xffd5db5a40?, {0x33a0cf0, 0x167d8bbb920}, {{0x3388860?, 0x155a8aca4c0?}, {0x3371ba0?, 0x1261c560060?}}, {0x15359c4da90, 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?, 0x1261c560060}, {0x33b0f80, 0xffd5db5a40})
/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(0xffd5db5a40, 0x1621ef0fc20)
/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?, 0x1621ef0fc20}, {0x33b0f80, 0xffd5db5a40})
/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?, 0x1621ef0fc20?}, 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(0xffd5db5a40?, 0x1600e4c7ec0)
/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?, 0x1600e4c7ec0}, {0x33ab6e0, 0xffd5db5a40})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xffd5db5a40, {0x338eb00?, 0x1600e4c7ec0})
/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?, {0x16012c9e280?, 0x5, 0xffd5db5a40?})
/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(0xffd5db5a40, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x1600e0b7858, {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(0xffd5db5a40?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0xf283a08e40?})
/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(0xffd5db5a40, 0x1601eef9c00, {{{0x0, 0x0}, {0x0, 0x0}}, 0x1601f181db0, 0x0, 0x0, 0xffd5db5a40, ...})
/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(0xffd5db5a40, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x1600e0b7c70, {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}}, 0x1601f181db0, 0x0, 0x0, 0xffd5db5a40, {0x1601f1f8160, 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, 0xffd5db5a40, {0x1601f1f8140, ...}, ...})
/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(0x16012cba540?, {0x33a9b00, 0x1601ee99638}, 0x16012cba5b0?, {0x1601f1f8100?, 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(0xffd5db5a40, 0x1601f1f8120?, {0x1601f1f8100, 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(0xffd5db5a40)
/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(0x1600e0b8290, {0x7e07e16335a0?, 0x13a57ee3b80?}, 0x1600e0b8278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xc960c6a180, {0x3388860, 0x155a8aca4c0}, 0x1600e0b8348?, 0x1600e48f7b8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x1600e2ff7a0)
/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?, 0x1600e495f30?)
/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(0x1600e2ff7a0?)
/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?, 0x1600e2ff7a0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x1600c6af180)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x1600c6af180)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x1600c6af180?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x1601eabaa70?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0xc5, 0xad, 0x58, 0x19, 0x9d, 0x1e, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0xc5, 0xad, 0x58, 0x19, 0x9d, 0x1e, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc0003045a0}, 0x1c341c0?, 0xdb181b8430?, 0x16390aa8fb8?)
/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
--> 4e5a8793057870250fb94aaedcc1c1e84fff2907f276e160a7f5ee19bb453c50: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:VIxKvO9YpPNARy0r8XE6:
[615]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:GwN6l5mrPqQ07BLkGVXI:
[7979]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:nuyhNJLIvs9u5GwMiFnr:
[1333]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:GwN6l5mrPqQ07BLkGVXI:
[1706]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:3C2a6DsyiHLVlFA5W0il:
[4226]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:H0dEDaLPGVf1bAn00r7g:
[2335]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:3C2a6DsyiHLVlFA5W0il:
[4161]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:H0dEDaLPGVf1bAn00r7g:
[1983]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:VIxKvO9YpPNARy0r8XE6:
[4098]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:Tl7T3CSPrbg28fyxQI2a:
[3922]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:zEPqFbGL4OE9uy77RUO1:
[5061]
1tslgIDPsj33137CPukG:3tVz0OfYRZI6guKyHQI6:zEPqFbGL4OE9uy77RUO1:
[834]
1tslgIDPsj33137CPukG:6DskdBPcnEcqlJ5wcocz:zEPqFbGL4OE9uy77RUO1:
[581]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:0Gcepcdqn9dYy0sZKoO5:
[134,2027]
1tslgIDPsj33137CPukG:QSrs3joUO9EEOuIiS7Nz:zEPqFbGL4OE9uy77RUO1:
[2854]
EGtCJYR4VXxwGFvinRnI:8LfJKOsbEMm2XO8n0tUb:VdzbdBN6Whq7jyan6kwe:
[11260]
EGtCJYR4VXxwGFvinRnI:EVxtk8BJI0k8C0X6VLfK:VdzbdBN6Whq7jyan6kwe:
[4302]
EGtCJYR4VXxwGFvinRnI:Lj3vIuKMe4cjzfz1UXe0:VdzbdBN6Whq7jyan6kwe:
[16104]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:HBgOsdNwoxHZflmzzUNM:
[4065]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[6206]
EGtCJYR4VXxwGFvinRnI:rUIE9lqKFvFYaJzKy7Pp:VdzbdBN6Whq7jyan6kwe:
[14078]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:XKLb2SNZZ8D7MYxqBVuA:
[6168]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[4148]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:cLMpqzYcbajRPDCvLZIU:
[5486,9604]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:XKLb2SNZZ8D7MYxqBVuA:
[17518,10894]
Re4q1GP1XB3YEUicrQgN:Bgy9KBek5seZy2ZY56PU:XKLb2SNZZ8D7MYxqBVuA:
[19988]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:XKLb2SNZZ8D7MYxqBVuA:
[5599,12870]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:cLMpqzYcbajRPDCvLZIU:
[6251]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:XKLb2SNZZ8D7MYxqBVuA:
[19625]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:7LzEITeN26UpsgT41Ceo:
[1830]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[1567]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:Ie2foJjxfejIes9O8iWR:
[742]
UjHwY97M5iThoJsHlgHH:94P1SeOHNerfeo2svlfk:9KXaGEsuK2jqjvI4slAz:
[2305]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:Ie2foJjxfejIes9O8iWR:
[1340]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:SMPeCKqhOs7mxBWupngA:
[2021]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:SMPeCKqhOs7mxBWupngA:
[1429]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:Ie2foJjxfejIes9O8iWR:
[3463]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:SMPeCKqhOs7mxBWupngA:
[6733]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:BjFvG8EbgrNPLfXat4P6:
[2936]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[8090]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:bndkaQuhqGpK1Y8CuCDA:
[751]
VOvUgEQf4OUhWTlUoVU8:J8ZGt3zOjGTWFsD8IAvL:7ZAqMhE29qVZKacpGFMd:
[283]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:7ZAqMhE29qVZKacpGFMd:
[549]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:7ZAqMhE29qVZKacpGFMd:
[3480]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:7ZAqMhE29qVZKacpGFMd:
[1102]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:JNEEYiTOihVs3b9WIS5y:
[4715]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:JNEEYiTOihVs3b9WIS5y:
[3382]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:JNEEYiTOihVs3b9WIS5y:
[26]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:bndkaQuhqGpK1Y8CuCDA:
[991]
WOs3Ii4Z891Po5xQM7cO:2HqhUSnk3KgqcySZuZa4:PYrn3bTDRE7EO0soa1dR:
[2800]
WOs3Ii4Z891Po5xQM7cO:7Kjaiir2Bx74q0cdOBYb:mBmnXN810d6PrQTOZbke:
[3058]
WOs3Ii4Z891Po5xQM7cO:XEH0xFb0cRM0PUTDc4gt:mBmnXN810d6PrQTOZbke:
[5302]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:mBmnXN810d6PrQTOZbke:
[1663]
WOs3Ii4Z891Po5xQM7cO:hBm0jJ0GAkfwlzs3iXdy:PYrn3bTDRE7EO0soa1dR:
[5325]
WOs3Ii4Z891Po5xQM7cO:kdaXCfbz4ZDNi6lXCYRe:bqBu3E92tSpPNr36wtjS:
[103]
WOs3Ii4Z891Po5xQM7cO:kdaXCfbz4ZDNi6lXCYRe:mBmnXN810d6PrQTOZbke:
[1581]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Pfezx1BgNTbBFwniRBz:
[2180,1762]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Tw12vVFKOPKqzBYOmj5:
[1504]
YtqOzsL0aZLjSsC6KM3a:UUGE5ZBlGXtvexLq7J2s:8Tw12vVFKOPKqzBYOmj5:
[6791]
axoog5ICoyz4V6Vnc2Er:HQa78RffPOGSzi2yeGAy:Wosu4r5tN2VZwQfegYZO:
[6942]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:Wosu4r5tN2VZwQfegYZO:
[5415]
axoog5ICoyz4V6Vnc2Er:Ktn7EZsyaIL59xSmQFQV:Wosu4r5tN2VZwQfegYZO:
[6192]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:2aKbTbl254qwQjSf2ALV:
[2003]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:MvQy1ROGnnWcuaKh0rkH:
[1650]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:2aKbTbl254qwQjSf2ALV:
[598]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:Wosu4r5tN2VZwQfegYZO:
[6883]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:hTmBEqiEpJDPzyb6smpV:
[519]
e0HuIV5TMvB4c2lyALCp:dZERRrVefrPPswKDFmYi:CxzsIlJvU5MsXw2wirLM:
[2064]
e0HuIV5TMvB4c2lyALCp:gVARakHqtdBmpuSp54V3:CxzsIlJvU5MsXw2wirLM:
[1871]
e0HuIV5TMvB4c2lyALCp:gVARakHqtdBmpuSp54V3:hTmBEqiEpJDPzyb6smpV:
[1662,3165]
e0HuIV5TMvB4c2lyALCp:qNHfXIM0uBlcdmqIPnGT:fmpZR2xC5vmKYp0l9IHX:
[468]
eBd4AnSVSq5Dg4zhQpgC:AlmZYINZRw7RYdny1czC:4dSzNbURY8GjlpuU7rmT:
[1053]
eBd4AnSVSq5Dg4zhQpgC:SgUqCyb5akhm4O41EPOh:EgwrWWtkunj2mOCNHHBy:
[671]
eBd4AnSVSq5Dg4zhQpgC:WE9AuB9NhV5RftqChwpO:lrdwgCNBBD8gmnULBsBe:
[2326]
fd6ewkdhm15OwYU6KTX3:1rCQSeaQj8S4dwkdK3Ew:MvtAttCZNod66CuGNEZh:
[3854]
fd6ewkdhm15OwYU6KTX3:Jt0rHsedFxLoUdoXI3jU:4OkZpyBKDghV2hg1v8UF:
[548]
icaXOHk7YT1NhZjq1qjx:8bOuraKfY3MqFC7KGAUc:va4UoUdeOelTXqyrS8dp:
[2001]
icaXOHk7YT1NhZjq1qjx:CwamXVkeheABmljaB3K5:ijsA3x1y81VyRpoAgA2z:
[714]
icaXOHk7YT1NhZjq1qjx:Lol42F6phLQsX9L2xR7E:ijsA3x1y81VyRpoAgA2z:
[4577]
icaXOHk7YT1NhZjq1qjx:s2gDAUlMJectPKypPzvY:ijsA3x1y81VyRpoAgA2z:
[1725]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:2QFdrfLhNNeEHBs33OTP:
[1403]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:lLK1GGBVBvV2dwLDjx3G:
[8914,7960]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:bq4HrKGrhOTHg4IsltWZ:
[342]
o8YfXzni47sO9zHgFLng:dodmIRCXfVKWQt9Xeoc1:2QFdrfLhNNeEHBs33OTP:
[2173]
o8YfXzni47sO9zHgFLng:gu0JCCYIJkQ5SpUL0e1O:bq4HrKGrhOTHg4IsltWZ:
[317]
o8YfXzni47sO9zHgFLng:gu0JCCYIJkQ5SpUL0e1O:fxmgGZazA7aMVjodog3S:
[5942]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:PLtnAAMrkF7UwpqRmIkm:
[3196]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:dpFQISmxPRPZ1l2lXVvI:
[151]
oA9bFrHVBxXLKZCXlRJC:sCxv9Q1ncwOgoO1hWj8c:PLtnAAMrkF7UwpqRmIkm:
[6055]
unZNxtXeALO29EhzqRkt:06giZkdGZ1dri1xUNwmv:J8P5Cs394goDA7tpmOrq:
[3626]
unZNxtXeALO29EhzqRkt:56BwnTzBmSAARjnUBIew:vM1stjQezfViqoSf67Gc:
[2530]
unZNxtXeALO29EhzqRkt:MFmOqzHpoyq0PCd5FBsZ:J8P5Cs394goDA7tpmOrq:
[17251]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:J8P5Cs394goDA7tpmOrq:
[943]