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.3397630: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6576994724 [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, 0x1610236d4a0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x11a8e573e60, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x1610236d4a0})
/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({0x15a0cad0ca0?, 0x144a271e570?}, 0x15a0cad0ca0?, {{0x3388860?, 0x16135333780?}, {0x3371ba0?, 0x172307c3d40?}})
/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(0xe6a4bb3920, 0x33a0cf0?, {{0x3388860?, 0x16135333780?}, {0x3371ba0?, 0x172307c3d40?}}, {0x15a0cad0ca0, 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(0x11a8e573e60?, {0x33a0cf0, 0xe6a4bb3920}, {{0x3388860?, 0x16135333780?}, {0x3371ba0?, 0x172307c3d40?}}, {0x15a0cad0ca0, 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?, 0x172307c3d40}, {0x33b0f80, 0x11a8e573e60})
/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(0x11a8e573e60, 0x16594698270)
/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?, 0x16594698270}, {0x33b0f80, 0x11a8e573e60})
/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?, 0x16594698270?}, 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(0x11a8e573e60?, 0x160e0dd6e80)
/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?, 0x160e0dd6e80}, {0x33ab6e0, 0x11a8e573e60})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x11a8e573e60, {0x338eb00?, 0x160e0dd6e80})
/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?, {0x160c429bb80?, 0x5, 0x11a8e573e60?})
/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(0x11a8e573e60, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x160cbdd9858, {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(0x11a8e573e60?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x14300c04180?})
/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(0x11a8e573e60, 0x16100f7d500, {{{0x0, 0x0}, {0x0, 0x0}}, 0x16101106d90, 0x0, 0x0, 0x11a8e573e60, ...})
/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(0x11a8e573e60, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x160cbdd9c70, {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}}, 0x16101106d90, 0x0, 0x0, 0x11a8e573e60, {0x16101130920, 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, 0x11a8e573e60, {0x16101130900, ...}, ...})
/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(0x160f84129a0?, {0x33a9b00, 0x160f8469770}, 0x160f8412a10?, {0x161011308c0?, 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(0x11a8e573e60, 0x161011308e0?, {0x161011308c0, 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(0x11a8e573e60)
/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(0x160cbdda290, {0x7e9ceeb8c4b0?, 0x150e7ec2c60?}, 0x160cbdda278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xcae909a540, {0x3388860, 0x16135333780}, 0x160cbdda348?, 0x160c429f8f0)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x160c4295200)
/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?, 0x160e0ded330?)
/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(0x160c4295200?)
/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?, 0x160c4295200?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x160fca2f880)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x160fca2f880)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x160fca2f880?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x16100cb8500?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x1f, 0x88, 0xb8, 0xb1, 0xe9, 0x37, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x1f, 0x88, 0xb8, 0xb1, 0xe9, 0x37, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0xc71e6f8340?, {0x33996d0, 0xc00047d200}, 0x942c40?, 0x12c62967600?, 0xc8c5fc1fb8?)
/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
--> 2ec4f2799138adce6ee315ea8a6d26bcd22d980ffde1746c9e11dac78a4889f9: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:3C2a6DsyiHLVlFA5W0il:
[7920]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:VIxKvO9YpPNARy0r8XE6:
[2905]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:H0dEDaLPGVf1bAn00r7g:
[3642]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:VIxKvO9YpPNARy0r8XE6:
[5850]
0Cfe9ZkrtnUPdKcE4RFX:CWwENQt0VSz9KWbPMxgw:nuyhNJLIvs9u5GwMiFnr:
[1540]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:3C2a6DsyiHLVlFA5W0il:
[7399,6131]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:nuyhNJLIvs9u5GwMiFnr:
[1311,1215]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:GwN6l5mrPqQ07BLkGVXI:
[7361]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:VIxKvO9YpPNARy0r8XE6:
[3271,4104]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:0Gcepcdqn9dYy0sZKoO5:
[1237]
1tslgIDPsj33137CPukG:QSrs3joUO9EEOuIiS7Nz:Tl7T3CSPrbg28fyxQI2a:
[560]
1tslgIDPsj33137CPukG:QSrs3joUO9EEOuIiS7Nz:zEPqFbGL4OE9uy77RUO1:
[773]
1tslgIDPsj33137CPukG:kbizLBNz80lxzRjsWy3U:0Gcepcdqn9dYy0sZKoO5:
[3057]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:VdzbdBN6Whq7jyan6kwe:
[12355]
EGtCJYR4VXxwGFvinRnI:EVxtk8BJI0k8C0X6VLfK:VdzbdBN6Whq7jyan6kwe:
[18234,15314,2915]
EGtCJYR4VXxwGFvinRnI:Lj3vIuKMe4cjzfz1UXe0:VdzbdBN6Whq7jyan6kwe:
[8692]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:HBgOsdNwoxHZflmzzUNM:
[5174]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[6170]
EGtCJYR4VXxwGFvinRnI:lGlKVF9azcf70az37EBE:VdzbdBN6Whq7jyan6kwe:
[214]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:cLMpqzYcbajRPDCvLZIU:
[7745]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[17022]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:7LzEITeN26UpsgT41Ceo:
[1962]
Re4q1GP1XB3YEUicrQgN:BaZWbqdl51xa9O58UQTP:XKLb2SNZZ8D7MYxqBVuA:
[11576]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:XKLb2SNZZ8D7MYxqBVuA:
[10557]
Re4q1GP1XB3YEUicrQgN:WjMnEnhyW018cIY3OmlG:cLMpqzYcbajRPDCvLZIU:
[6168]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:XKLb2SNZZ8D7MYxqBVuA:
[11041,4481]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:cLMpqzYcbajRPDCvLZIU:
[5162]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:XKLb2SNZZ8D7MYxqBVuA:
[18586]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:SMPeCKqhOs7mxBWupngA:
[4739]
UjHwY97M5iThoJsHlgHH:6DIhV5ENvntuBWKvNIl4:Ie2foJjxfejIes9O8iWR:
[971]
UjHwY97M5iThoJsHlgHH:94P1SeOHNerfeo2svlfk:Ie2foJjxfejIes9O8iWR:
[1956]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:SMPeCKqhOs7mxBWupngA:
[4749]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:Ie2foJjxfejIes9O8iWR:
[1258]
VOvUgEQf4OUhWTlUoVU8:9KI5FKqAxyxcUhWKb7t9:JNEEYiTOihVs3b9WIS5y:
[5223,1820]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[6782]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:JNEEYiTOihVs3b9WIS5y:
[9880]
VOvUgEQf4OUhWTlUoVU8:js0skPGONAfU87JyYRSW:7ZAqMhE29qVZKacpGFMd:
[3502]
VOvUgEQf4OUhWTlUoVU8:js0skPGONAfU87JyYRSW:JNEEYiTOihVs3b9WIS5y:
[6247]
VOvUgEQf4OUhWTlUoVU8:mtQy7CGqpVs3Z2GScEyg:JNEEYiTOihVs3b9WIS5y:
[3682]
WOs3Ii4Z891Po5xQM7cO:Jh8naZdQEDpUZyv1MumP:HCCkoiqh4tBF4sHOwO9q:
[2364]
WOs3Ii4Z891Po5xQM7cO:KK7jfp5mDAgmTLwRlksW:HCCkoiqh4tBF4sHOwO9q:
[2335]
WOs3Ii4Z891Po5xQM7cO:XEH0xFb0cRM0PUTDc4gt:PYrn3bTDRE7EO0soa1dR:
[3747]
WOs3Ii4Z891Po5xQM7cO:hBm0jJ0GAkfwlzs3iXdy:mBmnXN810d6PrQTOZbke:
[2014]
WOs3Ii4Z891Po5xQM7cO:sAqJHYzjCbuVL6iJmVdx:bqBu3E92tSpPNr36wtjS:
[137]
YtqOzsL0aZLjSsC6KM3a:1wXgprOt0uKIRtSsFa38:8Tw12vVFKOPKqzBYOmj5:
[6193]
YtqOzsL0aZLjSsC6KM3a:1wXgprOt0uKIRtSsFa38:rg7ITuxCwkbxoTs3FSSU:
[698]
YtqOzsL0aZLjSsC6KM3a:HzptkMiegR8e0VByKJEW:8Tw12vVFKOPKqzBYOmj5:
[6762]
YtqOzsL0aZLjSsC6KM3a:UUGE5ZBlGXtvexLq7J2s:8Tw12vVFKOPKqzBYOmj5:
[805]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Tw12vVFKOPKqzBYOmj5:
[8526]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:8Tw12vVFKOPKqzBYOmj5:
[8871]
axoog5ICoyz4V6Vnc2Er:Ktn7EZsyaIL59xSmQFQV:Wosu4r5tN2VZwQfegYZO:
[6709]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:MvQy1ROGnnWcuaKh0rkH:
[1003]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:2aKbTbl254qwQjSf2ALV:
[1086]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:yhU1UcLBVdCETeHqHRhk:
[1453]
axoog5ICoyz4V6Vnc2Er:rSCicH0XaQx5vqpxLN22:2aKbTbl254qwQjSf2ALV:
[4920]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:MvQy1ROGnnWcuaKh0rkH:
[573,222]
cQq3xBLwtD1eQEEPlAuV:EtdzoL1EZDJvenN5WyiZ:Kg3xLtGqC9buSlAI2DmY:
[385]
cQq3xBLwtD1eQEEPlAuV:Kw5Xy9di2ijhOTgANz1h:HVuLgyOpZeAFUc62kTfN:
[496]
e0HuIV5TMvB4c2lyALCp:KqFkF55ltbbmOvxCQfFy:CxzsIlJvU5MsXw2wirLM:
[2808]
e0HuIV5TMvB4c2lyALCp:KqFkF55ltbbmOvxCQfFy:hTmBEqiEpJDPzyb6smpV:
[790]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:hTmBEqiEpJDPzyb6smpV:
[1181]
e0HuIV5TMvB4c2lyALCp:qNHfXIM0uBlcdmqIPnGT:CxzsIlJvU5MsXw2wirLM:
[2211]
eBd4AnSVSq5Dg4zhQpgC:2zNbzZfn8pBUiFz7cESR:lrdwgCNBBD8gmnULBsBe:
[7391]
eBd4AnSVSq5Dg4zhQpgC:vFjHgEs59QyM4Sg7exrF:KGB3UlLXR7tp2czOfe7G:
[3781]
eBd4AnSVSq5Dg4zhQpgC:wY8iy3VVXJDCYXmXAVuU:2AO0NeyoXdLQq9qZXqqq:
[3320]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:MvtAttCZNod66CuGNEZh:
[3074]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:X45eNAyOV2U9K9yfPJEK:
[2746]
fd6ewkdhm15OwYU6KTX3:bRD848326GotLf8Z90i1:MvtAttCZNod66CuGNEZh:
[2994,3536]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:tEw2d3nvgN2jTofiUHKt:
[7729]
fd6ewkdhm15OwYU6KTX3:tQlMwGthXFPUZUw7QwPr:4OkZpyBKDghV2hg1v8UF:
[450]
icaXOHk7YT1NhZjq1qjx:tiRYZrRK3t3snBrRqgEB:q4ul0PgcHrLC7vadB3wm:
[931]
icaXOHk7YT1NhZjq1qjx:wkw2S4OQcrhOQXkCjj1C:ShbuTcXAWVavHq1JBUF7:
[2439]
icaXOHk7YT1NhZjq1qjx:wyjpWu0WDB3zpXttlh4j:q4ul0PgcHrLC7vadB3wm:
[962]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:lLK1GGBVBvV2dwLDjx3G:
[5373]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:2QFdrfLhNNeEHBs33OTP:
[2556]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:bq4HrKGrhOTHg4IsltWZ:
[1504]
oA9bFrHVBxXLKZCXlRJC:8r1YP4qRw3Ht9kAYMU5j:dpFQISmxPRPZ1l2lXVvI:
[3147]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:PLtnAAMrkF7UwpqRmIkm:
[5167]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:3rJQCOIjboU1MwxUxOvi:
[1155]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:dpFQISmxPRPZ1l2lXVvI:
[4426]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:3rJQCOIjboU1MwxUxOvi:
[4633,3477]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:dpFQISmxPRPZ1l2lXVvI:
[6678]
oA9bFrHVBxXLKZCXlRJC:mBbIqweVzG2X7jQJg9S5:3rJQCOIjboU1MwxUxOvi:
[2735,1140]
oA9bFrHVBxXLKZCXlRJC:yBjd2LBWFhvn5PpBWeNd:3rJQCOIjboU1MwxUxOvi:
[1098]
unZNxtXeALO29EhzqRkt:AIQWiEWyFXNmgXxVG4ut:J8P5Cs394goDA7tpmOrq:
[15585]
unZNxtXeALO29EhzqRkt:AIQWiEWyFXNmgXxVG4ut:vM1stjQezfViqoSf67Gc:
[4293]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:J8P5Cs394goDA7tpmOrq:
[19188]
unZNxtXeALO29EhzqRkt:MFmOqzHpoyq0PCd5FBsZ:J8P5Cs394goDA7tpmOrq:
[7827]
unZNxtXeALO29EhzqRkt:ruf5uP6ynkS6nu7CmmgX:J8P5Cs394goDA7tpmOrq:
[7764]