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.2711205: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 3572707510 [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, 0x15c9ddeece0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x1199a2a30e0, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x15c9ddeece0})
/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({0xca31ffb9f0?, 0x158d8aeaf00?}, 0xca31ffb9f0?, {{0x3388860?, 0xc5880e16a0?}, {0x3371ba0?, 0xea0d5ae780?}})
/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(0x153b85e9800, 0x33a0cf0?, {{0x3388860?, 0xc5880e16a0?}, {0x3371ba0?, 0xea0d5ae780?}}, {0xca31ffb9f0, 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(0x1199a2a30e0?, {0x33a0cf0, 0x153b85e9800}, {{0x3388860?, 0xc5880e16a0?}, {0x3371ba0?, 0xea0d5ae780?}}, {0xca31ffb9f0, 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?, 0xea0d5ae780}, {0x33b0f80, 0x1199a2a30e0})
/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(0x1199a2a30e0, 0x15e84950a80)
/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?, 0x15e84950a80}, {0x33b0f80, 0x1199a2a30e0})
/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?, 0x15e84950a80?}, 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(0x1199a2a30e0?, 0x15c978d5a40)
/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?, 0x15c978d5a40}, {0x33ab6e0, 0x1199a2a30e0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x1199a2a30e0, {0x338eb00?, 0x15c978d5a40})
/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?, {0x15c978ac380?, 0x5, 0x1199a2a30e0?})
/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(0x1199a2a30e0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x15c8872f858, {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(0x1199a2a30e0?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0xe224712120?})
/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(0x1199a2a30e0, 0x15c9c9ddc00, {{{0x0, 0x0}, {0x0, 0x0}}, 0x15c9cb304a0, 0x0, 0x0, 0x1199a2a30e0, ...})
/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(0x1199a2a30e0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x15c8872fc70, {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}}, 0x15c9cb304a0, 0x0, 0x0, 0x1199a2a30e0, {0x15c9cb3d2e0, 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, 0x1199a2a30e0, {0x15c9cb3d2c0, ...}, ...})
/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(0x15c978e3340?, {0x33a9b00, 0x15c9c9c0d38}, 0x15c978e33b0?, {0x15c9cb3d280?, 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(0x1199a2a30e0, 0x15c9cb3d2a0?, {0x15c9cb3d280, 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(0x1199a2a30e0)
/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(0x15c88730290, {0x7f4ca2c5e420?, 0xc635a85e40?}, 0x15c88730278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x15d52aaafc0, {0x3388860, 0xc5880e16a0}, 0x15c88730348?, 0x15c978e4eb8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x15c8f86c6c0)
/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?, 0x15c978f2b30?)
/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(0x15c8f86c6c0?)
/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?, 0x15c8f86c6c0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x15c906d0a80)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x15c906d0a80)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x15c906d0a80?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x15c9793a140?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x8a, 0x44, 0x6d, 0xc, 0x60, 0x3, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x8a, 0x44, 0x6d, 0xc, 0x60, 0x3, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc000161e00}, 0x15c86687970?, 0xc40aeabdf0?, 0x15c86687970?)
/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
--> 93f233e4ae5ed8ee18702687e79ac02843f78f736348e4ca519283ac6de7d210: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:GwN6l5mrPqQ07BLkGVXI:
[6839]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:GwN6l5mrPqQ07BLkGVXI:
[3500,1111]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:H0dEDaLPGVf1bAn00r7g:
[1297]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:GwN6l5mrPqQ07BLkGVXI:
[5523]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:3C2a6DsyiHLVlFA5W0il:
[9161]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:3C2a6DsyiHLVlFA5W0il:
[7692]
0Cfe9ZkrtnUPdKcE4RFX:ypVhzCbAvqIMU1jgK0g3:GwN6l5mrPqQ07BLkGVXI:
[3632,5441]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:zEPqFbGL4OE9uy77RUO1:
[7751]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:zEPqFbGL4OE9uy77RUO1:
[4992]
1tslgIDPsj33137CPukG:QSrs3joUO9EEOuIiS7Nz:0Gcepcdqn9dYy0sZKoO5:
[2846]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:0Gcepcdqn9dYy0sZKoO5:
[2008]
1tslgIDPsj33137CPukG:Y2VDrJfkWUnH7PYDIRxQ:rrZHeqGHdfEkPWdDuRlu:
[593]
EGtCJYR4VXxwGFvinRnI:19KwpyljGjZtizXvhpWe:VdzbdBN6Whq7jyan6kwe:
[19341]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:HBgOsdNwoxHZflmzzUNM:
[431]
EGtCJYR4VXxwGFvinRnI:8LfJKOsbEMm2XO8n0tUb:HBgOsdNwoxHZflmzzUNM:
[5333]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:XKLb2SNZZ8D7MYxqBVuA:
[2731]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[5724]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:cLMpqzYcbajRPDCvLZIU:
[3326]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:XKLb2SNZZ8D7MYxqBVuA:
[5989,4234,7930]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:XKLb2SNZZ8D7MYxqBVuA:
[12055]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:cLMpqzYcbajRPDCvLZIU:
[4094]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:XKLb2SNZZ8D7MYxqBVuA:
[2556,5059]
Re4q1GP1XB3YEUicrQgN:WjMnEnhyW018cIY3OmlG:cLMpqzYcbajRPDCvLZIU:
[2311,5186]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:XKLb2SNZZ8D7MYxqBVuA:
[17905]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:XKLb2SNZZ8D7MYxqBVuA:
[9554]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:cLMpqzYcbajRPDCvLZIU:
[3691]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:G8djZYvYdCPL0RmZVvuX:
[1945]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:Ie2foJjxfejIes9O8iWR:
[1592]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:SMPeCKqhOs7mxBWupngA:
[262]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:G8djZYvYdCPL0RmZVvuX:
[6571]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:AsBJChO0LmwVB9JBGRi4:
[1454]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:G8djZYvYdCPL0RmZVvuX:
[853]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:9KXaGEsuK2jqjvI4slAz:
[2319]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:G8djZYvYdCPL0RmZVvuX:
[3497]
VOvUgEQf4OUhWTlUoVU8:9KI5FKqAxyxcUhWKb7t9:JNEEYiTOihVs3b9WIS5y:
[7983,5214]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[7278]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:XKL9HXzZ5hiaZVSqFyWw:
[874]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:bndkaQuhqGpK1Y8CuCDA:
[3412]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:7ZAqMhE29qVZKacpGFMd:
[3584]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:BjFvG8EbgrNPLfXat4P6:
[1324]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:bndkaQuhqGpK1Y8CuCDA:
[335,1110]
WOs3Ii4Z891Po5xQM7cO:2HqhUSnk3KgqcySZuZa4:PYrn3bTDRE7EO0soa1dR:
[6858]
WOs3Ii4Z891Po5xQM7cO:7Kjaiir2Bx74q0cdOBYb:HCCkoiqh4tBF4sHOwO9q:
[9677]
WOs3Ii4Z891Po5xQM7cO:KK7jfp5mDAgmTLwRlksW:mBmnXN810d6PrQTOZbke:
[5258]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:HCCkoiqh4tBF4sHOwO9q:
[2222]
YtqOzsL0aZLjSsC6KM3a:5Q0QaMlUJtX31iJzJ2uu:8Tw12vVFKOPKqzBYOmj5:
[4286]
YtqOzsL0aZLjSsC6KM3a:5uyGvhBW0jPFLuDIvTiz:8Tw12vVFKOPKqzBYOmj5:
[7637]
YtqOzsL0aZLjSsC6KM3a:9bEMR0Ri3rSCeQDAlLEV:8Pfezx1BgNTbBFwniRBz:
[5524]
YtqOzsL0aZLjSsC6KM3a:9bEMR0Ri3rSCeQDAlLEV:EgsD4m5vrVGRTC939XBU:
[4166]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Pfezx1BgNTbBFwniRBz:
[2812,1440,4561]
YtqOzsL0aZLjSsC6KM3a:UUGE5ZBlGXtvexLq7J2s:8Pfezx1BgNTbBFwniRBz:
[3088]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:8Tw12vVFKOPKqzBYOmj5:
[4366]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:EgsD4m5vrVGRTC939XBU:
[5986]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:8Tw12vVFKOPKqzBYOmj5:
[3295]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:EgsD4m5vrVGRTC939XBU:
[6722]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:MvQy1ROGnnWcuaKh0rkH:
[3095]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:yhU1UcLBVdCETeHqHRhk:
[1439]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:MvQy1ROGnnWcuaKh0rkH:
[2089,1739]
axoog5ICoyz4V6Vnc2Er:Tzeg6f7PJyhIvyC416L8:Wosu4r5tN2VZwQfegYZO:
[9824]
axoog5ICoyz4V6Vnc2Er:UPP6sw5VIdiKe4EZoovD:2aKbTbl254qwQjSf2ALV:
[2921]
axoog5ICoyz4V6Vnc2Er:mgkmSeXPZEXA9D5Q0g7i:Wosu4r5tN2VZwQfegYZO:
[1908]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:2aKbTbl254qwQjSf2ALV:
[5931]
cQq3xBLwtD1eQEEPlAuV:8JCUfQzlYuY0DWQw3oSS:KWhZKqlGYMuMkgnyjO7v:
[2829]
cQq3xBLwtD1eQEEPlAuV:QhuRfCqYdRtEr78JWB6j:KWhZKqlGYMuMkgnyjO7v:
[1029]
cQq3xBLwtD1eQEEPlAuV:whXOIMM0rdCHZuLoakNT:KWhZKqlGYMuMkgnyjO7v:
[2949]
e0HuIV5TMvB4c2lyALCp:IIqt1PmbKGM1tyLJYAt1:CxzsIlJvU5MsXw2wirLM:
[2825]
e0HuIV5TMvB4c2lyALCp:dZERRrVefrPPswKDFmYi:fmpZR2xC5vmKYp0l9IHX:
[215]
e0HuIV5TMvB4c2lyALCp:gVARakHqtdBmpuSp54V3:CxzsIlJvU5MsXw2wirLM:
[789]
e0HuIV5TMvB4c2lyALCp:nMusbWIaZ87Zzhe3Emyk:hTmBEqiEpJDPzyb6smpV:
[2583]
eBd4AnSVSq5Dg4zhQpgC:vLKGa7skPlVNZBiDEY88:KGB3UlLXR7tp2czOfe7G:
[3074]
fd6ewkdhm15OwYU6KTX3:9wu3dwY1xCgyXh4ZFVSn:tEw2d3nvgN2jTofiUHKt:
[1570]
fd6ewkdhm15OwYU6KTX3:tQlMwGthXFPUZUw7QwPr:tEw2d3nvgN2jTofiUHKt:
[2320]
icaXOHk7YT1NhZjq1qjx:oERHNY8wVtwRF1Ek3obJ:ijsA3x1y81VyRpoAgA2z:
[3601]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:bq4HrKGrhOTHg4IsltWZ:
[331]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:fxmgGZazA7aMVjodog3S:
[6759]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:2QFdrfLhNNeEHBs33OTP:
[973]
o8YfXzni47sO9zHgFLng:euBLeGs1ltk5JSqhdR3z:2QFdrfLhNNeEHBs33OTP:
[2283]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:X2xGzlVdXjrdsee8D9Bv:
[672]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:3rJQCOIjboU1MwxUxOvi:
[1841]
oA9bFrHVBxXLKZCXlRJC:Z3SmlNHeOtz2OLOEKWp9:PLtnAAMrkF7UwpqRmIkm:
[7774]
oA9bFrHVBxXLKZCXlRJC:mBbIqweVzG2X7jQJg9S5:dpFQISmxPRPZ1l2lXVvI:
[3737]
oA9bFrHVBxXLKZCXlRJC:yBjd2LBWFhvn5PpBWeNd:PLtnAAMrkF7UwpqRmIkm:
[506]
oA9bFrHVBxXLKZCXlRJC:yBjd2LBWFhvn5PpBWeNd:dpFQISmxPRPZ1l2lXVvI:
[5662,5167]
unZNxtXeALO29EhzqRkt:06giZkdGZ1dri1xUNwmv:vM1stjQezfViqoSf67Gc:
[2697]
unZNxtXeALO29EhzqRkt:MFmOqzHpoyq0PCd5FBsZ:vM1stjQezfViqoSf67Gc:
[6958]
unZNxtXeALO29EhzqRkt:RRTQQ2PK45GNt6EL8yNN:J8P5Cs394goDA7tpmOrq:
[16146]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:J8P5Cs394goDA7tpmOrq:
[188]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:vM1stjQezfViqoSf67Gc:
[5350]