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.3479309: 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, 0xc8cc6ac1e0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0x11a1077b9e0, 0x30472e8)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/interpreter/interpreter.go:528 +0x57
panic({0x27fc500, 0xc8cc6ac1e0})
/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({0x1596a7db460?, 0x1497e19c5d0?}, 0x1596a7db460?, {{0x3388860?, 0x14dd371f4a0?}, {0x3371ba0?, 0x1044a6a8ea0?}})
/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(0x17b1f6022a0, 0x33a0cf0?, {{0x3388860?, 0x14dd371f4a0?}, {0x3371ba0?, 0x1044a6a8ea0?}}, {0x1596a7db460, 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(0x11a1077b9e0?, {0x33a0cf0, 0x17b1f6022a0}, {{0x3388860?, 0x14dd371f4a0?}, {0x3371ba0?, 0x1044a6a8ea0?}}, {0x1596a7db460, 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?, 0x1044a6a8ea0}, {0x33b0f80, 0x11a1077b9e0})
/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(0x11a1077b9e0, 0x1435f13d260)
/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?, 0x1435f13d260}, {0x33b0f80, 0x11a1077b9e0})
/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?, 0x1435f13d260?}, 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(0x11a1077b9e0?, 0xc8c533ad40)
/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?, 0xc8c533ad40}, {0x33ab6e0, 0x11a1077b9e0})
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/ast/visitor.go:119 +0x335
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x11a1077b9e0, {0x338eb00?, 0xc8c533ad40})
/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?, {0xc8c5315800?, 0x5, 0x11a1077b9e0?})
/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(0x11a1077b9e0, {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(0x11a1077b9e0?, 0x2c3c0ab?, {0x0?, 0x33a0cf0?, 0x105c4b202a0?})
/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(0x11a1077b9e0, 0xc8c535d180, {{{0x0, 0x0}, {0x0, 0x0}}, 0xc8c537cac0, 0x0, 0x0, 0x11a1077b9e0, ...})
/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(0x11a1077b9e0, {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}}, 0xc8c537cac0, 0x0, 0x0, 0x11a1077b9e0, {0xc8cadd6960, 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, 0x11a1077b9e0, {0xc8cadd6940, ...}, ...})
/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(0xc8c53356c0?, {0x33a9b00, 0xc8c5347dd0}, 0xc8c5335730?, {0xc8cadd6900?, 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(0x11a1077b9e0, 0xc8cadd6920?, {0xc8cadd6900, 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(0x11a1077b9e0)
/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?, 0x168d0a2cdc0?}, 0xc8c9590278)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xcb27a52300, {0x3388860, 0x14dd371f4a0}, 0xc8c9590348?, 0xc8c531df50)
/go/pkg/mod/github.com/onflow/cadence@v0.42.12/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x164491c2900)
/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?, 0xc8c533cf60?)
/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(0x164491c2900?)
/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?, 0x164491c2900?}})
/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x16628dd7500)
/app/fvm/transactionInvoker.go:374 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x16628dd7500)
/app/fvm/transactionInvoker.go:270 +0x18d
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x16628dd7500?)
/app/fvm/transactionInvoker.go:246 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0xc8ca814f90?)
/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
--> 1322d192186e71fcad913ed6f90e81e825b594050b7758735acacf96088c980b: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:CWwENQt0VSz9KWbPMxgw:VIxKvO9YpPNARy0r8XE6:
[5351,4234]
0Cfe9ZkrtnUPdKcE4RFX:PzgRkpgrKGUiPZpKvRsC:GwN6l5mrPqQ07BLkGVXI:
[3258]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:H0dEDaLPGVf1bAn00r7g:
[360]
0Cfe9ZkrtnUPdKcE4RFX:ZSOcQWgOXtSE9vBzPWlp:VIxKvO9YpPNARy0r8XE6:
[5242]
0Cfe9ZkrtnUPdKcE4RFX:tr6yV8X1i7LaqoSj2zYB:GwN6l5mrPqQ07BLkGVXI:
[6151]
1tslgIDPsj33137CPukG:6DskdBPcnEcqlJ5wcocz:zEPqFbGL4OE9uy77RUO1:
[5192]
1tslgIDPsj33137CPukG:E4f4QEPZL684lwNplhH3:0Gcepcdqn9dYy0sZKoO5:
[4778]
1tslgIDPsj33137CPukG:H0Z8sPMjn2Jmu1prJr2o:0Gcepcdqn9dYy0sZKoO5:
[2344,2453]
1tslgIDPsj33137CPukG:QSrs3joUO9EEOuIiS7Nz:zEPqFbGL4OE9uy77RUO1:
[9115]
EGtCJYR4VXxwGFvinRnI:6fj9YZOcpexfBsBBl63S:VdzbdBN6Whq7jyan6kwe:
[4482]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:HBgOsdNwoxHZflmzzUNM:
[5618]
EGtCJYR4VXxwGFvinRnI:8eg8HwHGPl5Z6iziPe5J:VdzbdBN6Whq7jyan6kwe:
[19958]
EGtCJYR4VXxwGFvinRnI:Hj6jZCVsuVZUXnsXUNkp:QXJDm8WxAKXsbYo1OsRK:
[641]
EGtCJYR4VXxwGFvinRnI:TDxnaSNqZf7YTO1eB9Pi:VdzbdBN6Whq7jyan6kwe:
[18127]
EGtCJYR4VXxwGFvinRnI:lGlKVF9azcf70az37EBE:HBgOsdNwoxHZflmzzUNM:
[5096]
EGtCJYR4VXxwGFvinRnI:o8K9zWhmbovLq3D1RAi9:HBgOsdNwoxHZflmzzUNM:
[3917]
Re4q1GP1XB3YEUicrQgN:4735vDI0J66PW7L0Fv9m:XKLb2SNZZ8D7MYxqBVuA:
[10507,18481]
Re4q1GP1XB3YEUicrQgN:4YZtxvcVFWciUmC4ZuJf:7LzEITeN26UpsgT41Ceo:
[1961]
Re4q1GP1XB3YEUicrQgN:Q5CEunILZrLZvoN8pYCn:XKLb2SNZZ8D7MYxqBVuA:
[11376]
Re4q1GP1XB3YEUicrQgN:aM91YP3ztJadLmx8qUWt:XKLb2SNZZ8D7MYxqBVuA:
[18767,5449]
Re4q1GP1XB3YEUicrQgN:vaCemC0ZcgfMxaAiEeFK:XKLb2SNZZ8D7MYxqBVuA:
[3583]
UjHwY97M5iThoJsHlgHH:6DIhV5ENvntuBWKvNIl4:SMPeCKqhOs7mxBWupngA:
[1334]
UjHwY97M5iThoJsHlgHH:94P1SeOHNerfeo2svlfk:SMPeCKqhOs7mxBWupngA:
[2045]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:9KXaGEsuK2jqjvI4slAz:
[4990]
UjHwY97M5iThoJsHlgHH:CdsNfPXtxNya70qSVliv:Ie2foJjxfejIes9O8iWR:
[2269]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:9KXaGEsuK2jqjvI4slAz:
[2604,4044]
UjHwY97M5iThoJsHlgHH:GJYPkpq4YiBVKZ0pHtCW:G8djZYvYdCPL0RmZVvuX:
[7829]
UjHwY97M5iThoJsHlgHH:SxjfHNK92dKNSGQ5kWpm:9KXaGEsuK2jqjvI4slAz:
[5963]
UjHwY97M5iThoJsHlgHH:l9Z8PEhUcB7CpZaJDlPO:AsBJChO0LmwVB9JBGRi4:
[480]
UjHwY97M5iThoJsHlgHH:lePXKCFSKd5NbWS46XG3:SMPeCKqhOs7mxBWupngA:
[6028]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:G8djZYvYdCPL0RmZVvuX:
[2341]
UjHwY97M5iThoJsHlgHH:oxhOewdHzbjF90B6OIov:SMPeCKqhOs7mxBWupngA:
[3819]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:7ZAqMhE29qVZKacpGFMd:
[5259]
VOvUgEQf4OUhWTlUoVU8:IpYnVdnGYEOon14saFTp:JNEEYiTOihVs3b9WIS5y:
[9392]
VOvUgEQf4OUhWTlUoVU8:VY5HWSmua709uDBxV5cL:JNEEYiTOihVs3b9WIS5y:
[1394]
VOvUgEQf4OUhWTlUoVU8:aqkZwwd3kF1lGAQZYbgc:BjFvG8EbgrNPLfXat4P6:
[3473]
VOvUgEQf4OUhWTlUoVU8:h77V3jTCmxevn0RaCrEE:JNEEYiTOihVs3b9WIS5y:
[7900,9384]
VOvUgEQf4OUhWTlUoVU8:js0skPGONAfU87JyYRSW:7ZAqMhE29qVZKacpGFMd:
[3876]
VOvUgEQf4OUhWTlUoVU8:js0skPGONAfU87JyYRSW:JNEEYiTOihVs3b9WIS5y:
[8065]
WOs3Ii4Z891Po5xQM7cO:0QXcVc2u5OuLalBysr1w:bqBu3E92tSpPNr36wtjS:
[354]
WOs3Ii4Z891Po5xQM7cO:Z2QZyUprpxCN80AjA7GK:HCCkoiqh4tBF4sHOwO9q:
[7818]
WOs3Ii4Z891Po5xQM7cO:hBm0jJ0GAkfwlzs3iXdy:PYrn3bTDRE7EO0soa1dR:
[5624]
WOs3Ii4Z891Po5xQM7cO:vuJ59GsUORivapQN2LNT:PYrn3bTDRE7EO0soa1dR:
[3540]
YtqOzsL0aZLjSsC6KM3a:1wXgprOt0uKIRtSsFa38:8Tw12vVFKOPKqzBYOmj5:
[2108,2429]
YtqOzsL0aZLjSsC6KM3a:1wXgprOt0uKIRtSsFa38:EgsD4m5vrVGRTC939XBU:
[7193]
YtqOzsL0aZLjSsC6KM3a:5uyGvhBW0jPFLuDIvTiz:EgsD4m5vrVGRTC939XBU:
[7422]
YtqOzsL0aZLjSsC6KM3a:7JU0syjjFUDo76Y6Ukqf:EgsD4m5vrVGRTC939XBU:
[7117,5563]
YtqOzsL0aZLjSsC6KM3a:9bEMR0Ri3rSCeQDAlLEV:8Tw12vVFKOPKqzBYOmj5:
[6910]
YtqOzsL0aZLjSsC6KM3a:PtoBV8TCZJHGDtbIMF3k:8Pfezx1BgNTbBFwniRBz:
[4472]
YtqOzsL0aZLjSsC6KM3a:PtoBV8TCZJHGDtbIMF3k:mzouvN8e9cSIvuIw0tBL:
[376]
YtqOzsL0aZLjSsC6KM3a:Y2zuZoZ3avyjNUkQEw46:8Pfezx1BgNTbBFwniRBz:
[3046]
YtqOzsL0aZLjSsC6KM3a:pENehGcS7Hte2oR9DVBl:EgsD4m5vrVGRTC939XBU:
[987]
axoog5ICoyz4V6Vnc2Er:HQa78RffPOGSzi2yeGAy:MvQy1ROGnnWcuaKh0rkH:
[2419]
axoog5ICoyz4V6Vnc2Er:Ktn7EZsyaIL59xSmQFQV:2aKbTbl254qwQjSf2ALV:
[147]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:2aKbTbl254qwQjSf2ALV:
[4915]
axoog5ICoyz4V6Vnc2Er:Lqkp8Q2JmjO5GLS2u92u:Wosu4r5tN2VZwQfegYZO:
[9464]
axoog5ICoyz4V6Vnc2Er:TwAYgDcS7CewUM7AaG5f:Wosu4r5tN2VZwQfegYZO:
[360]
cQq3xBLwtD1eQEEPlAuV:SHN12G463ggzd7L6KLKa:IVE6jAadxgDs1grrqGAy:
[3011]
cQq3xBLwtD1eQEEPlAuV:pWXSrXmFDT1Pb8lVcTMd:KWhZKqlGYMuMkgnyjO7v:
[1293]
e0HuIV5TMvB4c2lyALCp:JQZIvsCdgsUOVsfPu0lO:CxzsIlJvU5MsXw2wirLM:
[1099]
e0HuIV5TMvB4c2lyALCp:JyTCbkoDIhPxFgLui0H7:hTmBEqiEpJDPzyb6smpV:
[314]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:CxzsIlJvU5MsXw2wirLM:
[1993]
e0HuIV5TMvB4c2lyALCp:Yb9QWTH8xlpDPnnpYw5o:fmpZR2xC5vmKYp0l9IHX:
[1339]
e0HuIV5TMvB4c2lyALCp:nMusbWIaZ87Zzhe3Emyk:fmpZR2xC5vmKYp0l9IHX:
[184]
e0HuIV5TMvB4c2lyALCp:qWtZf4TyB6dUZXHIf9Kv:CxzsIlJvU5MsXw2wirLM:
[4488]
eBd4AnSVSq5Dg4zhQpgC:uhypwIjzGjPOaHiuy5nt:4dSzNbURY8GjlpuU7rmT:
[2274]
fd6ewkdhm15OwYU6KTX3:Jt0rHsedFxLoUdoXI3jU:X45eNAyOV2U9K9yfPJEK:
[3595]
fd6ewkdhm15OwYU6KTX3:WX5Q4aoypRLLh1wpmFKK:tEw2d3nvgN2jTofiUHKt:
[1495]
fd6ewkdhm15OwYU6KTX3:tQlMwGthXFPUZUw7QwPr:X45eNAyOV2U9K9yfPJEK:
[4759]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:MvtAttCZNod66CuGNEZh:
[2595]
fd6ewkdhm15OwYU6KTX3:ubZgKUX3G9JDeYtYPP59:tEw2d3nvgN2jTofiUHKt:
[5384]
icaXOHk7YT1NhZjq1qjx:CwamXVkeheABmljaB3K5:va4UoUdeOelTXqyrS8dp:
[3137]
icaXOHk7YT1NhZjq1qjx:Lol42F6phLQsX9L2xR7E:ijsA3x1y81VyRpoAgA2z:
[2401]
icaXOHk7YT1NhZjq1qjx:gjiwGqEpKcKnRslj80EW:ijsA3x1y81VyRpoAgA2z:
[4460]
icaXOHk7YT1NhZjq1qjx:oERHNY8wVtwRF1Ek3obJ:va4UoUdeOelTXqyrS8dp:
[115]
o8YfXzni47sO9zHgFLng:NRft8amelTwCPwPTxczb:lLK1GGBVBvV2dwLDjx3G:
[4153]
o8YfXzni47sO9zHgFLng:QJB60Vr8g4s2SzaXlQz5:fxmgGZazA7aMVjodog3S:
[2654]
o8YfXzni47sO9zHgFLng:b8eWnSB0f5uMIzNiaG9v:2QFdrfLhNNeEHBs33OTP:
[1778]
oA9bFrHVBxXLKZCXlRJC:8r1YP4qRw3Ht9kAYMU5j:PLtnAAMrkF7UwpqRmIkm:
[25]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:PLtnAAMrkF7UwpqRmIkm:
[9371]
oA9bFrHVBxXLKZCXlRJC:BmstpsyfksZ3HvFuffld:dpFQISmxPRPZ1l2lXVvI:
[2751,3249]
oA9bFrHVBxXLKZCXlRJC:NydiorZVEaRR5PSz9buB:PLtnAAMrkF7UwpqRmIkm:
[9464]
oA9bFrHVBxXLKZCXlRJC:fYPowfx2iEvaVfHO9e7e:PLtnAAMrkF7UwpqRmIkm:
[4326]
unZNxtXeALO29EhzqRkt:06giZkdGZ1dri1xUNwmv:J8P5Cs394goDA7tpmOrq:
[15031]
unZNxtXeALO29EhzqRkt:56BwnTzBmSAARjnUBIew:J8P5Cs394goDA7tpmOrq:
[9078]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:J8P5Cs394goDA7tpmOrq:
[6955]
unZNxtXeALO29EhzqRkt:Hf1BzJBR2bTLFchOOi15:vM1stjQezfViqoSf67Gc:
[7606]
unZNxtXeALO29EhzqRkt:MFmOqzHpoyq0PCd5FBsZ:J8P5Cs394goDA7tpmOrq:
[3643]
unZNxtXeALO29EhzqRkt:kIYcDcdRLX4CS3iuj2SD:J8P5Cs394goDA7tpmOrq:
[7629]
unZNxtXeALO29EhzqRkt:kIYcDcdRLX4CS3iuj2SD:vM1stjQezfViqoSf67Gc:
[3098,6397]