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.2843381: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6550118303 [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, 0xc29fae7700})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x116ee102d80, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0xc29fae7700})
/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({0x12cef1f48c0?, 0x1600c197320?}, 0x12cef1f48c0?, {{0x3388860?, 0xc0d371f7e0?}, {0x3371ba0?, 0xcfbe320a80?}})
/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(0x12b2304af00, 0x33a0cf0?, {{0x3388860?, 0xc0d371f7e0?}, {0x3371ba0?, 0xcfbe320a80?}}, {0x12cef1f48c0, 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(0x116ee102d80?, {0x33a0cf0, 0x12b2304af00}, {{0x3388860?, 0xc0d371f7e0?}, {0x3371ba0?, 0xcfbe320a80?}}, {0x12cef1f48c0, 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?, 0xcfbe320a80}, {0x33b0f80, 0x116ee102d80})
/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(0x116ee102d80, 0x154aba8c3f0)
/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?, 0x154aba8c3f0}, {0x33b0f80, 0x116ee102d80})
/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?, 0x154aba8c3f0?}, 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(0x116ee102d80?, 0xc0f7e57300)
/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?, 0xc0f7e57300}, {0x33ab6e0, 0x116ee102d80})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x116ee102d80, {0x338eb00?, 0xc0f7e57300})
/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?, {0x1507e369480?, 0x5, 0x116ee102d80?})
/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(0x116ee102d80, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0xc2ecd43858, {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(0x116ee102d80?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0xfc6ab71b00?})
/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(0x116ee102d80, 0x16332950e80, {{{0x0, 0x0}, {0x0, 0x0}}, 0xc2f2189900, 0x0, 0x0, 0x116ee102d80, ...})
/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(0x116ee102d80, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0xc2ecd43c70, {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}}, 0xc2f2189900, 0x0, 0x0, 0x116ee102d80, {0xc0894bf5e0, 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, 0x116ee102d80, {0xc0894bf5c0, ...}, ...})
/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(0x161633cd030?, {0x33a9b00, 0xc60e076990}, 0x161633cd0a0?, {0xc0894bf580?, 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(0x116ee102d80, 0xc0894bf5a0?, {0xc0894bf580, 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(0x116ee102d80)
/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(0xc2ecd44290, {0x7e9ceeb8c4b0?, 0x160ab2e1080?}, 0xc2ecd44278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x1434a281500, {0x3388860, 0xc0d371f7e0}, 0xc2ecd44348?, 0xcb0e42aae0)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x14f5c250480)
/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?, 0xc0d3755a80?)
/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(0x14f5c250480?)
/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?, 0x14f5c250480?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x1516a9d6000)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x1516a9d6000)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x1516a9d6000?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0xc2f1708030?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x1b, 0xaf, 0xd8, 0x42, 0x49, 0x8d, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x1b, 0xaf, 0xd8, 0x42, 0x49, 0x8d, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc00047d200}, 0x2249f6a?, 0xc0c4708000?, 0x16febfeab00?)
/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
--> 812a1bdb508df981e0b426181769dfd277707df0b8783715f6cbb18083835cd5: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:9ttCNoSQzauDyoy3wmFK:nuyhNJLIvs9u5GwMiFnr:
[649]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:VIxKvO9YpPNARy0r8XE6:
[5967]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:H0dEDaLPGVf1bAn00r7g:
[1526]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:GwN6l5mrPqQ07BLkGVXI:
[2933]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:3C2a6DsyiHLVlFA5W0il:
[6585]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:H0dEDaLPGVf1bAn00r7g:
[833]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:VIxKvO9YpPNARy0r8XE6:
[2376,5091]
0Cfe9ZkrtnUPdKcE4RFX:ypVhzCbAvqIMU1jgK0g3:3C2a6DsyiHLVlFA5W0il:
[4247]
1tslgIDPsj33137CPukG:3tVz0OfYRZI6guKyHQI6:rrZHeqGHdfEkPWdDuRlu:
[463]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:0Gcepcdqn9dYy0sZKoO5:
[2632]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:0Gcepcdqn9dYy0sZKoO5:
[4819]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:rrZHeqGHdfEkPWdDuRlu:
[498]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:HBgOsdNwoxHZflmzzUNM:
[2270,9221]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:VdzbdBN6Whq7jyan6kwe:
[7520]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:7LzEITeN26UpsgT41Ceo:
[940,1031]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[16189]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:XKLb2SNZZ8D7MYxqBVuA:
[4975,8453]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:cLMpqzYcbajRPDCvLZIU:
[7624]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:cLMpqzYcbajRPDCvLZIU:
[4787]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:7LzEITeN26UpsgT41Ceo:
[1391]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:XKLb2SNZZ8D7MYxqBVuA:
[17361]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:cLMpqzYcbajRPDCvLZIU:
[6704]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[8878]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:AsBJChO0LmwVB9JBGRi4:
[1027]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:SMPeCKqhOs7mxBWupngA:
[1732]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:G8djZYvYdCPL0RmZVvuX:
[9961]
UjHwY97M5iThoJsHlgHH:6DIhV5ENvntuBWKvNIl4:G8djZYvYdCPL0RmZVvuX:
[7809]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:SMPeCKqhOs7mxBWupngA:
[902,6167]
UjHwY97M5iThoJsHlgHH:94P1SeOHNerfeo2svlfk:SMPeCKqhOs7mxBWupngA:
[4271]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:G8djZYvYdCPL0RmZVvuX:
[2530]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:SMPeCKqhOs7mxBWupngA:
[3604]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:Ie2foJjxfejIes9O8iWR:
[3831]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:G8djZYvYdCPL0RmZVvuX:
[6613]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:Ie2foJjxfejIes9O8iWR:
[1097]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:SMPeCKqhOs7mxBWupngA:
[3572]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:G8djZYvYdCPL0RmZVvuX:
[6927]
VOvUgEQf4OUhWTlUoVU8:9KI5FKqAxyxcUhWKb7t9:bndkaQuhqGpK1Y8CuCDA:
[2899]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[8225]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:BjFvG8EbgrNPLfXat4P6:
[3670]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:BjFvG8EbgrNPLfXat4P6:
[2342]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:HCCkoiqh4tBF4sHOwO9q:
[2919]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:PYrn3bTDRE7EO0soa1dR:
[637]
WOs3Ii4Z891Po5xQM7cO:kdaXCfbz4ZDNi6lXCYRe:mBmnXN810d6PrQTOZbke:
[4949]
WOs3Ii4Z891Po5xQM7cO:sAqJHYzjCbuVL6iJmVdx:mBmnXN810d6PrQTOZbke:
[2916]
WOs3Ii4Z891Po5xQM7cO:vuJ59GsUORivapQN2LNT:PQmKtEG787VU0Tr1ac3W:
[707]
YtqOzsL0aZLjSsC6KM3a:1wXgprOt0uKIRtSsFa38:mzouvN8e9cSIvuIw0tBL:
[2847]
YtqOzsL0aZLjSsC6KM3a:5uyGvhBW0jPFLuDIvTiz:8Pfezx1BgNTbBFwniRBz:
[4400]
YtqOzsL0aZLjSsC6KM3a:7JU0syjjFUDo76Y6Ukqf:mzouvN8e9cSIvuIw0tBL:
[1625]
YtqOzsL0aZLjSsC6KM3a:9bEMR0Ri3rSCeQDAlLEV:8Tw12vVFKOPKqzBYOmj5:
[2543]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Tw12vVFKOPKqzBYOmj5:
[3305]
YtqOzsL0aZLjSsC6KM3a:UUGE5ZBlGXtvexLq7J2s:8Tw12vVFKOPKqzBYOmj5:
[9777]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Pfezx1BgNTbBFwniRBz:
[4497]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Tw12vVFKOPKqzBYOmj5:
[9799]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:8Tw12vVFKOPKqzBYOmj5:
[9257]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:mzouvN8e9cSIvuIw0tBL:
[774,3139]
axoog5ICoyz4V6Vnc2Er:I0VUjhP5RTMbRNDuKSFI:Wosu4r5tN2VZwQfegYZO:
[4867]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:2aKbTbl254qwQjSf2ALV:
[4617]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:Wosu4r5tN2VZwQfegYZO:
[3488]
axoog5ICoyz4V6Vnc2Er:UPP6sw5VIdiKe4EZoovD:2aKbTbl254qwQjSf2ALV:
[3747,6621]
axoog5ICoyz4V6Vnc2Er:i6wsCrskygTpCJHdApYM:yhU1UcLBVdCETeHqHRhk:
[1215]
cQq3xBLwtD1eQEEPlAuV:8JCUfQzlYuY0DWQw3oSS:IVE6jAadxgDs1grrqGAy:
[694]
cQq3xBLwtD1eQEEPlAuV:8JCUfQzlYuY0DWQw3oSS:KWhZKqlGYMuMkgnyjO7v:
[3231]
cQq3xBLwtD1eQEEPlAuV:QhuRfCqYdRtEr78JWB6j:HVuLgyOpZeAFUc62kTfN:
[1411]
cQq3xBLwtD1eQEEPlAuV:QhuRfCqYdRtEr78JWB6j:KWhZKqlGYMuMkgnyjO7v:
[1363]
cQq3xBLwtD1eQEEPlAuV:yEkTfsc1WPZHH8Dm4y90:HVuLgyOpZeAFUc62kTfN:
[2101]
e0HuIV5TMvB4c2lyALCp:JQZIvsCdgsUOVsfPu0lO:hTmBEqiEpJDPzyb6smpV:
[538]
e0HuIV5TMvB4c2lyALCp:dZERRrVefrPPswKDFmYi:CxzsIlJvU5MsXw2wirLM:
[2957]
e0HuIV5TMvB4c2lyALCp:gVARakHqtdBmpuSp54V3:hTmBEqiEpJDPzyb6smpV:
[786]
e0HuIV5TMvB4c2lyALCp:qNHfXIM0uBlcdmqIPnGT:fmpZR2xC5vmKYp0l9IHX:
[907]
eBd4AnSVSq5Dg4zhQpgC:19EkxwINwUm7cj60sXEc:KGB3UlLXR7tp2czOfe7G:
[2270]
fd6ewkdhm15OwYU6KTX3:EnXWM5PoSfiu36eD8Woz:X45eNAyOV2U9K9yfPJEK:
[442]
fd6ewkdhm15OwYU6KTX3:EnXWM5PoSfiu36eD8Woz:tEw2d3nvgN2jTofiUHKt:
[7708]
fd6ewkdhm15OwYU6KTX3:WX5Q4aoypRLLh1wpmFKK:MvtAttCZNod66CuGNEZh:
[6468]
fd6ewkdhm15OwYU6KTX3:jZCK7qqVdPYmZrPwge8Q:tEw2d3nvgN2jTofiUHKt:
[5248]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:MvtAttCZNod66CuGNEZh:
[3163]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:4OkZpyBKDghV2hg1v8UF:
[1093]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:X45eNAyOV2U9K9yfPJEK:
[504]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:4OkZpyBKDghV2hg1v8UF:
[1774]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:tEw2d3nvgN2jTofiUHKt:
[2103]
icaXOHk7YT1NhZjq1qjx:gjiwGqEpKcKnRslj80EW:ijsA3x1y81VyRpoAgA2z:
[97]
icaXOHk7YT1NhZjq1qjx:s2gDAUlMJectPKypPzvY:ijsA3x1y81VyRpoAgA2z:
[533]
o8YfXzni47sO9zHgFLng:5s1ozuHwGkilgCwOJtqI:lLK1GGBVBvV2dwLDjx3G:
[501]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:lLK1GGBVBvV2dwLDjx3G:
[8580]
o8YfXzni47sO9zHgFLng:KeBbmLVBbEs1Hi8l3Upl:fxmgGZazA7aMVjodog3S:
[3778]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:bq4HrKGrhOTHg4IsltWZ:
[1002]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:fxmgGZazA7aMVjodog3S:
[5270]
o8YfXzni47sO9zHgFLng:euBLeGs1ltk5JSqhdR3z:lLK1GGBVBvV2dwLDjx3G:
[6811]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:PLtnAAMrkF7UwpqRmIkm:
[5297]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:PLtnAAMrkF7UwpqRmIkm:
[6408]
oA9bFrHVBxXLKZCXlRJC:eaLfp6LDbCJmCtBeS8aJ:3rJQCOIjboU1MwxUxOvi:
[4828]
unZNxtXeALO29EhzqRkt:AIQWiEWyFXNmgXxVG4ut:J8P5Cs394goDA7tpmOrq:
[16158]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:vM1stjQezfViqoSf67Gc:
[9282]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:vM1stjQezfViqoSf67Gc:
[900]