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.3621563: set value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 3614896754 [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, 0x129a64b9180})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xc22ffbe5a0, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0x129a64b9180})
/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({0xca40458b10?, 0x173cc2eb140?}, 0xca40458b10?, {{0x3388860?, 0x15e754ce1a0?}, {0x3371ba0?, 0xc0b90a7380?}})
/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(0x115fcba1b00, 0x33a0cf0?, {{0x3388860?, 0x15e754ce1a0?}, {0x3371ba0?, 0xc0b90a7380?}}, {0xca40458b10, 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(0xc22ffbe5a0?, {0x33a0cf0, 0x115fcba1b00}, {{0x3388860?, 0x15e754ce1a0?}, {0x3371ba0?, 0xc0b90a7380?}}, {0xca40458b10, 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?, 0xc0b90a7380}, {0x33b0f80, 0xc22ffbe5a0})
/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(0xc22ffbe5a0, 0x168ef0b1a10)
/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?, 0x168ef0b1a10}, {0x33b0f80, 0xc22ffbe5a0})
/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?, 0x168ef0b1a10?}, 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(0xc22ffbe5a0?, 0x128acbbaf40)
/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?, 0x128acbbaf40}, {0x33ab6e0, 0xc22ffbe5a0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc22ffbe5a0, {0x338eb00?, 0x128acbbaf40})
/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?, {0x15ec6ff9b00?, 0x5, 0xc22ffbe5a0?})
/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(0xc22ffbe5a0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc815bb?}, 0x15009027858, {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(0xc22ffbe5a0?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0xdd47b3afc0?})
/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(0xc22ffbe5a0, 0x15ed8d05480, {{{0x0, 0x0}, {0x0, 0x0}}, 0x12980d675c0, 0x0, 0x0, 0xc22ffbe5a0, ...})
/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(0xc22ffbe5a0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x15009027c70, {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}}, 0x12980d675c0, 0x0, 0x0, 0xc22ffbe5a0, {0x129814b09e0, 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, 0xc22ffbe5a0, {0x129814b09c0, ...}, ...})
/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(0xc433ad6850?, {0x33a9b00, 0x1297fcf3098}, 0xc433ad68c0?, {0x129814b0980?, 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(0xc22ffbe5a0, 0x129814b09a0?, {0x129814b0980, 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(0xc22ffbe5a0)
/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(0x15009028290, {0x7f4ca2c5e420?, 0x15e789734a0?}, 0x15009028278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x15e266ac180, {0x3388860, 0x15e754ce1a0}, 0x15009028348?, 0x127b0319218)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x15f764a87e0)
/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?, 0x1281da11b60?)
/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(0x15f764a87e0?)
/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?, 0x15f764a87e0?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x15f7888ee00)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x15f7888ee00)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x15f7888ee00?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x1297e34b170?)
/app/fvm/transactionInvoker.go:147 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, {{{0x9b, 0x75, 0x20, 0x15, 0xa, 0x88, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:531 +0x7b7
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, {{{0x9b, 0x75, 0x20, 0x15, 0xa, 0x88, ...}, ...}, ...}, ...)
/app/engine/execution/computation/computer/computer.go:458 +0x7e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactions(0xc2f03f6580?, {0x33996d0, 0xc000161e00}, 0x15f19964e60?, 0xc409a284e0?, 0xc7c38b9810?)
/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
--> 4f953aa7a0342e632ebed43960819fae289799afd74a4c74e40485895134a136: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:GwN6l5mrPqQ07BLkGVXI:
[2260]
0Cfe9ZkrtnUPdKcE4RFX:98mK3dCymkcjLIXGVZZL:H0dEDaLPGVf1bAn00r7g:
[1550,172]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:GwN6l5mrPqQ07BLkGVXI:
[2465]
0Cfe9ZkrtnUPdKcE4RFX:9ttCNoSQzauDyoy3wmFK:VIxKvO9YpPNARy0r8XE6:
[5873,5437]
0Cfe9ZkrtnUPdKcE4RFX:AJZ59DZHlFAcXLMbI3ch:nuyhNJLIvs9u5GwMiFnr:
[265]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:3C2a6DsyiHLVlFA5W0il:
[7869]
0Cfe9ZkrtnUPdKcE4RFX:PMJf92F9taHv1YUjUvNE:GwN6l5mrPqQ07BLkGVXI:
[7501]
0Cfe9ZkrtnUPdKcE4RFX:WrRSooj4FK28YO0h3C08:3C2a6DsyiHLVlFA5W0il:
[786]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:3C2a6DsyiHLVlFA5W0il:
[5042]
1tslgIDPsj33137CPukG:AcWaVMn2EnzMxot20a8f:zEPqFbGL4OE9uy77RUO1:
[7762]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:zEPqFbGL4OE9uy77RUO1:
[483]
1tslgIDPsj33137CPukG:URnBx2Oxh5XL1kGvmIsk:zEPqFbGL4OE9uy77RUO1:
[1922]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:0Gcepcdqn9dYy0sZKoO5:
[3527]
1tslgIDPsj33137CPukG:hkl0wNr3OZAVmbCWeNkC:rrZHeqGHdfEkPWdDuRlu:
[191]
EGtCJYR4VXxwGFvinRnI:19KwpyljGjZtizXvhpWe:HBgOsdNwoxHZflmzzUNM:
[7367]
EGtCJYR4VXxwGFvinRnI:19KwpyljGjZtizXvhpWe:QXJDm8WxAKXsbYo1OsRK:
[451]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[11206]
EGtCJYR4VXxwGFvinRnI:PKfX8bYNWJr2YYYufCzh:VdzbdBN6Whq7jyan6kwe:
[8670,19672]
EGtCJYR4VXxwGFvinRnI:rUIE9lqKFvFYaJzKy7Pp:VdzbdBN6Whq7jyan6kwe:
[11199]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:7LzEITeN26UpsgT41Ceo:
[577]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:cLMpqzYcbajRPDCvLZIU:
[4059]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:cLMpqzYcbajRPDCvLZIU:
[5216]
Re4q1GP1XB3YEUicrQgN:Bgy9KBek5seZy2ZY56PU:cLMpqzYcbajRPDCvLZIU:
[6996]
Re4q1GP1XB3YEUicrQgN:E9A3Oy9BA3ZCbSMCBZ4w:XKLb2SNZZ8D7MYxqBVuA:
[5901]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:cLMpqzYcbajRPDCvLZIU:
[9582]
Re4q1GP1XB3YEUicrQgN:WPWNjKzuvo39ggjGAIvW:XKLb2SNZZ8D7MYxqBVuA:
[7974]
Re4q1GP1XB3YEUicrQgN:WjMnEnhyW018cIY3OmlG:XKLb2SNZZ8D7MYxqBVuA:
[4249,4995]
Re4q1GP1XB3YEUicrQgN:t1NMgvzhRYc8Wmb7zjxO:XKLb2SNZZ8D7MYxqBVuA:
[19727]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[4091,18757]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:cLMpqzYcbajRPDCvLZIU:
[1783]
UjHwY97M5iThoJsHlgHH:6DIhV5ENvntuBWKvNIl4:SMPeCKqhOs7mxBWupngA:
[1683]
UjHwY97M5iThoJsHlgHH:94P1SeOHNerfeo2svlfk:9KXaGEsuK2jqjvI4slAz:
[4969]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:AsBJChO0LmwVB9JBGRi4:
[943]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:G8djZYvYdCPL0RmZVvuX:
[9498]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:SMPeCKqhOs7mxBWupngA:
[3033]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:SMPeCKqhOs7mxBWupngA:
[220]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:9KXaGEsuK2jqjvI4slAz:
[4986]
UjHwY97M5iThoJsHlgHH:l1un7cJsgtBuUmkxtHIK:G8djZYvYdCPL0RmZVvuX:
[7344]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:Ie2foJjxfejIes9O8iWR:
[1023]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:G8djZYvYdCPL0RmZVvuX:
[3289]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:9KXaGEsuK2jqjvI4slAz:
[1643]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:bndkaQuhqGpK1Y8CuCDA:
[5768]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:bndkaQuhqGpK1Y8CuCDA:
[1293]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:BjFvG8EbgrNPLfXat4P6:
[1518]
VOvUgEQf4OUhWTlUoVU8:hhD8WZ2CixmItU7Yvc3U:bndkaQuhqGpK1Y8CuCDA:
[4779]
VOvUgEQf4OUhWTlUoVU8:js0skPGONAfU87JyYRSW:BjFvG8EbgrNPLfXat4P6:
[2561]
WOs3Ii4Z891Po5xQM7cO:KK7jfp5mDAgmTLwRlksW:PYrn3bTDRE7EO0soa1dR:
[7224]
WOs3Ii4Z891Po5xQM7cO:ebagVgzmkYMzYTJJy22C:PYrn3bTDRE7EO0soa1dR:
[3596,417]
WOs3Ii4Z891Po5xQM7cO:vuJ59GsUORivapQN2LNT:PQmKtEG787VU0Tr1ac3W:
[564]
WOs3Ii4Z891Po5xQM7cO:vuJ59GsUORivapQN2LNT:PYrn3bTDRE7EO0soa1dR:
[3885]
Y5f8ChwEj0w4Z3YfWii3:PRMOkEa45aNR3vj0E1Ah:ZjodTmsDaJrCickGPuYL:
[85]
YtqOzsL0aZLjSsC6KM3a:5Q0QaMlUJtX31iJzJ2uu:8Tw12vVFKOPKqzBYOmj5:
[5585]
YtqOzsL0aZLjSsC6KM3a:7JU0syjjFUDo76Y6Ukqf:8Tw12vVFKOPKqzBYOmj5:
[2612]
YtqOzsL0aZLjSsC6KM3a:PtoBV8TCZJHGDtbIMF3k:8Tw12vVFKOPKqzBYOmj5:
[5828]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:mzouvN8e9cSIvuIw0tBL:
[155]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:EgsD4m5vrVGRTC939XBU:
[4946]
YtqOzsL0aZLjSsC6KM3a:sL8QrmIcFwwNZ2VwA3M5:mzouvN8e9cSIvuIw0tBL:
[1014]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:MvQy1ROGnnWcuaKh0rkH:
[4915]
axoog5ICoyz4V6Vnc2Er:F83xNYiPRCJZWnM7uW4u:Wosu4r5tN2VZwQfegYZO:
[3711]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:MvQy1ROGnnWcuaKh0rkH:
[2881]
axoog5ICoyz4V6Vnc2Er:UPP6sw5VIdiKe4EZoovD:Wosu4r5tN2VZwQfegYZO:
[7615]
axoog5ICoyz4V6Vnc2Er:i6wsCrskygTpCJHdApYM:Wosu4r5tN2VZwQfegYZO:
[3040]
axoog5ICoyz4V6Vnc2Er:i6wsCrskygTpCJHdApYM:yhU1UcLBVdCETeHqHRhk:
[738]
axoog5ICoyz4V6Vnc2Er:wXFfJgbs3lr4G6tUQ6GH:Wosu4r5tN2VZwQfegYZO:
[9674,9040]
cQq3xBLwtD1eQEEPlAuV:whXOIMM0rdCHZuLoakNT:HVuLgyOpZeAFUc62kTfN:
[1529]
e0HuIV5TMvB4c2lyALCp:JyTCbkoDIhPxFgLui0H7:hTmBEqiEpJDPzyb6smpV:
[442]
e0HuIV5TMvB4c2lyALCp:KqFkF55ltbbmOvxCQfFy:hTmBEqiEpJDPzyb6smpV:
[1437]
fd6ewkdhm15OwYU6KTX3:4xlvNiFwEiwOw1o8S1nm:4OkZpyBKDghV2hg1v8UF:
[242]
fd6ewkdhm15OwYU6KTX3:9wu3dwY1xCgyXh4ZFVSn:4OkZpyBKDghV2hg1v8UF:
[602]
fd6ewkdhm15OwYU6KTX3:jZCK7qqVdPYmZrPwge8Q:tEw2d3nvgN2jTofiUHKt:
[263]
fd6ewkdhm15OwYU6KTX3:l0nf6wyodez51cbv3RvU:MvtAttCZNod66CuGNEZh:
[6241]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:tEw2d3nvgN2jTofiUHKt:
[785]
icaXOHk7YT1NhZjq1qjx:6GBJxm3ou0R0bDwL31tu:va4UoUdeOelTXqyrS8dp:
[1251]
icaXOHk7YT1NhZjq1qjx:CwamXVkeheABmljaB3K5:ijsA3x1y81VyRpoAgA2z:
[1551]
o8YfXzni47sO9zHgFLng:G0aXgTNXsXtF1xmqeiMJ:lLK1GGBVBvV2dwLDjx3G:
[9247]
o8YfXzni47sO9zHgFLng:dodmIRCXfVKWQt9Xeoc1:lLK1GGBVBvV2dwLDjx3G:
[7378]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:3rJQCOIjboU1MwxUxOvi:
[2721]
oA9bFrHVBxXLKZCXlRJC:TGgYktU5CKatgURBdreC:PLtnAAMrkF7UwpqRmIkm:
[212]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:3rJQCOIjboU1MwxUxOvi:
[568]
oA9bFrHVBxXLKZCXlRJC:ci0azhRCo0xKiSIYxjut:PLtnAAMrkF7UwpqRmIkm:
[8844]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:PLtnAAMrkF7UwpqRmIkm:
[3672,5664]
oA9bFrHVBxXLKZCXlRJC:sCxv9Q1ncwOgoO1hWj8c:PLtnAAMrkF7UwpqRmIkm:
[8573]
oA9bFrHVBxXLKZCXlRJC:yBjd2LBWFhvn5PpBWeNd:dpFQISmxPRPZ1l2lXVvI:
[1516]
unZNxtXeALO29EhzqRkt:AIQWiEWyFXNmgXxVG4ut:vM1stjQezfViqoSf67Gc:
[4947]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:J8P5Cs394goDA7tpmOrq:
[1399,3920,3810]
unZNxtXeALO29EhzqRkt:MFmOqzHpoyq0PCd5FBsZ:vM1stjQezfViqoSf67Gc:
[6318]
unZNxtXeALO29EhzqRkt:TNS01xA4zMNPBqwqDb0a:J8P5Cs394goDA7tpmOrq:
[2035]
unZNxtXeALO29EhzqRkt:w87WSX3xdh96EE0dWvPo:I0ZFRX6cOxbxvWx26Y9K:
[1912]
unZNxtXeALO29EhzqRkt:w87WSX3xdh96EE0dWvPo:J8P5Cs394goDA7tpmOrq:
[14932,14574]