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.3548265: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6733287890 [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, 0x178e9610320})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x169c4933d40, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x178e9610320})
/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({0xce4aea0c30?, 0x178e92f9740?}, 0xce4aea0c30?, {{0x3388860?, 0x178e7be05e0?}, {0x3371ba0?, 0x190b37d6360?}})
/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(0x1719fb4d800, 0x33a0cf0?, {{0x3388860?, 0x178e7be05e0?}, {0x3371ba0?, 0x190b37d6360?}}, {0xce4aea0c30, 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(0x169c4933d40?, {0x33a0cf0, 0x1719fb4d800}, {{0x3388860?, 0x178e7be05e0?}, {0x3371ba0?, 0x190b37d6360?}}, {0xce4aea0c30, 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?, 0x190b37d6360}, {0x33b0f80, 0x169c4933d40})
/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(0x169c4933d40, 0x178e7d70c30)
/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?, 0x178e7d70c30}, {0x33b0f80, 0x169c4933d40})
/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?, 0x178e7d70c30?}, 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(0x169c4933d40?, 0x178e7d724c0)
/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?, 0x178e7d724c0}, {0x33ab6e0, 0x169c4933d40})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x169c4933d40, {0x338eb00?, 0x178e7d724c0})
/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?, {0x178e7d6a200?, 0x5, 0x169c4933d40?})
/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(0x169c4933d40, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x16ea3895858, {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(0x169c4933d40?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x17420d38120?})
/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(0x169c4933d40, 0x178e7fa5a80, {{{0x0, 0x0}, {0x0, 0x0}}, 0x178e7fe3840, 0x0, 0x0, 0x169c4933d40, ...})
/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(0x169c4933d40, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x16ea3895c70, {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}}, 0x178e7fe3840, 0x0, 0x0, 0x169c4933d40, {0x178e827a360, 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, 0x169c4933d40, {0x178e827a340, ...}, ...})
/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(0x178e7bfb960?, {0x33a9b00, 0x178e7f8b2d8}, 0x178e7bfb9d0?, {0x178e827a300?, 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(0x169c4933d40, 0x178e827a320?, {0x178e827a300, 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(0x169c4933d40)
/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(0x16ea3896290, {0x7e07e16335a0?, 0x178e6958f20?}, 0x16ea3896278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xc968aaa240, {0x3388860, 0x178e7be05e0}, 0x16ea3896348?, 0x178e7d61458)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x178e7d507e0)
/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?, 0x178e7d5bbc0?)
/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(0x178e7d507e0?)
/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?, 0x178e7d507e0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x178e75b6000)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x178e75b6000)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x178e75b6000?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x178e7585480?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0xac, 0x64, 0x4f, 0xf2, 0x2e, 0xfb, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0xac, 0x64, 0x4f, 0xf2, 0x2e, 0xfb, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x178da90c040?, {0x33996d0, 0xc0003045a0}, 0x178da90c040?, 0x178da602900?, 0xc810b12cf0?)
/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
--> 9c9a581803f11226c3b45d8b9fd85a0535123dee93c9cdcfbeccf7770263e8b5: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:
[2887]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:VIxKvO9YpPNARy0r8XE6:
[2399]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:3C2a6DsyiHLVlFA5W0il:
[9939]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:H0dEDaLPGVf1bAn00r7g:
[277]
0Cfe9ZkrtnUPdKcE4RFX:PzgRkpgrKGUiPZpKvRsC:VIxKvO9YpPNARy0r8XE6:
[3351]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:3C2a6DsyiHLVlFA5W0il:
[544]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:VIxKvO9YpPNARy0r8XE6:
[3122]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:nuyhNJLIvs9u5GwMiFnr:
[26]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:GwN6l5mrPqQ07BLkGVXI:
[4022]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:H0dEDaLPGVf1bAn00r7g:
[2328]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:3C2a6DsyiHLVlFA5W0il:
[1945]
0Cfe9ZkrtnUPdKcE4RFX:ypVhzCbAvqIMU1jgK0g3:nuyhNJLIvs9u5GwMiFnr:
[1284]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:zEPqFbGL4OE9uy77RUO1:
[3048]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:0Gcepcdqn9dYy0sZKoO5:
[1154]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:zEPqFbGL4OE9uy77RUO1:
[8867]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[6328,2311]
EGtCJYR4VXxwGFvinRnI:EVxtk8BJI0k8C0X6VLfK:HBgOsdNwoxHZflmzzUNM:
[6232]
EGtCJYR4VXxwGFvinRnI:Hj6jZCVsuVZUXnsXUNkp:VdzbdBN6Whq7jyan6kwe:
[8598,4170]
EGtCJYR4VXxwGFvinRnI:Lj3vIuKMe4cjzfz1UXe0:HBgOsdNwoxHZflmzzUNM:
[1053]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:VdzbdBN6Whq7jyan6kwe:
[11319]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:HBgOsdNwoxHZflmzzUNM:
[7034]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[7734]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:cLMpqzYcbajRPDCvLZIU:
[3095]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:XKLb2SNZZ8D7MYxqBVuA:
[3614]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:cLMpqzYcbajRPDCvLZIU:
[6457]
Re4q1GP1XB3YEUicrQgN:WjMnEnhyW018cIY3OmlG:XKLb2SNZZ8D7MYxqBVuA:
[19829]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:XKLb2SNZZ8D7MYxqBVuA:
[17779,8015]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:7LzEITeN26UpsgT41Ceo:
[1820]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:G8djZYvYdCPL0RmZVvuX:
[5944]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:SMPeCKqhOs7mxBWupngA:
[1141]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:Ie2foJjxfejIes9O8iWR:
[2455]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:SMPeCKqhOs7mxBWupngA:
[6189,1002]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:SMPeCKqhOs7mxBWupngA:
[7977]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:SMPeCKqhOs7mxBWupngA:
[6216]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:9KXaGEsuK2jqjvI4slAz:
[855]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:SMPeCKqhOs7mxBWupngA:
[4723]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:SMPeCKqhOs7mxBWupngA:
[4683]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:JNEEYiTOihVs3b9WIS5y:
[7728]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:7ZAqMhE29qVZKacpGFMd:
[7486]
VOvUgEQf4OUhWTlUoVU8:h77V3jTCmxevn0RaCrEE:JNEEYiTOihVs3b9WIS5y:
[8991]
VOvUgEQf4OUhWTlUoVU8:js0skPGONAfU87JyYRSW:JNEEYiTOihVs3b9WIS5y:
[5369]
VOvUgEQf4OUhWTlUoVU8:mtQy7CGqpVs3Z2GScEyg:7ZAqMhE29qVZKacpGFMd:
[6636]
VOvUgEQf4OUhWTlUoVU8:mtQy7CGqpVs3Z2GScEyg:BjFvG8EbgrNPLfXat4P6:
[1057]
YtqOzsL0aZLjSsC6KM3a:5uyGvhBW0jPFLuDIvTiz:8Tw12vVFKOPKqzBYOmj5:
[1059]
YtqOzsL0aZLjSsC6KM3a:5uyGvhBW0jPFLuDIvTiz:rg7ITuxCwkbxoTs3FSSU:
[1800]
YtqOzsL0aZLjSsC6KM3a:7JU0syjjFUDo76Y6Ukqf:8Pfezx1BgNTbBFwniRBz:
[2167]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Tw12vVFKOPKqzBYOmj5:
[2324]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Tw12vVFKOPKqzBYOmj5:
[7762]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:8Tw12vVFKOPKqzBYOmj5:
[1204]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:EgsD4m5vrVGRTC939XBU:
[812,2290]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:8Pfezx1BgNTbBFwniRBz:
[4862]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:EgsD4m5vrVGRTC939XBU:
[2932]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:rg7ITuxCwkbxoTs3FSSU:
[1504]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:8Pfezx1BgNTbBFwniRBz:
[1566]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:2aKbTbl254qwQjSf2ALV:
[1013]
axoog5ICoyz4V6Vnc2Er:Tzeg6f7PJyhIvyC416L8:2aKbTbl254qwQjSf2ALV:
[4538]
axoog5ICoyz4V6Vnc2Er:UPP6sw5VIdiKe4EZoovD:Wosu4r5tN2VZwQfegYZO:
[7136]
axoog5ICoyz4V6Vnc2Er:i6wsCrskygTpCJHdApYM:Wosu4r5tN2VZwQfegYZO:
[803]
axoog5ICoyz4V6Vnc2Er:rSCicH0XaQx5vqpxLN22:2aKbTbl254qwQjSf2ALV:
[752]
axoog5ICoyz4V6Vnc2Er:rSCicH0XaQx5vqpxLN22:MvQy1ROGnnWcuaKh0rkH:
[4092]
cQq3xBLwtD1eQEEPlAuV:8JCUfQzlYuY0DWQw3oSS:KWhZKqlGYMuMkgnyjO7v:
[135]
cQq3xBLwtD1eQEEPlAuV:iLfqrSoM4FPwBfBEmPel:IVE6jAadxgDs1grrqGAy:
[1378]
cQq3xBLwtD1eQEEPlAuV:km8eaOvNLY3xwGLcp3m6:IVE6jAadxgDs1grrqGAy:
[2477]
cQq3xBLwtD1eQEEPlAuV:whXOIMM0rdCHZuLoakNT:IVE6jAadxgDs1grrqGAy:
[1892]
e0HuIV5TMvB4c2lyALCp:IIqt1PmbKGM1tyLJYAt1:hTmBEqiEpJDPzyb6smpV:
[452]
eBd4AnSVSq5Dg4zhQpgC:uNM7RuYbxIjTPqGZr9aP:EgwrWWtkunj2mOCNHHBy:
[961]
fd6ewkdhm15OwYU6KTX3:1rCQSeaQj8S4dwkdK3Ew:tEw2d3nvgN2jTofiUHKt:
[8969]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:4OkZpyBKDghV2hg1v8UF:
[128]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:X45eNAyOV2U9K9yfPJEK:
[4758]
fd6ewkdhm15OwYU6KTX3:WX5Q4aoypRLLh1wpmFKK:X45eNAyOV2U9K9yfPJEK:
[224]
fd6ewkdhm15OwYU6KTX3:bRD848326GotLf8Z90i1:tEw2d3nvgN2jTofiUHKt:
[5147]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:tEw2d3nvgN2jTofiUHKt:
[7956]
icaXOHk7YT1NhZjq1qjx:8bOuraKfY3MqFC7KGAUc:va4UoUdeOelTXqyrS8dp:
[1340]
o8YfXzni47sO9zHgFLng:5s1ozuHwGkilgCwOJtqI:fxmgGZazA7aMVjodog3S:
[204,4971]
o8YfXzni47sO9zHgFLng:5s1ozuHwGkilgCwOJtqI:lLK1GGBVBvV2dwLDjx3G:
[4468]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:fxmgGZazA7aMVjodog3S:
[2713]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:lLK1GGBVBvV2dwLDjx3G:
[1669,2250,6428]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:bq4HrKGrhOTHg4IsltWZ:
[1951]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:bq4HrKGrhOTHg4IsltWZ:
[226]
o8YfXzni47sO9zHgFLng:eQPDcfgVL5LtrO3VqH78:fxmgGZazA7aMVjodog3S:
[1569]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:dpFQISmxPRPZ1l2lXVvI:
[1639]
oA9bFrHVBxXLKZCXlRJC:Z3SmlNHeOtz2OLOEKWp9:PLtnAAMrkF7UwpqRmIkm:
[438]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:dpFQISmxPRPZ1l2lXVvI:
[4685]
oA9bFrHVBxXLKZCXlRJC:mBbIqweVzG2X7jQJg9S5:dpFQISmxPRPZ1l2lXVvI:
[5779]
unZNxtXeALO29EhzqRkt:56BwnTzBmSAARjnUBIew:vM1stjQezfViqoSf67Gc:
[8068]
unZNxtXeALO29EhzqRkt:AIQWiEWyFXNmgXxVG4ut:J8P5Cs394goDA7tpmOrq:
[2246]
unZNxtXeALO29EhzqRkt:AIQWiEWyFXNmgXxVG4ut:vM1stjQezfViqoSf67Gc:
[6856]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:J8P5Cs394goDA7tpmOrq:
[3977]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:vM1stjQezfViqoSf67Gc:
[9469]
unZNxtXeALO29EhzqRkt:kIYcDcdRLX4CS3iuj2SD:J8P5Cs394goDA7tpmOrq:
[9220]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:J8P5Cs394goDA7tpmOrq:
[1573,3491]