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.3590988: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 6581481290 [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, 0xc8cf607f40})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x1230a5ae3c0, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0xc8cf607f40})
/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({0xcc5af90c90?, 0x14a0260bd10?}, 0xcc5af90c90?, {{0x3388860?, 0x16b7442d260?}, {0x3371ba0?, 0x13f9f07f500?}})
/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(0xd8c8b41080, 0x33a0cf0?, {{0x3388860?, 0x16b7442d260?}, {0x3371ba0?, 0x13f9f07f500?}}, {0xcc5af90c90, 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(0x1230a5ae3c0?, {0x33a0cf0, 0xd8c8b41080}, {{0x3388860?, 0x16b7442d260?}, {0x3371ba0?, 0x13f9f07f500?}}, {0xcc5af90c90, 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?, 0x13f9f07f500}, {0x33b0f80, 0x1230a5ae3c0})
/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(0x1230a5ae3c0, 0x163d526aea0)
/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?, 0x163d526aea0}, {0x33b0f80, 0x1230a5ae3c0})
/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?, 0x163d526aea0?}, 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(0x1230a5ae3c0?, 0xc8cc05a5c0)
/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?, 0xc8cc05a5c0}, {0x33ab6e0, 0x1230a5ae3c0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x1230a5ae3c0, {0x338eb00?, 0xc8cc05a5c0})
/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?, {0xc8cc01b880?, 0x5, 0x1230a5ae3c0?})
/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(0x1230a5ae3c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0xc8c958f858, {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(0x1230a5ae3c0?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0xdcea450840?})
/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(0x1230a5ae3c0, 0xc8cde2d180, {{{0x0, 0x0}, {0x0, 0x0}}, 0xc8cde67fc0, 0x0, 0x0, 0x1230a5ae3c0, ...})
/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(0x1230a5ae3c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0xc8c958fc70, {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}}, 0xc8cde67fc0, 0x0, 0x0, 0x1230a5ae3c0, {0xc8ce08df60, 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, 0x1230a5ae3c0, {0xc8ce08df40, ...}, ...})
/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(0xc8cc0571f0?, {0x33a9b00, 0xc8cc06d908}, 0xc8cc057260?, {0xc8ce08df00?, 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(0x1230a5ae3c0, 0xc8ce08df20?, {0xc8ce08df00, 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(0x1230a5ae3c0)
/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(0xc8c9590290, {0x7e9ceeb8c4b0?, 0x16903a9cb00?}, 0xc8c9590278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x159a68cd980, {0x3388860, 0x16b7442d260}, 0xc8c9590348?, 0xc8cc013a88)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x1644df957a0)
/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?, 0xc8cc066580?)
/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(0x1644df957a0?)
/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?, 0x1644df957a0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x1662d2c7500)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x1662d2c7500)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x1662d2c7500?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0xc8cd7f4290?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x94, 0x2b, 0xea, 0xaa, 0x57, 0xf2, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x94, 0x2b, 0xea, 0xaa, 0x57, 0xf2, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0x445385?, {0x33996d0, 0xc00047d200}, 0xc87aa6ec30?, 0xd9f6d99210?, 0xc46c827e40?)
/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
--> c35d0a3755630696c8386b556d356eb78b4d74c8109bb488b16a9b65f3dc331b: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:
[726]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:GwN6l5mrPqQ07BLkGVXI:
[5883]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:H0dEDaLPGVf1bAn00r7g:
[1936]
0Cfe9ZkrtnUPdKcE4RFX:ayfQwvp9v5AFzQSUAb58:H0dEDaLPGVf1bAn00r7g:
[2683]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:0Gcepcdqn9dYy0sZKoO5:
[4194]
1tslgIDPsj33137CPukG:1tv6QjvkCfwn9nhLZO7Y:zEPqFbGL4OE9uy77RUO1:
[3814]
1tslgIDPsj33137CPukG:3tVz0OfYRZI6guKyHQI6:zEPqFbGL4OE9uy77RUO1:
[9891]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:0Gcepcdqn9dYy0sZKoO5:
[6565]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:zEPqFbGL4OE9uy77RUO1:
[4613,7937]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:0Gcepcdqn9dYy0sZKoO5:
[450]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:zEPqFbGL4OE9uy77RUO1:
[4298]
1tslgIDPsj33137CPukG:QSrs3joUO9EEOuIiS7Nz:zEPqFbGL4OE9uy77RUO1:
[6842]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:zEPqFbGL4OE9uy77RUO1:
[3428]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:0Gcepcdqn9dYy0sZKoO5:
[2487]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:HBgOsdNwoxHZflmzzUNM:
[2855]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[16872]
EGtCJYR4VXxwGFvinRnI:8LfJKOsbEMm2XO8n0tUb:HBgOsdNwoxHZflmzzUNM:
[3440]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:HBgOsdNwoxHZflmzzUNM:
[3398]
EGtCJYR4VXxwGFvinRnI:rUIE9lqKFvFYaJzKy7Pp:QXJDm8WxAKXsbYo1OsRK:
[112]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:cLMpqzYcbajRPDCvLZIU:
[1911]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:XKLb2SNZZ8D7MYxqBVuA:
[9264,9641]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:cLMpqzYcbajRPDCvLZIU:
[3553]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:XKLb2SNZZ8D7MYxqBVuA:
[19912]
Re4q1GP1XB3YEUicrQgN:eY31QsSbWJRVLhtpDN5X:cLMpqzYcbajRPDCvLZIU:
[7945]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:XKLb2SNZZ8D7MYxqBVuA:
[15200,16218]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[7613]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:cLMpqzYcbajRPDCvLZIU:
[2262]
UjHwY97M5iThoJsHlgHH:1k5w0wfDECL8LG5CsxDd:9KXaGEsuK2jqjvI4slAz:
[363,5981]
UjHwY97M5iThoJsHlgHH:60di2RsY6PVOlxtCinzE:SMPeCKqhOs7mxBWupngA:
[1732,4513]
UjHwY97M5iThoJsHlgHH:7pzgHo8nvBKWJEcfAV9N:Ie2foJjxfejIes9O8iWR:
[1399]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:AsBJChO0LmwVB9JBGRi4:
[1876]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:AsBJChO0LmwVB9JBGRi4:
[599]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:G8djZYvYdCPL0RmZVvuX:
[1131]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:Ie2foJjxfejIes9O8iWR:
[1702]
VOvUgEQf4OUhWTlUoVU8:9KI5FKqAxyxcUhWKb7t9:bndkaQuhqGpK1Y8CuCDA:
[1194]
VOvUgEQf4OUhWTlUoVU8:J8ZGt3zOjGTWFsD8IAvL:7ZAqMhE29qVZKacpGFMd:
[5568,4071]
VOvUgEQf4OUhWTlUoVU8:VhkAQfR7pZdLy1zOyw7E:JNEEYiTOihVs3b9WIS5y:
[4352]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:JNEEYiTOihVs3b9WIS5y:
[4446,5571]
VOvUgEQf4OUhWTlUoVU8:gCgteAgR90YPSyYewN7H:7ZAqMhE29qVZKacpGFMd:
[650]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:7ZAqMhE29qVZKacpGFMd:
[4582]
WOs3Ii4Z891Po5xQM7cO:KK7jfp5mDAgmTLwRlksW:PQmKtEG787VU0Tr1ac3W:
[2573]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:PYrn3bTDRE7EO0soa1dR:
[5176]
WOs3Ii4Z891Po5xQM7cO:sAqJHYzjCbuVL6iJmVdx:PYrn3bTDRE7EO0soa1dR:
[5166]
YtqOzsL0aZLjSsC6KM3a:5Q0QaMlUJtX31iJzJ2uu:8Tw12vVFKOPKqzBYOmj5:
[143,9324]
YtqOzsL0aZLjSsC6KM3a:5Q0QaMlUJtX31iJzJ2uu:EgsD4m5vrVGRTC939XBU:
[3463]
YtqOzsL0aZLjSsC6KM3a:7JU0syjjFUDo76Y6Ukqf:8Tw12vVFKOPKqzBYOmj5:
[2380]
YtqOzsL0aZLjSsC6KM3a:7JU0syjjFUDo76Y6Ukqf:mzouvN8e9cSIvuIw0tBL:
[825]
YtqOzsL0aZLjSsC6KM3a:UUGE5ZBlGXtvexLq7J2s:8Tw12vVFKOPKqzBYOmj5:
[1275]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Tw12vVFKOPKqzBYOmj5:
[2741]
axoog5ICoyz4V6Vnc2Er:HQa78RffPOGSzi2yeGAy:2aKbTbl254qwQjSf2ALV:
[1905]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:2aKbTbl254qwQjSf2ALV:
[862]
axoog5ICoyz4V6Vnc2Er:Tzeg6f7PJyhIvyC416L8:MvQy1ROGnnWcuaKh0rkH:
[3787]
axoog5ICoyz4V6Vnc2Er:i6wsCrskygTpCJHdApYM:MvQy1ROGnnWcuaKh0rkH:
[3351,184]
axoog5ICoyz4V6Vnc2Er:rSCicH0XaQx5vqpxLN22:2aKbTbl254qwQjSf2ALV:
[4801]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:Wosu4r5tN2VZwQfegYZO:
[1056]
cQq3xBLwtD1eQEEPlAuV:whXOIMM0rdCHZuLoakNT:IVE6jAadxgDs1grrqGAy:
[4432]
e0HuIV5TMvB4c2lyALCp:IIqt1PmbKGM1tyLJYAt1:CxzsIlJvU5MsXw2wirLM:
[1592]
e0HuIV5TMvB4c2lyALCp:IIqt1PmbKGM1tyLJYAt1:hTmBEqiEpJDPzyb6smpV:
[1300]
e0HuIV5TMvB4c2lyALCp:JyTCbkoDIhPxFgLui0H7:fmpZR2xC5vmKYp0l9IHX:
[1718]
e0HuIV5TMvB4c2lyALCp:KqFkF55ltbbmOvxCQfFy:CxzsIlJvU5MsXw2wirLM:
[4733]
e0HuIV5TMvB4c2lyALCp:qWtZf4TyB6dUZXHIf9Kv:CxzsIlJvU5MsXw2wirLM:
[828]
fd6ewkdhm15OwYU6KTX3:1rCQSeaQj8S4dwkdK3Ew:tEw2d3nvgN2jTofiUHKt:
[475]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:MvtAttCZNod66CuGNEZh:
[659]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:tEw2d3nvgN2jTofiUHKt:
[3121]
fd6ewkdhm15OwYU6KTX3:Jt0rHsedFxLoUdoXI3jU:MvtAttCZNod66CuGNEZh:
[1935]
fd6ewkdhm15OwYU6KTX3:bRD848326GotLf8Z90i1:tEw2d3nvgN2jTofiUHKt:
[2107]
fd6ewkdhm15OwYU6KTX3:jZCK7qqVdPYmZrPwge8Q:tEw2d3nvgN2jTofiUHKt:
[4213]
fd6ewkdhm15OwYU6KTX3:mq1fUobXg02201hOn67V:MvtAttCZNod66CuGNEZh:
[5105]
fd6ewkdhm15OwYU6KTX3:tQlMwGthXFPUZUw7QwPr:tEw2d3nvgN2jTofiUHKt:
[9965]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:tEw2d3nvgN2jTofiUHKt:
[5197]
icaXOHk7YT1NhZjq1qjx:8bOuraKfY3MqFC7KGAUc:ijsA3x1y81VyRpoAgA2z:
[2136]
icaXOHk7YT1NhZjq1qjx:VvQxEcIH7W2153RV5hLn:ijsA3x1y81VyRpoAgA2z:
[4332]
icaXOHk7YT1NhZjq1qjx:wkw2S4OQcrhOQXkCjj1C:ijsA3x1y81VyRpoAgA2z:
[3057]
o8YfXzni47sO9zHgFLng:CmZLfCqDY2GxYYOBhUvS:fxmgGZazA7aMVjodog3S:
[1209]
o8YfXzni47sO9zHgFLng:ajXsexEBoW23NSQBcOav:2QFdrfLhNNeEHBs33OTP:
[4574]
o8YfXzni47sO9zHgFLng:dodmIRCXfVKWQt9Xeoc1:fxmgGZazA7aMVjodog3S:
[731,5889]
oA9bFrHVBxXLKZCXlRJC:8r1YP4qRw3Ht9kAYMU5j:dpFQISmxPRPZ1l2lXVvI:
[6384]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:dpFQISmxPRPZ1l2lXVvI:
[3694]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:dpFQISmxPRPZ1l2lXVvI:
[378,3188]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:dpFQISmxPRPZ1l2lXVvI:
[3529]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:3rJQCOIjboU1MwxUxOvi:
[3982]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:PLtnAAMrkF7UwpqRmIkm:
[2157]
oA9bFrHVBxXLKZCXlRJC:sCxv9Q1ncwOgoO1hWj8c:PLtnAAMrkF7UwpqRmIkm:
[3909]
unZNxtXeALO29EhzqRkt:06giZkdGZ1dri1xUNwmv:J8P5Cs394goDA7tpmOrq:
[11093]
unZNxtXeALO29EhzqRkt:5qRKztlTEdjz7oaQJliV:vM1stjQezfViqoSf67Gc:
[4388]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:J8P5Cs394goDA7tpmOrq:
[13462]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:vM1stjQezfViqoSf67Gc:
[4423]
unZNxtXeALO29EhzqRkt:RRTQQ2PK45GNt6EL8yNN:J8P5Cs394goDA7tpmOrq:
[16855]
unZNxtXeALO29EhzqRkt:pvpk4kkykNjLU6Z50ISB:vM1stjQezfViqoSf67Gc:
[2058]