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.3641024: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 5247012531 [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, 0x140851464e0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xffdcf386c0, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x140851464e0})
/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({0x12995767c60?, 0x156640ca9f0?}, 0x12995767c60?, {{0x3388860?, 0x11ca035b340?}, {0x3371ba0?, 0xf2f2ed0360?}})
/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(0x17c3c3edf20, 0x33a0cf0?, {{0x3388860?, 0x11ca035b340?}, {0x3371ba0?, 0xf2f2ed0360?}}, {0x12995767c60, 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(0xffdcf386c0?, {0x33a0cf0, 0x17c3c3edf20}, {{0x3388860?, 0x11ca035b340?}, {0x3371ba0?, 0xf2f2ed0360?}}, {0x12995767c60, 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?, 0xf2f2ed0360}, {0x33b0f80, 0xffdcf386c0})
/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(0xffdcf386c0, 0x164535d81b0)
/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?, 0x164535d81b0}, {0x33b0f80, 0xffdcf386c0})
/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?, 0x164535d81b0?}, 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(0xffdcf386c0?, 0x14002373cc0)
/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?, 0x14002373cc0}, {0x33ab6e0, 0xffdcf386c0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xffdcf386c0, {0x338eb00?, 0x14002373cc0})
/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?, {0x13fef40ec00?, 0x5, 0xffdcf386c0?})
/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(0xffdcf386c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x15badf45858, {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(0xffdcf386c0?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0xe3ff0f94a0?})
/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(0xffdcf386c0, 0x140373c5a80, {{{0x0, 0x0}, {0x0, 0x0}}, 0x14038c8d590, 0x0, 0x0, 0xffdcf386c0, ...})
/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(0xffdcf386c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x15badf45c70, {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}}, 0x14038c8d590, 0x0, 0x0, 0xffdcf386c0, {0x14039a28220, 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, 0xffdcf386c0, {0x14039a28200, ...}, ...})
/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(0x14033929880?, {0x33a9b00, 0x14037410090}, 0x140339298f0?, {0x14039a281c0?, 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(0xffdcf386c0, 0x14039a281e0?, {0x14039a281c0, 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(0xffdcf386c0)
/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(0x15badf46290, {0x7e038f4dc728?, 0x15fc3049760?}, 0x15badf46278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x15fe9736180, {0x3388860, 0x11ca035b340}, 0x15badf46348?, 0x1403537c210)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x13fef97e480)
/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?, 0x14033f7bd30?)
/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(0x13fef97e480?)
/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?, 0x13fef97e480?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0xc9428afc00)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0xc9428afc00)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0xc9428afc00?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x14015a001c0?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x8e, 0xad, 0xb9, 0x6a, 0xdf, 0xe1, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x8e, 0xad, 0xb9, 0x6a, 0xdf, 0xe1, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc0005d69e0}, 0x2249f6a?, 0xc84d5297d0?, 0x16066354fb8?)
/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
--> 6c13c7e80ba2a04125209f573ea2a36faf271a84fea4275649900c1e4450b404: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:H0dEDaLPGVf1bAn00r7g:
[876]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:3C2a6DsyiHLVlFA5W0il:
[891,7127,7937]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:3C2a6DsyiHLVlFA5W0il:
[3564]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:nuyhNJLIvs9u5GwMiFnr:
[1074]
0Cfe9ZkrtnUPdKcE4RFX:PzgRkpgrKGUiPZpKvRsC:VIxKvO9YpPNARy0r8XE6:
[1161]
0Cfe9ZkrtnUPdKcE4RFX:laFLRePMUdM5PQBjmcux:H0dEDaLPGVf1bAn00r7g:
[1975]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:zEPqFbGL4OE9uy77RUO1:
[1001]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:Tl7T3CSPrbg28fyxQI2a:
[2417,1087]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:Tl7T3CSPrbg28fyxQI2a:
[3796]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:zEPqFbGL4OE9uy77RUO1:
[7930]
1tslgIDPsj33137CPukG:Y2VDrJfkWUnH7PYDIRxQ:zEPqFbGL4OE9uy77RUO1:
[212]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:zEPqFbGL4OE9uy77RUO1:
[8173]
EGtCJYR4VXxwGFvinRnI:19KwpyljGjZtizXvhpWe:HBgOsdNwoxHZflmzzUNM:
[3909]
EGtCJYR4VXxwGFvinRnI:8LfJKOsbEMm2XO8n0tUb:VdzbdBN6Whq7jyan6kwe:
[2698]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:VdzbdBN6Whq7jyan6kwe:
[16752]
EGtCJYR4VXxwGFvinRnI:EVxtk8BJI0k8C0X6VLfK:HBgOsdNwoxHZflmzzUNM:
[7641,3380]
EGtCJYR4VXxwGFvinRnI:Hj6jZCVsuVZUXnsXUNkp:VdzbdBN6Whq7jyan6kwe:
[1131]
EGtCJYR4VXxwGFvinRnI:lGlKVF9azcf70az37EBE:VdzbdBN6Whq7jyan6kwe:
[16399]
EGtCJYR4VXxwGFvinRnI:rUIE9lqKFvFYaJzKy7Pp:VdzbdBN6Whq7jyan6kwe:
[6606]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:XKLb2SNZZ8D7MYxqBVuA:
[14120,16353]
Re4q1GP1XB3YEUicrQgN:Bgy9KBek5seZy2ZY56PU:7LzEITeN26UpsgT41Ceo:
[1080]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:XKLb2SNZZ8D7MYxqBVuA:
[17581,4982]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:cLMpqzYcbajRPDCvLZIU:
[6019,8874]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:cLMpqzYcbajRPDCvLZIU:
[1037]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:7LzEITeN26UpsgT41Ceo:
[1191,296]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[6500]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:G8djZYvYdCPL0RmZVvuX:
[7428]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:G8djZYvYdCPL0RmZVvuX:
[8333]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:Ie2foJjxfejIes9O8iWR:
[807]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:G8djZYvYdCPL0RmZVvuX:
[1966]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:SMPeCKqhOs7mxBWupngA:
[1784]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:9KXaGEsuK2jqjvI4slAz:
[2220]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:bndkaQuhqGpK1Y8CuCDA:
[5764]
VOvUgEQf4OUhWTlUoVU8:J8ZGt3zOjGTWFsD8IAvL:BjFvG8EbgrNPLfXat4P6:
[1952]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:XKL9HXzZ5hiaZVSqFyWw:
[796]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:bndkaQuhqGpK1Y8CuCDA:
[92]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:BjFvG8EbgrNPLfXat4P6:
[855]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:bndkaQuhqGpK1Y8CuCDA:
[5104]
VOvUgEQf4OUhWTlUoVU8:h77V3jTCmxevn0RaCrEE:JNEEYiTOihVs3b9WIS5y:
[1657]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:7ZAqMhE29qVZKacpGFMd:
[287]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:JNEEYiTOihVs3b9WIS5y:
[1707]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:7ZAqMhE29qVZKacpGFMd:
[4565]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:BjFvG8EbgrNPLfXat4P6:
[689,2962]
VOvUgEQf4OUhWTlUoVU8:sObBCd3mSwvxbJIdLXFJ:JNEEYiTOihVs3b9WIS5y:
[8419]
WOs3Ii4Z891Po5xQM7cO:0QXcVc2u5OuLalBysr1w:PYrn3bTDRE7EO0soa1dR:
[7320]
WOs3Ii4Z891Po5xQM7cO:KK7jfp5mDAgmTLwRlksW:HCCkoiqh4tBF4sHOwO9q:
[5316]
WOs3Ii4Z891Po5xQM7cO:Z2QZyUprpxCN80AjA7GK:PQmKtEG787VU0Tr1ac3W:
[557]
WOs3Ii4Z891Po5xQM7cO:kdaXCfbz4ZDNi6lXCYRe:PYrn3bTDRE7EO0soa1dR:
[123]
WOs3Ii4Z891Po5xQM7cO:sAqJHYzjCbuVL6iJmVdx:HCCkoiqh4tBF4sHOwO9q:
[5376]
YtqOzsL0aZLjSsC6KM3a:PtoBV8TCZJHGDtbIMF3k:8Tw12vVFKOPKqzBYOmj5:
[2734]
YtqOzsL0aZLjSsC6KM3a:blL8SzNtQxeKPFznzII2:EgsD4m5vrVGRTC939XBU:
[5646]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:8Pfezx1BgNTbBFwniRBz:
[4283]
axoog5ICoyz4V6Vnc2Er:HQa78RffPOGSzi2yeGAy:2aKbTbl254qwQjSf2ALV:
[6161]
axoog5ICoyz4V6Vnc2Er:Ktn7EZsyaIL59xSmQFQV:2aKbTbl254qwQjSf2ALV:
[5957]
axoog5ICoyz4V6Vnc2Er:Ktn7EZsyaIL59xSmQFQV:MvQy1ROGnnWcuaKh0rkH:
[1264]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:Wosu4r5tN2VZwQfegYZO:
[17]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:MvQy1ROGnnWcuaKh0rkH:
[3564]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:Wosu4r5tN2VZwQfegYZO:
[6483]
axoog5ICoyz4V6Vnc2Er:Tzeg6f7PJyhIvyC416L8:2aKbTbl254qwQjSf2ALV:
[3220]
axoog5ICoyz4V6Vnc2Er:i6wsCrskygTpCJHdApYM:MvQy1ROGnnWcuaKh0rkH:
[1343]
cQq3xBLwtD1eQEEPlAuV:iLfqrSoM4FPwBfBEmPel:HVuLgyOpZeAFUc62kTfN:
[354]
cQq3xBLwtD1eQEEPlAuV:iLfqrSoM4FPwBfBEmPel:KWhZKqlGYMuMkgnyjO7v:
[23]
cQq3xBLwtD1eQEEPlAuV:km8eaOvNLY3xwGLcp3m6:KWhZKqlGYMuMkgnyjO7v:
[315]
cQq3xBLwtD1eQEEPlAuV:whXOIMM0rdCHZuLoakNT:HVuLgyOpZeAFUc62kTfN:
[1700]
e0HuIV5TMvB4c2lyALCp:4cdF4JruRwuOYqey4K3B:hTmBEqiEpJDPzyb6smpV:
[2810]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:fmpZR2xC5vmKYp0l9IHX:
[418]
e0HuIV5TMvB4c2lyALCp:ra0x90L66dGPaS5BLTPZ:hTmBEqiEpJDPzyb6smpV:
[66]
eBd4AnSVSq5Dg4zhQpgC:19EkxwINwUm7cj60sXEc:4dSzNbURY8GjlpuU7rmT:
[1646]
eBd4AnSVSq5Dg4zhQpgC:uNM7RuYbxIjTPqGZr9aP:4dSzNbURY8GjlpuU7rmT:
[946]
fd6ewkdhm15OwYU6KTX3:1rCQSeaQj8S4dwkdK3Ew:X45eNAyOV2U9K9yfPJEK:
[3124,3211]
fd6ewkdhm15OwYU6KTX3:1rCQSeaQj8S4dwkdK3Ew:tEw2d3nvgN2jTofiUHKt:
[6342]
fd6ewkdhm15OwYU6KTX3:9wu3dwY1xCgyXh4ZFVSn:tEw2d3nvgN2jTofiUHKt:
[1353]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:MvtAttCZNod66CuGNEZh:
[6500]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:X45eNAyOV2U9K9yfPJEK:
[2144]
icaXOHk7YT1NhZjq1qjx:VvQxEcIH7W2153RV5hLn:ShbuTcXAWVavHq1JBUF7:
[58]
o8YfXzni47sO9zHgFLng:5s1ozuHwGkilgCwOJtqI:2QFdrfLhNNeEHBs33OTP:
[950]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:bq4HrKGrhOTHg4IsltWZ:
[368]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:2QFdrfLhNNeEHBs33OTP:
[4174]
o8YfXzni47sO9zHgFLng:b8eWnSB0f5uMIzNiaG9v:lLK1GGBVBvV2dwLDjx3G:
[7804]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:PLtnAAMrkF7UwpqRmIkm:
[5171]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:PLtnAAMrkF7UwpqRmIkm:
[949,3798]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:X2xGzlVdXjrdsee8D9Bv:
[423]
oA9bFrHVBxXLKZCXlRJC:Z3SmlNHeOtz2OLOEKWp9:3rJQCOIjboU1MwxUxOvi:
[2688]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:PLtnAAMrkF7UwpqRmIkm:
[3057]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:dpFQISmxPRPZ1l2lXVvI:
[6687]
unZNxtXeALO29EhzqRkt:56BwnTzBmSAARjnUBIew:vM1stjQezfViqoSf67Gc:
[307]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:J8P5Cs394goDA7tpmOrq:
[1073,19353,14140]